Searched defs:notfound (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dfascist.c391 uint32_t notfound; local
394 notfound = PW_WORDS(pwp);
415 if (FindPW(pwp, a) != notfound) {
428 if (FindPW(pwp, a) != notfound) {
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dmain.c38 static int notfound(Cmd_info *);
157 ret = notfound(cmd_info);
348 notfound(Cmd_info *cmd_info) function
/illumos-gate/usr/src/lib/libadm/common/
H A Dgetdgrp.c341 int notfound; /* TRUE if no mbr of dgrp is in dev list */ local
350 notfound = TRUE;
351 for (pmbr = dgrp->membership; notfound && pmbr; pmbr = pmbr->next) {
364 for (pdev = devlist; notfound && *pdev; pdev++)
366 if ((cmpval = strcmp(mbralias, *pdev)) == 0) notfound = FALSE;
384 return (!notfound);
411 int notfound; local
419 notfound = TRUE;
422 for (pdgrp = dgroups; notfound && *pdgrp; pdgrp++) {
423 if (strcmp(dgrp->name, *pdgrp) == 0) notfound
[all...]
H A Dgetdev.c861 int notfound; /* TRUE if attr found in list */ local
896 notfound = TRUE;
898 while (notfound && q) {
900 notfound = FALSE;
905 if (notfound) failed = TRUE;
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dpkg.c120 int notfound = 1; local
126 notfound = 0;
130 return (notfound);
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsref/
H A Dnfsref.c97 int err, fd, i, len, oldlen, notfound = 0; local
112 notfound = 1;
123 if (notfound == 0)
160 if (notfound == 0) {
179 if (notfound)
/illumos-gate/usr/src/lib/libcmd/common/
H A Dgrep.c156 int notfound; /* some input file not found */ member in struct:State_s
828 state.notfound = 1;
849 return (state.notfound && !state.query) ? 2 : !state.any;
/illumos-gate/usr/src/cmd/sh/
H A Dmsg.c70 const char notfound[] = "not found"; variable
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c2876 int notfound = 0; local
2889 notfound++;
2892 return (notfound);
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c4413 int notfound = subr == DIF_SUBR_STRSTR ? 0 : -1; local
4416 regs[rd] = notfound;
4520 for (regs[rd] = notfound; addr != limit; addr += inc) {

Completed in 136 milliseconds