Searched defs:not_found (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/
H A Ddrivemap_int13h.S44 jz not_found /* DRV=DST => map end - drive not remapped, keep DL. */
51 not_found: label
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrchr.s40 jz not_found
47 jz not_found
54 jz not_found
115 jz not_found
119 jz not_found
124 jz not_found
128 jz not_found
132 not_found: label
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgettxt.c54 ((char *)((s) != NULL && *(s) != '\0' ? (s) : not_found))
60 static const char *not_found = "Message not found!!\n"; variable
H A Dgtxt.c55 static const char *not_found = "Message not found!!\n"; variable
263 return (not_found);
265 return ((dflt && *dflt) ? dflt : not_found);
275 return (not_found);
306 return (not_found);
311 return ((dflt && *dflt) ? dflt : not_found);
328 return (not_found);
338 return (not_found);
344 return ((dflt && *dflt) ? dflt : not_found);
/osnet-11/usr/src/lib/libscf/common/
H A Dnotify_params.c1588 int not_found = 1; local
1640 not_found = 0;
1657 if (not_found) {
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_db_balance.c173 int not_found; local
221 not_found = 1;
223 not_found = 0;
229 if (not_found)
242 not_found = strcmp(cmp_name_1, cmp_name_2);
247 if (not_found)

Completed in 49 milliseconds