HomeSort by relevance Sort by last modified time
    Searched defs:any (Results 1 - 25 of 29) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/
strto.c 55 register int any, cutlim; local
58 ** Skip white space and pick up leading +/- sign if any.
104 ** Set any if any `digits' consumed; make it negative to indicate
120 for (acc = 0, any = 0;; c = (unsigned char) *s++)
130 if (any < 0)
136 any = -1;
142 any = 1;
151 any = -1;
157 any = 1
196 register int any, cutlim; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sh/
string.c 51 any(wchar_t c, unsigned char *s) function
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/bsd/
strtoul.c 27 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
30 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
33 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
34 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
65 int neg, c, any, cutlim; local
90 for (acc = 0, any = 0;; c = *(const unsigned char*)s++) {
99 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
100 any = -1;
102 any = 1;
107 if (any < 0)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mailx/
head.c 146 while (!any(*cp, " \t") && *cp != '\0')
156 while (any(*cp, " \t"))
181 * Is ch any of the characters in str?
185 any(int ch, char *str) function
  /onnv/onnv-gate/usr/src/cmd/allocate/
dminfo.c 121 int any = 0; local
146 any++;
307 * to see if any of the devices in the device list are in the
386 * then print entry(s) found. If "any" switch is set then, if any
387 * device is found will result in a exit status of 0. If "any" switch
388 * is not set then, if any device is not will result in a exit status
399 } else if (any == 0) {
413 * then print entry(s) found. If "any" switch is set then, if any
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
relay.c 166 struct in_addr ifnet, any; local
180 any.s_addr = htonl(INADDR_ANY);
217 logtrans(P_BOOTP, L_RELAY_REQ, 0, any, to.sin_addr,
  /onnv/onnv-gate/usr/src/cmd/ypcmd/revnetgroup/
getgroup.c 61 static char *any();
163 q = any(p, " \t\n#");
170 p = any(p, " \t");
219 * scans cp, looking for a match with any character
224 any(cp, match) function
  /onnv/onnv-gate/usr/src/cmd/mt/
mt.c 477 int i, any = 0; local
490 if (any) {
493 any = 1;
  /onnv/onnv-gate/usr/src/cmd/power/
pmconfig.h 86 uint8_t any; /* 0: match argc, 1: at least argc */ member in struct:cinfo
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.misc.c 29 any(int c, tchar *s) function
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
genfind.c 66 static char any[] = "any"; variable
146 if (strCcmp(argv[++i], any)) {
155 if (strCcmp(argv[++i], any)) {
180 traverse(path, pattern, uid, strCcmp(argv[namepos], any) ? argv[namepos] : NULL, min_days, max_days, argv[pathpos], do_traverse, outstr, type );
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
ElementType.h 33 enum DeclaredContent { modelGroup, any, cdata, rcdata, empty }; enumerator in enum:SP_NAMESPACE::ElementDefinition::DeclaredContent
  /onnv/onnv-gate/usr/src/cmd/ypcmd/
makedbm.c 71 static char *any();
390 p = any(buf, " \t\n", num_del_to_match, count_esp);
392 p = any(buf, key_sep, num_del_to_match, count_esp);
480 * scans cp, looking for a match with any character
493 any(cp, match, num_del_to_match, count_esp) function
rpc_bootstrap.c 376 static char *any();
436 cp = any(p, "#\n");
440 cp = any(p, " \t");
464 cp = any(cp, " \t");
474 cp = any(cp, " \t");
483 any(cp, match) function
  /onnv/onnv-gate/usr/src/cmd/tip/
tip.c 175 * line speed set before they make any transmissions
383 bol = any(gch, value(EOL));
431 any(char c, char *p) function
  /onnv/onnv-gate/usr/src/lib/libresolv/
res_gethost.c 58 static char *any();
383 cp = any(p, "#\n");
387 cp = any(p, " \t");
403 cp = any(cp, " \t");
413 cp = any(cp, " \t");
422 any(cp, match) function
  /onnv/onnv-gate/usr/src/lib/libcmd/common/
cat.c 120 * called for any special output processing
138 int any; local
148 any = 0;
179 any = 1;
216 any = 1;
242 any = 1;
376 if (!(flags & S_FLAG) || any || header)
378 any = 0;
grep.c 154 int any; /* if any pattern hit */ member in struct:State_s
541 state->any = 1;
561 state->any = 1;
573 state->any = 1;
601 state->any = 1;
823 if (state.query && state.any)
849 return (state.notfound && !state.query) ? 2 : !state.any;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
main.c 12 * duplicated in all such forms and that any documentation,
570 register int i, any = 0; local
580 if (any)
582 any = 1;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
glob.c 90 int any(register int, register char *);
233 while (!any(*cs, globchars)) {
565 if (any(c, globchars))
581 int any(register int c, register char *s) function
  /onnv/onnv-gate/usr/src/common/util/
string.c 284 int any = 0; local
288 if (any++ == 0)
298 if (any) {
641 * first occurrence of any character in the string delim (or the terminating
  /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/
smb_tree.c 819 * before any resources associated with the tree are released.
929 * ????? Any type of device (wildcard)
938 const char *any = "?????"; local
940 if ((strcmp(service, any) == 0) || (strcasecmp(service, "IPC") == 0)) {
947 if ((strcmp(service, any) == 0) || (strcasecmp(service, "A:") == 0)) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
glob.c 86 static int any(int c, char *s);
226 while (!any(*cs, globchars)) {
647 if (any(c, globchars))
665 any(int c, char *s) function
  /onnv/onnv-gate/usr/src/cmd/vi/port/
ex_subr.c 58 any(int c, unsigned char *s) function
995 * Similar to onhup. This happens when any random core dump occurs,
1031 * An interrupt occurred. Drain any output which
  /onnv/onnv-gate/usr/src/common/openssl/crypto/store/
str_lib.c 34 * 6. Redistributions of any form whatsoever must retain the following
39 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
43 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
1271 void *any; member in union:STORE_attr_info_st::__anon2341
    [all...]

Completed in 600 milliseconds

1 2