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

/illumos-gate/usr/src/cmd/bnu/
H A Dlimits.c138 flds[i] = CNULL;
170 if (!EQUALS(flds[U_SERVICE], service) || (flds[U_MAX] == CNULL))
200 if ((flds[U_SYSTEM] == CNULL) || (sysmatch(flds[U_SYSTEM]) != 0))
202 if (flds[U_MAX] == CNULL)
207 if (flds[U_MODE] == CNULL)
H A Duucp.h308 #define EQUALS(a,b) ((a != CNULL) && (b != CNULL) && (strcmp((a),(b))==SAME))
309 #define WEQUALS(a,b) ((a != CNULL) && (b != CNULL) && (wcscmp((a),(b))==SAME))
310 #define EQUALSN(a,b,n) ((a != CNULL) && (b != CNULL) && (strncmp((a),(b),(n))==SAME))
311 #define WEQUALSN(a,b,n) ((a != CNULL) && (b != CNULL) && (wcsncmp((a),(b),(n))==SAME))
320 #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.c327 rmlock(CNULL);
335 rmlock(CNULL);
467 if (ttyn != CNULL && *ttyn != NULLCHAR) {
518 rmlock(CNULL);
562 if (ttyn != CNULL && *ttyn != NULLCHAR) {
774 rmlock(CNULL);
854 rmlock(CNULL);
874 if ((p = strchr(p, ' ')) != CNULL)
989 for (eVarPtr = Env; *eVarPtr != CNULL; eVarPtr++) {
H A Dulockf.c81 if (cp++ != CNULL)
198 if (cp++ != CNULL)
H A Dcu.c334 Cucall.line = CNULL;
335 Cucall.telno = CNULL;
336 Cucall.type = CNULL;
446 if(Cucall.line == CNULL) /*if none of above, must be direct */
454 if ((Cucall.telno != CNULL) &&
531 if ( (Cn < 0) && (Cucall.type != CNULL) )
805 if(Cucall.telno == CNULL)
H A Dct.c51 * always CNULL (a null pointer) causing rmlock to remove
357 rmlock(CNULL); /* remove temporary lock set by gdev */
368 rmlock(CNULL);
530 rmlock (CNULL);
H A Dlogent.c75 setbuf(_Lf, CNULL);
H A Dconn.c71 GLOBAL char *Myline = CNULL; /* to force which line will be used */
72 GLOBAL char *Mytype = CNULL; /* to force selection of specific device type */
326 if ((Mytype != CNULL) &&
1129 grade = iswrk(CNULL);
1140 if (s == CNULL)
H A Duuxqt.c202 rmlock(CNULL);
217 rmlock(CNULL);
231 rmlock(CNULL);
H A Duusched.c285 rmlock(CNULL);
H A Duucp.c454 rmlock(CNULL);
H A Duucleanup.c1084 setbuf(_Lf, CNULL);
/illumos-gate/usr/src/lib/libnsl/dial/
H A Duucp.h203 #define EQUALS(a, b) ((a != CNULL) && (b != CNULL) && \
205 #define EQUALSN(a, b, n) ((a != CNULL) && (b != CNULL) && \
215 #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) &&
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h248 #define EQUALS(a,b) ((a != CNULL) && (b != CNULL) && (strcmp((a),(b))==SAME))
249 #define EQUALSN(a,b,n) ((a != CNULL) && (b != CNULL) && (strncmp((a),(b),(n))==SAME))
258 #define CNULL (char *) 0 macro
H A Dulockf.c80 if (cp++ != CNULL)
197 if (cp++ != CNULL)

Completed in 85 milliseconds