Searched refs:CNULL (Results 1 – 17 of 17) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | limits.c | 135 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 D | uucp.h | 306 #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 D | uux.c | 338 (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 D | uucico.c | 328 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 D | conn.c | 67 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 D | cu.c | 329 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 D | ct.c | 359 rmlock(CNULL); /* remove temporary lock set by gdev */ 370 rmlock(CNULL); 532 rmlock (CNULL);
|
H A D | ulockf.c | 78 if (cp++ != CNULL) 195 if (cp++ != CNULL)
|
H A D | logent.c | 72 setbuf(_Lf, CNULL);
|
H A D | uuxqt.c | 200 rmlock(CNULL); 215 rmlock(CNULL); 229 rmlock(CNULL);
|
H A D | uusched.c | 282 rmlock(CNULL);
|
H A D | uucp.c | 454 rmlock(CNULL);
|
H A D | uucleanup.c | 1081 setbuf(_Lf, CNULL);
|
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | uucp.h | 201 #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 D | conn.c | 68 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 D | uucp.h | 248 ((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 D | ulockf.c | 73 if (cp++ != CNULL) in mklock() 187 if (cp++ != CNULL) in rmlock()
|