Searched refs:notfound (Results 1 - 25 of 32) sorted by relevance

12

/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/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/libc/amd64/gen/
H A Dstrchr.s36 je .notfound
42 je .notfound
48 je .notfound
57 .notfound:
H A Dmemccpy.s36 jl .notfound
43 jl .notfound
50 jl .notfound
57 jl .notfound
80 .notfound:
H A Dwschr.s49 je .notfound
55 je .notfound
61 je .notfound
70 .notfound:
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemccpy.s42 jl .notfound
49 jl .notfound
56 jl .notfound
63 jl .notfound
86 .notfound:
H A Dwschr.s50 je .notfound
56 je .notfound
62 je .notfound
71 .notfound:
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmemchr.s60 bz .notfound ! yup, c not found, return null ptr
72 bz .notfound ! c not found in first n bytes
81 bz .notfound ! c not found in first n bytes
90 bz .notfound ! c not found in first n bytes
156 bz .notfound ! c not found in first n bytes
161 bz .notfound ! c not found in first n bytes
166 bz .notfound ! c not found in first n bytes
171 .notfound:
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmemchr.s60 bz %ncc, .notfound ! yup, c not found, return null ptr
72 bz %ncc, .notfound ! c not found in first n bytes
81 bz %ncc, .notfound ! c not found in first n bytes
90 bz %ncc, .notfound ! c not found in first n bytes
156 bz %ncc, .notfound ! c not found in first n bytes
161 bz %ncc, .notfound ! c not found in first n bytes
166 bz %ncc, .notfound ! c not found in first n bytes
171 .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/cmd/sh/
H A Dmsg.c70 const char notfound[] = "not found"; variable
H A Dbltin.c80 failed(a1, notfound);
387 failed(*argv, notfound);
H A Ddefs.h425 extern const char notfound[];
H A Dxec.c160 failure(*com, notfound);
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_search.c179 goto notfound;
290 goto notfound;
296 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/fm/topo/libtopo/common/
H A Dpkg.c120 int notfound = 1; local
126 notfound = 0;
130 return (notfound);
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dpath.sh124 do if ! whence notfound$i 2> /dev/null
125 then cmd=notfound$i
131 print 'print notfound' > $cmd
182 got=$($SHELL -c "unset FPATH; PATH=/dev/null; whence ./notfound" 2>&1)
184 got=$($SHELL -c "unset FPATH; PATH=/dev/null; whence $PWD/notfound" 2>&1)
205 got=$(whence ./notfound)
207 got=$(whence $PWD/notfound)
H A Dsubshell.sh101 TEST_notfound=notfound
103 do TEST_notfound=notfound-$RANDOM
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dboot.c307 goto notfound;
371 notfound:
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman_domain.c745 goto notfound;
754 goto notfound;
761 goto notfound;
771 goto notfound;
786 notfound:
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_nv.c316 goto notfound;
325 goto notfound;
343 notfound:
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_subr.c1097 goto notfound;
1118 * If we configured a hidden node, consider it notfound.
1123 goto notfound;
1133 goto notfound;
1184 goto notfound;
1214 goto notfound;
1229 goto notfound;
1247 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;

Completed in 87 milliseconds

12