Searched refs:CNULL (Results 1 – 17 of 17) sorted by relevance
/titanic_50/usr/src/cmd/bnu/ |
H A D | limits.c | 138 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 D | uucp.h | 308 #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 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 | 327 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++) { in checkrmt()
|
H A D | conn.c | 71 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 D | cu.c | 334 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 D | ct.c | 357 rmlock(CNULL); /* remove temporary lock set by gdev */ 368 rmlock(CNULL); 530 rmlock (CNULL);
|
H A D | ulockf.c | 81 if (cp++ != CNULL) 198 if (cp++ != CNULL)
|
H A D | logent.c | 75 setbuf(_Lf, CNULL);
|
H A D | uuxqt.c | 202 rmlock(CNULL); 217 rmlock(CNULL); 231 rmlock(CNULL);
|
H A D | uusched.c | 285 rmlock(CNULL);
|
H A D | uucp.c | 454 rmlock(CNULL);
|
H A D | uucleanup.c | 1084 setbuf(_Lf, CNULL);
|
/titanic_50/usr/src/lib/libnsl/dial/ |
H A D | uucp.h | 203 #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 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()
|
/titanic_50/usr/src/cmd/ttymon/ |
H A D | uucp.h | 248 #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 D | ulockf.c | 80 if (cp++ != CNULL) 197 if (cp++ != CNULL)
|