Searched full:foo* (Results 26 - 50 of 797) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libsldap/common/
H A Dns_reads.c5518 * dn: AAA=auto_home,ou=bar,dc=foo,dc=com
5519 * dn: automountKey=user_01,AAA=auto_home,ou=bar,dc=foo,dc=com
5520 * dn: automountKey=user_02,AAA=auto_home,ou=bar,dc=foo,dc=com
5679 * automountKey=aa,automountMapName_test=auto_home,dc=foo,dc=com
5681 * automountKey=aa,automountMapName=auto_home,dc=foo,dc=com
H A Dns_writes.c130 * dn = cn=foo,dc=bar,dc=com
133 * new_dn = sn=foo,dc=bar,dc=com
185 * automountKey=aa,automountMapName=auto_home,dc=foo,dc=com
187 * cn=aa,automountMapName=auto_home,dc=foo,dc=com
4182 * SSD = service:ou=foo,
/osnet-11/usr/src/lib/libslp/etc/
H A Dslp.conf.example206 # This sets the type hint to service:foo and service:bar:
207 # net.slp.typeHint=service:foo,service:bar
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributePattern.java154 // can only occur at the end (like "foo*").
H A DSLPV1SSrvMsg.java871 // (e.g. "(foo)". Return the present operator.
H A DServiceURL.java349 // something like: service:file-printer:file:/foo/bar.
351 // something like file:/foo/bar is OK.
367 // service:printing:lpr:/ipx/foo/bar
/osnet-11/usr/src/lib/libldap4/common/
H A Dregex.c214 * pattern: foo*.*
216 * matches: fo foo fooo foobar fobar foxx ...
220 * matches: fobar fooar fobaz fooaz
222 * pattern: foo\\+
224 * matches: foo\ foo\\ foo\\\
[all...]
/osnet-11/usr/src/lib/libldap4/include/
H A Dcdefs.h59 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
/osnet-11/usr/src/lib/libldap4/misc/
H A Dldaptemplates.conf260 constant "o" "foo"
/osnet-11/usr/src/lib/libmail/common/
H A Dxgetenv.c38 * char *x = xgetenv("FOO");
39 * char *x = Xgetenv("FOO");
/osnet-11/usr/src/lib/libmtmalloc/tests/
H A Ddblfree.c41 char *foo; local
43 foo = malloc(10);
44 free(foo);
50 free(foo);
52 foo = malloc(10);
53 free(foo);
60 free(foo);
H A Ddirtymem.c50 struct a_struct *foo, *leak; local
54 foo = (struct a_struct *)malloc(sizeof (struct_o_death));
56 free(foo);
57 foo->a = 4;
69 foo = malloc(sizeof (struct_o_death));
H A Dexhaust.c84 be_thread(void *foo) argument
H A Dfailwide.c43 char * foo; local
47 foo = malloc(request/2); /* prime the pump */
49 foo = (char *)sbrk(0);
50 printf ("Before big malloc brk is %p request %d\n", foo, request);
51 foo = malloc(request + request/2);
H A Dgeneral.c63 be_thread(void * foo) argument
H A Dwideload.c42 char * foo; local
46 foo = malloc(0); /* prime the pump */
48 foo = (char *)sbrk(0);
49 printf ("Before big malloc brk is %p request %d\n", foo, request);
50 foo = malloc(request + 100);
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_process.c79 * | head ----+ | str -->"foo" | str -->"bar"
87 * |level|#1.next #1.str #1.flag|#2.next #2.str #2.flag|"bar"|"foo"|count|
105 * be #1,"foo",#2,"bar". This is tricky because OUTER constructs may
119 * |level #1.next #2.next #2.str "bar" #2.flag #1.str "foo" #1.flag count|
121 * TOP #1 #2 #2 bar #2 #1 foo #1 TOP
184 * outer_queue_head --> list#1 --> list#2 --> "foo" --0
191 * outer_queue_head --> list#1 --> list#2 --> "foo" --0
200 * outer_queue_head --> list#1 --> list#2 --> "bar" --> "foo" --0
208 * outer_queue_head --> list#1 --> list#2 --> "bar" --> "foo" --0
211 * And finishes on string "foo"
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_val.c1112 * Returns a string representation (such as "[name=foo, value=bar]")
1898 * "%s %s %s" to match inputs like "foo bar".
H A Dldap_xdr.c79 * common string starts. For example, if the name was "foo.my.domain." and the
80 * domainname was "my.domain.", the name would be encoded as "foo.10" because
/osnet-11/usr/src/lib/libnsl/dial/
H A Dsysfiles.c154 * type to describe resources more than once, e.g., systems=foo:baz systems=bar.
227 * type to describe resources more than once, e.g., push=foo:baz push=bar.
H A Duucp.h99 * it's a good idea to make directories .foo, since this ensures
/osnet-11/usr/src/lib/libnsl/netselect/
H A Dnetselect.c950 free_entry(void *foo) argument
952 if (foo)
953 free(foo);
/osnet-11/usr/src/lib/libparted/common/lib/
H A Ddirname-lgpl.c67 rename (base_name (FILE), "foo"); } succeeds, you have renamed FILE
68 to "foo" in the same directory FILE was in. */
H A Dprogname.c77 /some/hidden/place/bin/cp foo foo
79 /some/hidden/place/bin/cp: `foo' and `foo' are the same file
81 cp: `foo' and `foo' are the same file
/osnet-11/usr/src/lib/libpp/common/
H A DRELEASE138 ppsearch: fix #include <.../foo.h> loop
157 00-05-22 ppsearch: fix uwin #include <C:/foo/bar.h>

Completed in 85 milliseconds

1234567891011>>