Searched refs:foo (Results 201 - 225 of 350) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libc-pwcache/
H A Dpwcache.c590 static struct passwd foo; local
592 memset(&foo, 0, sizeof(foo));
594 foo.pw_uid = 666;
595 return &foo;
/freebsd-11-stable/sys/kern/
H A Dsubr_unit.c92 #define Malloc(foo) malloc(foo, M_UNIT, M_WAITOK | M_ZERO)
93 #define Free(foo) free(foo, M_UNIT)
119 #define Malloc(foo) _Malloc(foo, __LINE__)
121 _Malloc(size_t foo, int line) argument
125 return (calloc(foo, 1));
127 #define Free(foo) free(foo)
[all...]
H A Duipc_domain.c136 #define DEFAULT(foo, bar) if ((foo) == NULL) (foo) = (bar)
/freebsd-11-stable/lib/libfetch/
H A Dftp.c105 #define isftpreply(foo) \
106 (isdigit((unsigned char)foo[0]) && \
107 isdigit((unsigned char)foo[1]) && \
108 isdigit((unsigned char)foo[2]) && \
109 (foo[3] == ' ' || foo[3] == '\0'))
110 #define isftpinfo(foo) \
111 (isdigit((unsigned char)foo[0]) && \
112 isdigit((unsigned char)foo[1]) && \
113 isdigit((unsigned char)foo[
[all...]
/freebsd-11-stable/crypto/heimdal/kdc/
H A DMakefile.in1221 @foo='$(bin_SUIDS)'; \
1222 for file in $$foo; do \
1233 @foo='$(include_HEADERS) $(dist_include_HEADERS) $(nodist_include_HEADERS) $(build_HEADERZ)'; \
1234 for f in $$foo; do \
1244 foo='$(nobase_include_HEADERS)'; \
1245 for f in $$foo; do \
1260 foo=''; elif test '$(CHECK_LOCAL)'; then \
1261 foo='$(CHECK_LOCAL)'; else \
1262 foo='$(PROGRAMS)'; fi; \
1263 if test "$$foo"; the
[all...]
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A DMakefile.in1246 @foo='$(bin_SUIDS)'; \
1247 for file in $$foo; do \
1258 @foo='$(include_HEADERS) $(dist_include_HEADERS) $(nodist_include_HEADERS) $(build_HEADERZ)'; \
1259 for f in $$foo; do \
1269 foo='$(nobase_include_HEADERS)'; \
1270 for f in $$foo; do \
1285 foo=''; elif test '$(CHECK_LOCAL)'; then \
1286 foo='$(CHECK_LOCAL)'; else \
1287 foo='$(PROGRAMS)'; fi; \
1288 if test "$$foo"; the
[all...]
H A Dcheck-der.c935 } foo[] = { local
936 { 1, (const unsigned char *)"foo\x00o", 5, NULL, 0 },
941 { 0, (const unsigned char *)"foo\x00\x00", 5, "foo", 5 },
942 { 0, (const unsigned char *)"foo\0", 4, "foo", 4 },
943 { 0, (const unsigned char *)"foo", 3, "foo", 3 }
946 for (i = 0; i < sizeof(foo)/sizeof(foo[
[all...]
/freebsd-11-stable/sys/net/
H A Dethernet.h54 #define ETHER_IS_VALID_LEN(foo) \
55 ((foo) >= ETHER_MIN_LEN && (foo) <= ETHER_MAX_LEN)
/freebsd-11-stable/contrib/bmake/mk/
H A Dman.mk12 # sadly we cannot rely on a shell that supports ${foo#...} and ${foo%...}
/freebsd-11-stable/lib/libc/tests/stdlib/
H A Dcxa_thread_atexit_test.cc47 thread_local static Foo foo; local
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_ptrace.c168 l_long foo; member in struct:linux_pt_fpreg
181 linux_r->foo = bsd_r->fpr_env[5];
194 bsd_r->fpr_env[5] = linux_r->foo;
206 l_long foo; member in struct:linux_pt_fpxreg
/freebsd-11-stable/sys/i386/i386/
H A Dlocore.s134 #define R(foo) ((foo)-KERNBASE)
136 #define ALLOCPAGES(foo) \
138 movl $((foo)*PAGE_SIZE), %eax ; \
142 movl $((foo)*PAGE_SIZE),%ecx ; \
/freebsd-11-stable/crypto/heimdal/
H A Dconfigure1022 # These are left unexpanded so users can "make install exec_prefix=/foo"
5326 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
7527 echo "int foo(void){return 1;}" > conftest.c
9736 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9739 int foo (void) { return 0; }
10755 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12717 static void foo(void) __attribute__ ((noreturn));
12720 foo(voi
17534 foo() function
17567 foo() function
21907 foo() function
21937 foo() function
22006 foo() function
22032 foo() function
22097 foo() function
22123 foo() function
22185 foo() function
22208 foo() function
22421 foo() function
22442 foo() function
22496 foo() function
22517 foo() function
[all...]
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dconf.h2707 # define S_ISREG(foo) ((foo & S_IFMT) == S_IFREG)
2710 # define S_ISDIR(foo) ((foo & S_IFMT) == S_IFDIR)
2713 # define S_ISLNK(foo) ((foo & S_IFMT) == S_IFLNK)
2717 # define S_ISFIFO(foo) ((foo & S_IFMT) == S_IFIFO)
2719 # define S_ISFIFO(foo) false
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dhdb.c214 int foo; local
228 foo = sscanf(version.data, "%u", &ver);
230 if (foo != 1)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql258 svn rm foo
259 svn cp ^/moo foo # (1)
260 svn rm foo/bar
261 touch foo/bar
262 svn add foo/bar # (2)
264 , these are the NODES table rows for the path foo/bar:
270 0 is the original data for foo/bar before 'svn rm foo' (if it existed).
271 1 is the data for foo/bar copied in from ^/moo/bar.
272 2 is the to-be-committed data for foo/ba
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dposix1.exp1 ${VAR} = "foo bar baz"
5 foo baR baz, bar baz, foo bar baz, fooadd baradd bazadd
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A DMakefile.am41 @foo='$(dist_kadm5include_HEADERS) $(nodist_kadm5include_HEADERS)'; \
42 for f in $$foo; do \
/freebsd-11-stable/sys/dev/firewire/
H A Dfwcrom.c411 } foo; local
413 foo.reg.key = key;
414 foo.reg.val = val;
415 return (crom_add_quad(chunk, foo.i));
/freebsd-11-stable/sys/geom/
H A Dgeom_kern.c132 geom_shutdown(void *foo __unused)
/freebsd-11-stable/usr.bin/du/tests/
H A Ddu_test.sh68 paths_foo_named="foo foobar"
75 atf_check -o save:du_I.out -x "cd testdir && du -I '*foo*' -s $paths"
87 atf_check truncate -s 0 foo bar
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-esp.c569 char *spistr, *foo; local
578 spino = strtoul(spistr, &foo, 0);
579 if (spistr == foo || !spikey) {
580 (*ndo->ndo_warning)(ndo, "print_esp: failed to decode spi# %s\n", foo);
/freebsd-11-stable/etc/
H A Drc.initdiskless69 # /conf/1.2.3.4/foo/remount contains "mount -o ro /dev/ad0s3",
70 # then /dev/ad0s3 will be be mounted on /conf/1.2.3.4/foo/
90 # booting. E.g. if you booted from foo.com:/path/to/root,
92 # foo.com:/path/to/root/etc
142 # foo:/root_part / nfs ro 0 0
143 # foo:/usr_part /usr nfs ro 0 0
144 # foo:/home_part /home nfs rw 0 0
164 [ ${o_verbose} -gt 1 ] && read -p "=== Press enter to continue" foo
/freebsd-11-stable/share/mk/
H A Dbsd.files.mk13 # Add in foo.yes and remove duplicates from all the groups
/freebsd-11-stable/crypto/heimdal/lib/gssapi/
H A DMakefile.in2334 @foo='$(bin_SUIDS)'; \
2335 for file in $$foo; do \
2346 @foo='$(include_HEADERS) $(dist_include_HEADERS) $(nodist_include_HEADERS) $(build_HEADERZ)'; \
2347 for f in $$foo; do \
2357 foo='$(nobase_include_HEADERS)'; \
2358 for f in $$foo; do \
2373 foo=''; elif test '$(CHECK_LOCAL)'; then \
2374 foo='$(CHECK_LOCAL)'; else \
2375 foo='$(PROGRAMS)'; fi; \
2376 if test "$$foo"; the
[all...]

Completed in 420 milliseconds

1234567891011>>