Searched full:foo* (Results 1 - 25 of 797) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libpp/common/
H A Dpp.probe295 char* foo = "az";
/osnet-11/usr/src/lib/libproc/common/
H A DPzone.c319 * if "path" == "/foo/bar", and "/candy/" is lofs mounted on "/foo/"
572 * So for example, if we're going to verify the path /foo/bar/bang
574 * foo (top)
H A Dproc_arg.c115 * not produce an error message saying "no such process or core file 'foo'".
/osnet-11/usr/src/lib/libresolv2/common/dst/
H A Dhmac_link.c339 * n >= 0 Foot print of the key converted
H A Dsupport.c118 * dst_s_dns_key_id() Function to calculate DNSSEC footprint from KEY record
124 * the key footprint/id calculated from the key data
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgen_p.h33 * right now they probably all still use statics. We're not fooling
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c498 u_int type, algorithm, labels, footprint; local
527 /* Signature Footprint. */
528 footprint = ns_get16(rdata); rdata += NS_INT16SZ;
529 len = SPRINTF((tmp, "%u ", footprint));
H A Dns_samedomain.c46 *\li "host.foobar.top" lies in "foobar.top" and in "top" and in ""
118 * having "foobar.com" match "bar.com").
157 * foo -> foo.
158 * foo. -> foo.
159 * foo.. -> foo.
160 * foo\
[all...]
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_data.c124 * "broken". They could fool us by setting RES_INIT but none do (yet).
H A Dres_mkupdate.c516 /* footprint */
/osnet-11/usr/src/lib/libresolv2/include/sys/
H A Dcdefs.h74 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
/osnet-11/usr/src/lib/libsasl/include/
H A Dconfig.h387 #define __attribute__(foo)
/osnet-11/usr/src/lib/libsasl/lib/
H A Dsaslint.h64 /* Error Handling Foo */
H A Dsaslutil.c460 unsigned int *foo = (unsigned int *)rpool->pool; local
461 srandom(*foo);
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel.c7004 * | pattern 'foo' |----->| match |---->| match |
7009 * | FMRI bar/foo |<----+ |
7011 * | FMRI baz/foo |<------------------+
H A Dscf_tmpl.c7135 * conflicting property="foo/bar"; Value="X" from
/osnet-11/usr/src/lib/libshell/common/
H A DCOMPATIBILITY41 with ksh-93, ${foo-~} will cause tilde expansion if foo is
89 ksh-93 does not. Thus, ${foo-(} needs to be written as ${foo-\(}
H A DRELEASE71 10-11-18 Fixed a bug in which typeset -T foo; typeset -T could cause a
326 typeset -a x=(foo (x=3;y=4) bar) as a syntax error has been fixed.
345 10-04-28 A type defined with a member foo that is an associative array without
346 elements followed by an expansion ${bar.foo[a]} and an assignment
347 bar.foo[a]=b, no longer indicates that ${#bar.foo[@]} has 0 members.
452 subscript was evaluated twice for $((foo[x++]++)) has been fixed.
488 09-11-17 +Change .paths parse to handle BUILTIN_LIB=foo BUILTIN_LIB=foo-1.2.
489 09-11-17 Inside a function, typeset foo
[all...]
H A DRELEASE8862 within a name. However, to create a name of the form, foo.bar,
63 the variable foo must exist. The namespace starting with .sh
125 the name of a variable, then typeset -n foo=$1 causes the variable
126 foo to be synonymous with the variable whose name is $1. A builtin
130 reference value is substituted. For example, with nameref foo=.top,
131 then ${foo.bar} is equivalent to ${.top.bar}. When used as the
H A DRELEASE9365 f. If foo is a function, and not a program, then command foo
66 now reports that foo isn't found rather than invoking foo.
227 b. whence -v foo now gives the correct result after calling
228 builtin -d foo.
243 h. The error message from sh -c ';echo foo' has been
299 h. ulimit foobar, where foobar is not an arithmetic
346 has been fixed, for example {\$foo}
[all...]
H A Dsh.memo1404 to \f5foo\fP to behave as the variable whose name is \f5$foo\fP
1424 nameref foo=.bar.home
1425 print ${foo.bam}
1501 foo.count=3
1502 foo.point.x=50
1503 foo.point.y=60
1504 foo.colors=( red green yellow )
1505 foo.right=bam\fP
1510 In addition, the value of \f5"$foo"\fP is
1599 .BR foo
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dmacro.c1025 * on the stack so that ${x.foo} behaves like ${ x.foo;}
1033 /* treat ${x.foo} as ${x.foo;} */
H A Dnvtype.c1408 Fields_t foo[]= variable
1572 tp = nv_mkstruct("stat_t", sizeof(struct stat), foo);
H A Dpath.c1119 * The following code because execv(foo,) and execv(./foo,)
/osnet-11/usr/src/lib/libshell/misc/
H A DERRATA.txt253 For example: The user executes a $ printf "foo"<enter> # the prompt will start
256 again into one line the "foo" at the beginning will be overwritten with the

Completed in 351 milliseconds

1234567891011>>