/illumos-gate/usr/src/lib/pam_modules/authtok_check/ |
H A D | fascist.c | 391 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 D | getdgrp.c | 341 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 D | getdev.c | 861 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 D | strchr.s | 36 je .notfound 42 je .notfound 48 je .notfound 57 .notfound:
|
H A D | memccpy.s | 36 jl .notfound 43 jl .notfound 50 jl .notfound 57 jl .notfound 80 .notfound:
|
H A D | wschr.s | 49 je .notfound 55 je .notfound 61 je .notfound 70 .notfound:
|
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | memccpy.s | 42 jl .notfound 49 jl .notfound 56 jl .notfound 63 jl .notfound 86 .notfound:
|
H A D | wschr.s | 50 je .notfound 56 je .notfound 62 je .notfound 71 .notfound:
|
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | memchr.s | 60 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 D | memchr.s | 60 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 D | nfsref.c | 97 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 D | msg.c | 70 const char notfound[] = "not found"; variable
|
H A D | bltin.c | 80 failed(a1, notfound); 387 failed(*argv, notfound);
|
H A D | defs.h | 425 extern const char notfound[];
|
H A D | xec.c | 160 failure(*com, notfound);
|
/illumos-gate/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_search.c | 179 goto notfound; 290 goto notfound; 296 notfound:
|
/illumos-gate/usr/src/cmd/sgs/ar/common/ |
H A D | main.c | 38 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 D | pkg.c | 120 int notfound = 1; local 126 notfound = 0; 130 return (notfound);
|
/illumos-gate/usr/src/lib/libshell/common/tests/ |
H A D | path.sh | 124 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 D | subshell.sh | 101 TEST_notfound=notfound 103 do TEST_notfound=notfound-$RANDOM
|
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | boot.c | 307 goto notfound; 371 notfound:
|
/illumos-gate/usr/src/uts/sun4u/starcat/io/ |
H A D | dman_domain.c | 745 goto notfound; 754 goto notfound; 761 goto notfound; 771 goto notfound; 786 notfound:
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_nv.c | 316 goto notfound; 325 goto notfound; 343 notfound:
|
/illumos-gate/usr/src/uts/common/fs/devfs/ |
H A D | devfs_subr.c | 1097 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 D | grep.c | 156 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;
|