Searched defs:what (Results 26 - 30 of 30) sorted by relevance

12

/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c78 * The error string *what should be dgettext()'d before calling bail().
81 bail(char *what) argument
84 warn(what);
86 warnx(dgettext(TEXT_DOMAIN, "Error: %s"), what);
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c812 char what; local
815 ret = pool_namecheck(pool, &why, &what);
846 "'%c' in pool name"), what);
1708 * Dry-run failed, but we print out what success
H A Dlibzfs_dataset.c100 char what; local
103 if (dataset_namecheck(path, &why, &what) != 0) {
129 "'%c' in name"), what);
1591 char what; local
1605 if (snapshot_namecheck(strval, &why, &what) != 0) {
1611 "'%c' in name"), what);
2631 * Predicts what the specified updates would do to the effective values and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c243 S_no_op(pTHX_ char *what, char *s) argument
252 yywarn(Perl_form(aTHX_ "%s found where operator expected", what));
730 * to know what token to return the next time the lexer is called. Caller
1182 and leaves it to the caller to work out what's going on.
1203 switch (what was escaped) {
2148 Works out what to call the token just pulled out of the input
3970 /* And if "Foo::", then that's what it certainly is. */
6005 S_checkcomma(pTHX_ register char *s, char *name, char *what) argument
6044 Perl_croak(aTHX_ "No comma allowed after %s", what);
6775 /* If we've tried to read what w
[all...]
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2265 * block was thus its length plus what we have just sent.
2659 } what; member in union:inflate_huft_s::__anon6
3412 t = h->word.what.Bits;
3609 #define exop word.what.Exop
3610 #define bits word.what.Bits
3630 voidpf p, /* what to free (not used) */
4079 #define exop word.what.Exop
4080 #define bits word.what.Bits
4397 #define exop word.what.Exop
4398 #define bits word.what
[all...]

Completed in 398 milliseconds

12