Searched refs:NULLC (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libvolmgt/common/
H A Dvolmgt_private.h46 #ifndef NULLC
47 #define NULLC '\0' macro
H A Dvolprivate.c70 if ((rval != NULL) && (*rval != NULLC)) {
93 *s = NULLC; /* replace it with a null */
125 if ((rval != NULL) && (*rval != NULLC)) {
148 *s = NULLC; /* replace it with a null */
H A Dvolmgt_on_private.c296 if (cn[0] == NULLC) {
390 if (*++cp != NULLC) {
428 if (cn[0] == NULLC) {
479 *cp++ = NULLC;
513 linkbuf[lb_len] = NULLC; /* null terminate */

Completed in 29 milliseconds