Home
last modified time | relevance | path

Searched refs:CNULL (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dlimits.c135 flds[i] = CNULL;
167 if (!EQUALS(flds[U_SERVICE], service) || (flds[U_MAX] == CNULL))
197 if ((flds[U_SYSTEM] == CNULL) || (sysmatch(flds[U_SYSTEM]) != 0))
199 if (flds[U_MAX] == CNULL)
204 if (flds[U_MODE] == CNULL)
H A Duucp.h306 #define EQUALS(a,b) ((a != CNULL) && (b != CNULL) && (strcmp((a),(b))==SAME))
307 #define WEQUALS(a,b) ((a != CNULL) && (b != CNULL) && (wcscmp((a),(b))==SAME))
308 #define EQUALSN(a,b,n) ((a != CNULL) && (b != CNULL) && (strncmp((a),(b),(n))==SAME))
309 #define WEQUALSN(a,b,n) ((a != CNULL) && (b != CNULL) && (wcsncmp((a),(b),(n))==SAME))
318 #define CNULL ((void *) 0) macro
H A Duux.c338 (void) split(prm, xsys, CNULL, rest);
390 setbuf(fpc, CNULL);
407 setbuf(fprx, CNULL);
548 ret = split(prm, syspart, CNULL, rest);
751 setbuf(fp, CNULL);
828 setbuf(fp, CNULL);
841 setbuf(fp, CNULL);
961 rmlock(CNULL);
H A Duucico.c328 rmlock(CNULL);
336 rmlock(CNULL);
468 if (ttyn != CNULL && *ttyn != NULLCHAR) {
519 rmlock(CNULL);
563 if (ttyn != CNULL && *ttyn != NULLCHAR) {
775 rmlock(CNULL);
855 rmlock(CNULL);
875 if ((p = strchr(p, ' ')) != CNULL)
990 for (eVarPtr = Env; *eVarPtr != CNULL; eVarPtr++) { in checkrmt()
H A Dconn.c67 GLOBAL char *Myline = CNULL; /* to force which line will be used */
68 GLOBAL char *Mytype = CNULL; /* to force selection of specific device type */
318 if ((Mytype != CNULL) && in finds()
1118 grade = iswrk(CNULL);
1129 if (s == CNULL)
H A Dcu.c329 Cucall.line = CNULL; in main()
330 Cucall.telno = CNULL; in main()
331 Cucall.type = CNULL; in main()
441 if(Cucall.line == CNULL) /*if none of above, must be direct */ in main()
449 if ((Cucall.telno != CNULL) && in main()
526 if ( (Cn < 0) && (Cucall.type != CNULL) ) in main()
800 if(Cucall.telno == CNULL)
H A Dct.c359 rmlock(CNULL); /* remove temporary lock set by gdev */
370 rmlock(CNULL);
532 rmlock (CNULL);
H A Dulockf.c78 if (cp++ != CNULL)
195 if (cp++ != CNULL)
H A Dlogent.c72 setbuf(_Lf, CNULL);
H A Duuxqt.c200 rmlock(CNULL);
215 rmlock(CNULL);
229 rmlock(CNULL);
H A Duusched.c282 rmlock(CNULL);
H A Duucp.c454 rmlock(CNULL);
H A Duucleanup.c1081 setbuf(_Lf, CNULL);
/illumos-gate/usr/src/lib/libnsl/dial/
H A Duucp.h201 #define EQUALS(a, b) ((a != CNULL) && (b != CNULL) && \
203 #define EQUALSN(a, b, n) ((a != CNULL) && (b != CNULL) && \
213 #define CNULL (char *)0 macro
H A Dconn.c68 static char *Myline = CNULL; /* to force which line will be used */
69 static char *Mytype = CNULL; /* to force selection of specific device type */
314 if ((Mytype != CNULL) && in finds()
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h248 ((a != CNULL) && (b != CNULL) && (strcmp((a), (b)) == SAME))
250 ((a != CNULL) && (b != CNULL) && (strncmp((a), (b), (n)) == SAME))
259 #define CNULL NULL macro
H A Dulockf.c73 if (cp++ != CNULL) in mklock()
187 if (cp++ != CNULL) in rmlock()