/freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/ |
H A D | tst.bitfield.d | 30 typedef struct foo { struct 33 int c:1; member 35 } foo_t; argument
|
H A D | tst.struct.d | 30 typedef struct foo { struct 36 } c; member 41 } foo_t; argument
|
H A D | tst.array.d | 32 typedef struct foo { struct 35 bar_t c[2]; member 37 } foo_t; argument
|
/freebsd-src/contrib/netbsd-tests/usr.bin/xlint/lint1/ |
H A D | d_c9x_recursive_init.c | 6 struct foo { struct 9 int c; member 12 struct foo f = { argument
|
H A D | d_typename_as_var.c | 5 char *c; member 8 struct foo { struct 9 fh h; 10 struct { 13 } fl;
|
H A D | d_shift_to_narrower_type.c | 4 foo(void) { in foo() function 9 unsigned char c = 1; in foo() local
|
H A D | d_compound_literals1.c | 4 short a, b, c, d; member 7 foo() in foo() function
|
H A D | d_compound_literals2.c | 4 short a, b, c, d; member 15 foo() in foo() function
|
/freebsd-src/contrib/libucl/tests/schema/ |
H A D | ref.json | 6 "foo": {"$ref": "#"} object 13 "data": {"foo": false}, boolean 18 "data": {"foo": {"foo": false}}, object 28 "data": {"foo": {"bar": false}}, object 37 "foo": {"type": "integer"}, object 111 "c": {"$ref": "#/definitions/b"} object
|
/freebsd-src/crypto/heimdal/lib/asn1/ |
H A D | asn1_gen.c | 73 char *ptr, *class, *type, *tag, *length, *data, *foo; in doit() local 74 int ret, l, c, ty, ta; in doit() local
|
/freebsd-src/sys/geom/ |
H A D | geom.h | 285 #define g_getattr(a, c, v) g_getattr__((a), (c), (v), sizeof *(v)) argument 313 #define G_VALID_CLASS(foo) \ argument 315 #define G_VALID_GEOM(foo) \ argument 317 #define G_VALID_CONSUMER(foo) \ argument 319 #define G_VALID_PROVIDER(foo) \ argument 322 #define G_VALID_CLASS(foo) do { } while (0) argument 323 #define G_VALID_GEOM(foo) do { } while (0) argument 324 #define G_VALID_CONSUMER(foo) do { } while (0) argument 325 #define G_VALID_PROVIDER(foo) do { } while (0) argument
|
/freebsd-src/contrib/telnet/libtelnet/ |
H A D | kerberos5.c | 106 Data(Authenticator *ap, int type, const char *d, int c) in Data() 175 char foo[2]; in kerberos5_send() local 378 char foo[2]; in kerberos5_is() local 674 #define ADDC(buf, len, c) if ((len) > 0) {*(buf)++ = (c); --(len);} argument
|
/freebsd-src/sys/kern/ |
H A D | subr_unit.c | 92 #define Malloc(foo) malloc(foo, M_UNIT, M_WAITOK | M_ZERO) argument 93 #define Free(foo) free(foo, M_UNIT) argument 119 #define Malloc(foo) _Malloc(foo, __LINE__) argument 121 _Malloc(size_t foo, int line) in _Malloc() 127 #define Free(foo) free(foo) argument 161 #define CTASSERT(foo) argument 256 int c; in next_iter_unrl() local
|
/freebsd-src/contrib/googletest/googlemock/test/ |
H A D | gmock-more-actions_test.cc | 92 SumOf4(int a,int b,int c,int d) SumOf4() argument 96 SumOf5(int a,int b,int c,int d,int e) SumOf5() argument 104 SumOf6(int a,int b,int c,int d,int e,int f) SumOf6() argument 151 SumOf4(int a,int b,int c,int d) const SumOf4() argument 157 SumOf5(int a,int b,int c,int d,int e) SumOf5() argument 159 SumOf6(int a,int b,int c,int d,int e,int f) SumOf6() argument 302 Foo foo; TEST() local 326 Foo foo; TEST() local 333 Foo foo; TEST() local 340 Foo foo; TEST() local 349 Foo foo; TEST() local 356 Foo foo; TEST() local 363 Foo foo; TEST() local 371 Foo foo; TEST() local 380 Foo foo; TEST() local 392 Foo foo; TEST() local 404 Foo foo; TEST() local 417 Foo foo; TEST() local 431 Foo foo; TEST() local 858 char a = '\0', b = '\0', c = '\0'; TEST() local 873 char a = '\0', b = '\0', c = '\0', d = '\0'; TEST() local 890 char a = '\0', b = '\0', c = '\0', d = '\0', e = '\0'; TEST() local 910 char a = '\0', b = '\0', c = '\0', d = '\0', e = '\0', f = '\0'; TEST() local 931 char a = '\0', b = '\0', c = '\0', d = '\0'; TEST() local 1281 ACTION_P3(ConcatImpl,a,b,c) ACTION_P3() argument 1297 Concat(const std::string & a,T1 b,T2 c) Concat() argument 1315 Concat(T1 a,int b,T2 c) Concat() argument [all...] |
/freebsd-src/usr.bin/mt/ |
H A D | mt.c | 465 char c; in printreg() local 632 char foo[32]; in st_status() local 656 int c, retval; in mt_locate() local 830 int c; in nstatus_print() local 918 char foo[32]; in nstatus_print() local 1154 int c; in mt_protect() local 1322 int c; in mt_param() local 1545 int c; in mt_getdensity() local
|
/freebsd-src/crypto/heimdal/lib/krb5/ |
H A D | config_file.c | 575 krb5_config_section *c, in _krb5_config_copy() 611 const krb5_config_section *c, in _krb5_config_get_next() 650 const krb5_config_section *c, in _krb5_config_vget_next() 686 const krb5_config_section *c, in _krb5_config_get() 702 const krb5_config_section *c, in _krb5_config_vget() 706 const krb5_config_binding *foo = NULL; in _krb5_config_vget() local 725 const krb5_config_section *c, in krb5_config_get_list() 751 const krb5_config_section *c, in krb5_config_vget_list() 774 const krb5_config_section *c, in krb5_config_get_string() 800 const krb5_config_section *c, in krb5_config_vget_string() [all …]
|
/freebsd-src/crypto/heimdal/appl/ftp/ftpd/ |
H A D | ftpd.c | 173 char *foo = NULL; in parse_auth_level() local 671 char *foo; in checkaccess() local 980 char c = *tail; in retrieve() local 1041 int c; in retrieve() local 1132 int c; in do_store() local 1342 int c, cnt, filefd, netfd; in send_data() local 1569 int c; in statfilecmd() local 1669 int_reply(int n, char *c, const char *fmt, va_list ap) in int_reply()
|
/freebsd-src/contrib/bearssl/src/ |
H A D | inner.h | 917 uint32_t k, c; in BIT_LENGTH() local 2384 #define bdnz(foo) bdnz_(foo) argument 2385 #define bdz(foo) bdz_(foo) argument 2386 #define beq(foo) beq_(foo) argument 2420 #define label(foo) #foo "%=:\n" argument 2421 #define bdnz_(foo) "\tbdnz\t" #foo "%=\n" argument 2422 #define bdz_(foo) "\tbdz\t" #foo "%=\n" argument 2423 #define beq_(foo) "\tbeq\t" #foo "%=\n" argument
|
/freebsd-src/contrib/tcsh/ |
H A D | sh.func.c | 146 doonintr(Char **v, struct command *c) in doonintr() 178 donohup(Char **v, struct command *c) in donohup() 195 dohup(Char **v, struct command *c) in dohup() 208 dozip(Char **v, struct command *c) in dozip() 216 dofiletest(Char **v, struct command *c) in dofiletest() 250 doalias(Char **v, struct command *c) in doalias() 277 unalias(Char **v, struct command *c) in unalias() 286 dologout(Char **v, struct command *c) in dologout() 296 dologin(Char **v, struct command *c) in dologin() 321 donewgrp(Char **v, struct command *c) in donewgrp() [all …]
|
H A D | tc.os.h | 114 int foo; member 571 # define memmove(a, b, c) (bcopy((char *) (b), (char *) (a), (int) (c)), a) argument
|
/freebsd-src/sys/dev/firewire/ |
H A D | fwcrom.c | 160 struct crom_context c, *cc; in crom_has_specver() local 412 } foo; in crom_add_entry() local
|
/freebsd-src/sys/dev/vkbd/ |
H A D | vkbd.c | 251 vkbd_dev_close(struct cdev *dev, int foo, int bar, struct thread *td) in vkbd_dev_close() 520 int c; in vkbd_data_read() local 724 int c; in vkbd_intr() local 772 int c; in vkbd_read() local
|
/freebsd-src/contrib/sendmail/include/sm/ |
H A D | conf.h | 195 # define isascii(c) !(c & ~0177) argument 745 # define isascii(c) ((unsigned)(c) <= 0177) argument 1475 # define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) argument 1706 # define isgraph(c) (isprint(c) && (c != ' ')) argument 2710 # define S_ISREG(foo) ((foo & S_IFMT) == S_IFREG) argument 2713 # define S_ISDIR(foo) ((foo & S_IFMT) == S_IFDIR) argument 2716 # define S_ISLNK(foo) ((foo & S_IFMT) == S_IFLNK) argument 2720 # define S_ISFIFO(foo) ((foo & S_IFMT) == S_IFIFO) argument 2722 # define S_ISFIFO(foo) false argument
|
/freebsd-src/contrib/wpa/src/utils/ |
H A D | common.c | 16 int hex2num(char c) in hex2num() argument 636 __hide_aliasing_typecast(void * foo) __hide_aliasing_typecast() argument 1182 is_ctrl_char(char c) is_ctrl_char() argument [all...] |
/freebsd-src/contrib/bmake/ |
H A D | job.c | 1272 char c; TouchRegular() local 2460 char c = arg[10]; Job_ParseShell() local 2667 WAIT_T foo; Job_AbortAll() local [all...] |