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

/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dcharinfo.h35 char not_found; member in class:charinfo
203 if (not_found)
206 not_found = 1;
H A Dnode.cpp5862 int not_found; local
5863 fm = font::load_font(external_name.contents(), &not_found, check_only);
5867 if (not_found)
/macosx-10.10/pam_modules-140/modules/pam_group/
H A Dpam_group.c148 not_found:
168 goto not_found;
/macosx-10.10/libauto-186/
H A DBitmap.cpp176 else return not_found;
195 if (cursor >= end) return not_found;
212 // return bit position of 1 (not_found if not found)
213 return cursor < end ? cursor_bp(cursor) + count_trailing_zeros(word) : not_found;
H A DZoneCompaction.cpp599 while ((q = subzone->previous_quantum(q)) != not_found) {
654 if (q_prev != not_found && !subzone->is_free(q_prev)) {
661 usword_t q_start = q_prev != not_found ? subzone->next_quantum(q_prev) : q_page;
H A DDefinitions.h156 not_found = all_ones, // a negative result of search methods enumerator in enum:Auto::__anon9425
H A DSubzone.h662 return not_found;
H A DZone.cpp733 if (q == not_found) return NULL;
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Dservlet.rb145 not_found generator, req, res
294 def not_found generator, req, res method
/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Dfont.cpp489 font *font::load_font(const char *s, int *not_found, int head_only) argument
492 if (!f->load(not_found, head_only)) {
564 // If the font can't be found, then if not_found is non-NULL, it will be set
567 int font::load(int *not_found, int head_only) argument
572 if (not_found)
573 *not_found = 1;
/macosx-10.10/ruby-106/ruby/ext/dbm/
H A Ddbm.c254 if (TOO_LONG(len)) goto not_found;
261 not_found:
417 if (TOO_LONG(len)) goto not_found;
425 not_found:
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dget_cred.c335 not_found(krb5_context context, krb5_const_principal p, krb5_error_code code) function
375 return not_found(context, server, KRB5_CC_NOTFOUND);
476 return not_found(context, in_creds->server, KRB5_CC_NOTFOUND);
946 return not_found(context, in_creds->server, KRB5_CC_NOTFOUND);
1268 ret = not_found(context, in_creds.server, KRB5_CC_NOTFOUND);
H A Dtkt.c465 not_found(krb5_context context, krb5_const_principal p, krb5_error_code code) function
505 return not_found(context, server, KRB5_CC_NOTFOUND);
/macosx-10.10/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_vfsops.c1651 goto not_found;
1659 goto not_found;
1672 goto not_found;
1792 not_found:
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_servlet.rb321 @s.not_found generator, @req, @res
/macosx-10.10/ntfs-84/kext/
H A Dntfs_dir.c344 goto not_found;
637 not_found:
H A Dntfs_index.c845 goto not_found;
931 not_found:
1177 goto not_found;
1222 not_found:
H A Dntfs_attr.c1004 goto not_found;
1028 goto not_found;
1039 goto not_found;
1050 goto not_found;
1064 goto not_found;
1080 goto not_found;
1224 not_found:
H A Dntfs_vnops.c811 not_found:
860 goto not_found;
945 goto not_found;
984 goto not_found;
/macosx-10.10/ruby-106/ruby/
H A Dregparse.c5696 const OnigCodePoint not_found = ONIG_LAST_CODE_POINT; local
5697 OnigCodePoint c = not_found;
5713 c = not_found;
5725 if (((b1 & (b1 - 1)) == 0) && (c == not_found)) {
5733 if (c != not_found) {
/macosx-10.10/libxml2-26/libxml2/
H A Dxmlreader.c2674 goto not_found;
2690 not_found:
H A Dxmlschemas.c14127 goto not_found;
14244 not_found:
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlreader.c2653 goto not_found;
2669 not_found:
H A Dxmlschemas.c14099 goto not_found;
14216 not_found:
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_vnops.c1475 goto not_found;
1545 goto not_found;
1662 not_found:

Completed in 674 milliseconds