Searched refs:NULL (Results 451 - 475 of 10793) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libshare/common/
H A Dparser.c45 static char *orig = NULL;
52 if (string != orig || string == NULL) {
55 if (string == NULL) {
56 return (NULL);
117 return (NULL);
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dtrace.c52 if (outf == NULL) {
54 if (outf == NULL) {
68 if (outf != NULL) {
71 outf = NULL;
/illumos-gate/usr/src/lib/libtsol/common/
H A Dhextob.c60 m_label_t *l = NULL;
62 if (str_to_label(s, &l, MAC_LABEL, L_NO_CORRECTION, NULL) == -1) {
88 m_label_t *c = NULL;
90 if (str_to_label(s, &c, USER_CLEAR, L_NO_CORRECTION, NULL) == -1) {
/illumos-gate/usr/src/lib/libvolmgt/common/
H A Dvolmgt.c115 * /dev/rdiskette. If path is NULL, all "checkable" devices are
178 * Will return NULL if volume management isn't running.
215 * NULL indicates that volume management isn't managing that device.
226 return (NULL);
250 * NULL indicates that volume management isn't managing that device.
261 return (NULL);
304 NULL
332 * pid - a pointer to a pid_t type. If this argument is not NULL
399 * FALSE, NULL is returned. If the attribute
400 * doesn't exist, NULL i
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Disendwin.c61 value = __m_screen != NULL && (__m_screen->_flags & S_ENDWIN);
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dparse.c48 if (string == NULL)
52 return (NULL);
55 return (NULL);
58 if ((r = _strpbrk_escape(string, sepset)) == NULL)
69 * in the character string `string'; NULL if none exists.
87 return (NULL);
99 if (s == NULL || esc == NULL)
100 return (NULL);
106 if ((tmp = malloc(nescs + len_s + 1)) == NULL)
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dwctomb.c55 if (s == NULL)
65 if (s == NULL)
93 if (handle == (char *)NULL)
96 if (p == (int (*)()) NULL)
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dctermid.c37 return (strcpy(s != NULL ? s : res, "/dev/tty"));
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtfind.c63 if (rootp == NULL)
64 return (NULL);
65 while (*rootp != NULL) { /* T1: */
73 return (NULL);
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrcoll.c53 wchar_t *t1 = NULL, *t2 = NULL;
54 wchar_t *w1 = NULL, *w2 = NULL;
73 if ((t1 = malloc(sz1 * sizeof (wchar_t))) == NULL)
77 if ((w1 = alloca(sz1 * sizeof (wchar_t))) == NULL)
81 if ((t2 = malloc(sz2 * sizeof (wchar_t))) == NULL)
85 if ((w2 = alloca(sz2 * sizeof (wchar_t))) == NULL)
114 return (strcoll_l(s1, s2, uselocale(NULL)));
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dctermid_r.c46 return (s ? strcpy(s, "/dev/tty") : NULL);
/illumos-gate/usr/src/common/crypto/ecc/
H A Dsecitem.c71 SECItem *result = NULL;
72 void *mark = NULL;
74 if (arena != NULL) {
78 if (item == NULL) {
79 if (arena != NULL) {
84 if (result == NULL) {
88 PORT_Assert(item->data == NULL);
94 if (arena != NULL) {
99 if (result->data == NULL) {
103 result->data = NULL;
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_test_subr.c46 if (new_ent == NULL)
47 return (NULL);
50 if (new_ent->buf == NULL) {
52 return (NULL);
70 while ((*p) != NULL && (*p)->buf != buf)
72 assert((*p) != NULL);
84 while ((p1 = handle->alloc_list) != NULL) {
94 if (handle->msgp != NULL && handle->msgp->message_routine != NULL) {
/illumos-gate/usr/src/cmd/oamuser/lib/
H A Dputprojent.c49 while (*memptr != NULL) {
52 if (*memptr != NULL)
63 while (*memptr != NULL) {
66 if (*memptr != NULL)
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlprm.c46 if ((name = strrchr(program, '/')) == NULL)
60 papi_service_t svc = NULL;
62 char *printer = NULL;
80 if ((printer == NULL) &&
81 ((printer = getenv("PRINTER")) == NULL) &&
82 ((printer = getenv("LPDEST")) == NULL))
85 status = papiServiceCreate(&svc, printer, NULL, NULL, cli_auth_callback,
86 encryption, NULL);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/
H A Dksslutil.c52 char *err = NULL;
54 tcerts = NULL;
55 keys = NULL;
76 if (tcerts != NULL) {
81 tcerts = NULL;
83 if (keys != NULL) {
88 keys = NULL;
111 char *err = NULL;
114 tcerts = NULL;
115 keys = NULL;
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c91 * Even if we can't decode the protocol (interpret_proto() == NULL),
99 { PPP_IP, "IP", interpret_ip, NULL, NULL },
100 { PPP_IPV6, "IPv6", interpret_ipv6, NULL, NULL },
101 { PPP_COMP, "Compressed Data", NULL, NULL, NULL },
102 { PPP_OSI, "OSI", NULL, NULL, NUL
[all...]
/illumos-gate/usr/src/cmd/mail/
H A Dpckaffspot.c46 if (hdrlines[H_AFWDFROM].head == (struct hdrs *)NULL) {
51 if (hdrlines[H_EOH].head != (struct hdrs *)NULL) {
52 if (hdrlines[H_DATE].head != (struct hdrs *)NULL) {
59 (hdrlines[H_EOH].head != (struct hdrs *)NULL)) {
H A Dpckrcvspot.c45 if (hdrlines[H_RECEIVED].head == (struct hdrs *)NULL) {
52 if (hdrlines[H_EOH].head != (struct hdrs *)NULL) {
53 if (hdrlines[H_DATE].head != (struct hdrs *)NULL) {
60 (hdrlines[H_EOH].head != (struct hdrs *)NULL)) {
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_create.c35 if ((mp = mdb_module_load_builtin("kmdb_kvm")) != NULL)
H A Dkmdb_wr.c79 new->wn_next = new->wn_prev = NULL;
83 if ((curtail = mdb.m_dbgwrtail) == NULL) {
85 * The queue is empty, because tail will only be NULL if
86 * head is NULL too. We're the only one who can add
88 * debugger can't look at tail until head is non-NULL,
121 if (mdb.m_dbgwrhead == NULL)
125 mdb.m_dbgwrtail->wn_next = NULL;
126 for (wn = mdb.m_dbgwrtail; wn->wn_prev != NULL;
136 } while ((wn = wnn) != NULL);
138 mdb.m_dbgwrhead = mdb.m_dbgwrtail = NULL;
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/syscall/
H A Dtst.args.c37 (void) syscall(SYS_mmap, NULL, 1, 2, 3, -1, 0x12345678);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.forker.c43 (void) wait(NULL);
/illumos-gate/usr/src/cmd/fcoesvc/
H A Dfcoeisvc.c33 PFCOE_SMF_PORT_LIST portlist = NULL;
34 PFCOE_SMF_PORT_INSTANCE port = NULL;
44 } else if (portlist == NULL) {
60 if (portlist != NULL) {
H A Dfcoetsvc.c33 PFCOE_SMF_PORT_LIST portlist = NULL;
34 PFCOE_SMF_PORT_INSTANCE port = NULL;
44 } else if (portlist == NULL) {
60 if (portlist != NULL) {

Completed in 79 milliseconds

<<11121314151617181920>>