HomeSort by relevance Sort by last modified time
    Searched defs:NO (Results 1 - 19 of 19) sorted by null

  /onnv/onnv-gate/usr/src/cmd/abi/spectrans/spec2trace/
trace.h 58 #define NO 0
  /onnv/onnv-gate/usr/src/tools/cscope-fast/
global.h 50 NO,
103 extern BOOL noacttimeout; /* no activity timeout occurred */
cgrep.c 49 NO = 0,
383 pat->fullmatch = NO;
445 return (NO);
533 return (NO);
543 default: return (NO);
582 * first_lit returns NO if e is nullable and in the process,
600 return (NO);
611 return (NO);
980 BOOL comp = NO;
1187 pat->fullmatch = NO;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fmli/inc/
io.h 45 #ifndef NO
46 #define NO 0
  /onnv/onnv-gate/usr/src/lib/libbc/libc/net/
ruserpass.c 47 #define NO 7
89 t->tokstr = "no"; t++->tval = NO;
90 t->tokstr = "n"; t++->tval = NO;
  /onnv/onnv-gate/usr/src/lib/libsocket/inet/
ruserpass.c 65 #define NO 7
104 t->tokstr = "no"; t++->tval = NO;
105 t->tokstr = "n"; t++->tval = NO;
  /onnv/onnv-gate/usr/src/lib/libwrap/
hosts_access.c 70 #define NO 0
134 return (NO);
148 int match = NO;
161 while (match == NO && xgets(sv_list, sizeof(sv_list), fp) != 0) {
215 return (NO);
222 return (NO);
282 return (NO);
287 } else if (STR_EQ(tok, "LOCAL")) { /* local: no dots in name */
305 return (NO);
310 return (NO);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/tcpd/
tcpdchk.c 83 #define NO 0
360 tcpd_warn("FAIL is no longer recognized");
367 tcpd_warn("%s: no such process name in %s", pat, inetcf);
393 tcpd_warn("FAIL is no longer recognized");
410 /* SCO has no *netgrent() support */
454 tcpd_warn("FAIL is no longer recognized");
  /onnv/onnv-gate/usr/src/lib/libntfs/common/include/ntfs/
types.h 109 #ifndef NO
110 NO = 0,
  /onnv/onnv-gate/usr/src/cmd/sgs/unifdef/common/
unifdef.c 48 #define NO 0
117 ignorethis = NO;
127 true[nsyms] = *cp1 == 'D' ? YES : NO;
208 (void) doif(-1, NO, reject, 0);
214 int inif, /* YES or NO we are inside an ifdef */
247 flushline(NO);
271 flushline(NO);
285 flushline(NO);
329 if (getlin(tline, sizeof (tline), input, NO) == EOF)
363 retval = NO;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/bnu/
cntrl.c 124 #define NO "N"
165 #define RQSTCMPT 'C' /* request complete (string - yes | no) */
166 #define HUP 'H' /* ready to hangup (string - yes | no) */
470 CDEBUG(1, "Failed: No Space!\n%s", "");
521 chmod(Dfile, DFILEMODE); /* no peeking! */
602 WMESG(HUP, NO); /* don't quit. I(slave) have more to do */
612 * No longer accepted
615 WMESG(XUUCP, NO);
830 chmod(Dfile, DFILEMODE); /* no peeking! */
    [all...]
cu.c 95 * Cu no longer uses dial.c to reach the remote. Instead, cu places
124 #define NO 0 /* mnemonic */
183 Intrupt=NO, /* interrupt indicator */
184 Ifc=YES, /* NO means remote can't XON/XOFF */
185 Ofc=YES, /* NO means local can't XON/XOFF */
187 Divert=NO, /* don't allow unsolicited redirection */
188 OldStyle=NO, /* don't handle old '~>:filename' syntax */
190 Takeflag=NO, /* indicates a ~%take is in progress */
191 Dologin=NO, /* go through the login chat sequence */
192 Docmd=NO; /* execute command instead of interactive cu *
    [all...]
  /onnv/onnv-gate/usr/src/cmd/deroff/
deroff.c 67 #define NO 0
81 static int wordflag = NO;
82 static int msflag = NO;
83 static int iflag = NO;
86 static int inmacro = NO;
87 static int intable = NO;
328 regline(NO, TWO);
349 if (c == '%') { /* no blank for hyphenation char */
474 inmacro = NO;
488 intable = NO;
    [all...]
  /onnv/onnv-gate/usr/src/lib/nsswitch/nisplus/common/
getnetgrent.c 389 cur != 0; /* no action */) {
509 "innetgr: no such NIS+ netgroup as %s",
750 enum { BAD, BAD_NSS_TRYAGAIN, NO, YES } verdict;
1027 verdict = NO;
1042 case NO:
1089 0, /* No endent, because no setent/getent */
1090 0, /* No setent; setnetgrent() is really a getXbyY() */
1091 0, /* No getent in the normal sense */
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/irs/
getaddrinfo.c 22 * ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
46 *\li We use getipnodebyname() just for thread-safeness. There's no intent
59 * from gethnamaddr.c and some other places. The issues that there's no
117 #define NO 0
212 "No address associated with hostname", /*%< EAI_NODATA */
296 /* no need to free(ai->ai_addr) */
309 return NO;
316 return NO;
524 error = EAI_NONAME; /*%< we've had no errors. */
1204 while (cur->ai_next) /*%< no need to loop, actually. *
    [all...]
  /onnv/onnv-gate/usr/src/ucbcmd/tset/
tset.c 76 * decided on is reported. If no other flags
125 * written if there are no changes, so don't bother
276 #define NO 0
467 int settle = NO;
641 * This code is very loose. Almost no
655 Break = NO;
656 Not = NO;
730 CmndLine = NO;
737 case 'I': /* no initialization */
745 case 'v': /* no virtual terminal *
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ssh/scp/
scp.c 36 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
70 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
164 fatal("do_local_cmd: no arguments");
309 addargs(&args, "-oForwardAgent no");
416 * and no error has occurred yet
764 YES, NO, DISPLAYED
845 * In this case, the line "No match." can be returned
937 wrerr = NO;
965 if (wrerr == NO) {
1008 if (setimes && wrerr == NO) {
    [all...]
  /onnv/onnv-gate/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
montecarlo.c 202 #define NO "No "
684 SCTRL_MPID_QUARTER_NODSK ? ", no disk" : " with disk", 0);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/arn/
arn_regd.h 15 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
223 #define NO B_FALSE

Completed in 1199 milliseconds