Searched refs:exact (Results 1 - 23 of 23) sorted by relevance

/haiku-fatelf/headers/libs/x86emu/x86emu/
H A Dprim_asm.h58 modify exact [eax];
70 modify exact [ax];
82 modify exact [ax];
94 modify exact [ax];
106 modify exact [ax];
118 modify exact [al bl];
130 modify exact [ax bx];
142 modify exact [eax ebx];
154 modify exact [al bl];
166 modify exact [a
[all...]
/haiku-fatelf/src/bin/gawk/posix/
H A Dgawkmisc.c70 * if (AWKBUFSIZE == "exact")
95 static short exact = FALSE; local
108 if (strcmp(val, "exact") == 0)
109 exact = TRUE;
117 } else if (! exact && env_val > 0)
137 || exact)) /* or debugging */
/haiku-fatelf/headers/private/net/
H A DDynamicBuffer.h52 status_t _GrowToFit(size_t size, bool exact = false);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dutimecmp.c73 /* True if RESOLUTION is known to be exact, and is not merely an
75 bool exact; member in struct:fs_res
111 utimens. In this case, return -2 if the exact answer cannot be
172 new_dst_res->exact = false;
190 if (! dst_res->exact)
196 dst_res->exact = true;
201 if (! dst_res->exact)
265 to interrogate the file system to deduce the exact time
319 /* Determine the exact resolution from the modification time
343 dst_res->exact
[all...]
H A Dgetopt.c332 or is an exact match for some defined option. If they have an
490 int exact = 0;
498 /* Test all long options for either exact match
509 exact = 1;
526 if (ambig && !exact)
795 int exact = 0;
856 /* Test all long options for either exact match
866 exact = 1;
879 if (ambig && !exact)
486 int exact = 0; local
791 int exact = 0; local
/haiku-fatelf/src/kits/network/libnetapi/
H A DDynamicBuffer.cpp141 DynamicBuffer::_GrowToFit(size_t size, bool exact) argument
147 if (!exact)
/haiku-fatelf/src/bin/diffutils/lib/
H A Dgetopt.c500 or is an exact match for some defined option. If they have an
658 int exact = 0;
666 /* Test all long options for either exact match
677 exact = 1;
694 if (ambig && !exact)
819 int exact = 0;
858 /* Test all long options for either exact match
868 exact = 1;
881 if (ambig && !exact)
654 int exact = 0; local
815 int exact = 0; local
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dgetopt.c499 or is an exact match for some defined option. If they have an
650 int exact = 0;
658 /* Test all long options for either exact match
669 exact = 1;
683 if (ambig && !exact)
808 int exact = 0;
847 /* Test all long options for either exact match
857 exact = 1;
870 if (ambig && !exact)
646 int exact = 0; local
804 int exact = 0; local
/haiku-fatelf/src/bin/bc/lib/
H A Dgetopt.c353 or is an exact match for some defined option. If they have an
481 int exact = 0;
489 /* Test all long options for either exact match
499 exact = 1;
513 if (ambig && !exact)
477 int exact = 0; local
/haiku-fatelf/src/bin/sharutils/lib/
H A Dgetopt.c353 or is an exact match for some defined option. If they have an
481 int exact = 0;
493 /* Test all long options for either exact match
503 exact = 1;
517 if (ambig && !exact)
477 int exact = 0; local
/haiku-fatelf/src/bin/gawk/
H A Dgetopt.c495 or is an exact match for some defined option. If they have an
653 int exact = 0;
661 /* Test all long options for either exact match
672 exact = 1;
689 if (ambig && !exact)
944 int exact = 0;
999 /* Test all long options for either exact match
1009 exact = 1;
1022 if (ambig && !exact)
649 int exact = 0; local
940 int exact = 0; local
/haiku-fatelf/src/system/libroot/posix/glibc/extensions/
H A Dgetopt.c498 or is an exact match for some defined option. If they have an
656 int exact = 0;
664 /* Test all long options for either exact match
675 exact = 1;
692 if (ambig && !exact)
947 int exact = 0;
1002 /* Test all long options for either exact match
1012 exact = 1;
1025 if (ambig && !exact)
652 int exact = 0; local
943 int exact = 0; local
/haiku-fatelf/src/bin/gzip/
H A Dgetopt.c309 or is an exact match for some defined option. If they have an
461 int exact = 0;
469 /* Test all options for either exact match or abbreviated matches. */
479 exact = 1;
493 if (ambig && !exact)
457 int exact = 0; local
/haiku-fatelf/src/bin/less/
H A Dopttbl.c538 int exact = 0; local
565 if (!exact && len == maxlen)
582 exact = (len == (int)strlen(oname->oname));
/haiku-fatelf/src/tools/stubgen/
H A Dgetopt.c403 or is an exact match for some defined option. If they have an
547 int exact = 0;
555 /* Test all long options for either exact match
565 exact = 1;
579 if (ambig && !exact)
543 int exact = 0; local
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dgetopt.c334 or is an exact match for some defined option. If they have an
491 int exact = 0;
499 /* Test all long options for either exact match
510 exact = 1;
527 if (ambig && !exact)
809 int exact = 0;
870 /* Test all long options for either exact match
880 exact = 1;
893 if (ambig && !exact)
487 int exact = 0; local
805 int exact = 0; local
/haiku-fatelf/src/bin/network/wget/lib/
H A Dgetopt.c330 or is an exact match for some defined option. If they have an
487 int exact = 0;
495 /* Test all long options for either exact match
506 exact = 1;
523 if (ambig && !exact)
805 int exact = 0;
866 /* Test all long options for either exact match
876 exact = 1;
889 if (ambig && !exact)
483 int exact = 0; local
801 int exact = 0; local
/haiku-fatelf/src/bin/coreutils/src/
H A Dshred.c124 bool exact; /* -x flag: Do not round up file size */ member in struct:Options
137 {"exact", no_argument, NULL, 'x'},
176 -x, --exact do not round file sizes up to the next full block;\n\
825 if (0 <= size && !(flags->exact) && S_ISREG (st.st_mode))
1168 flags.exact = true;
/haiku-fatelf/src/bin/network/wget/src/
H A Dretr.c228 bool exact = !!(flags & rb_read_exactly);
271 while (!exact || (sum_read < toread))
273 int rdsize = exact ? MIN (toread - sum_read, dlbufsize) : dlbufsize;
227 bool exact = !!(flags & rb_read_exactly); local
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsymtab.c171 /* First, search for an exact match */
712 exactly matches PC, or, if we cannot find an exact match, the
2229 exact match.
2236 int exact;
2248 best_index = find_line_common (best_linetable, line, &exact);
2249 if (best_index < 0 || !exact)
2251 /* Didn't find an exact match. So we better keep looking for
2279 ind = find_line_common (l, line, &exact);
2282 if (exact)
2306 *exact_match = exact;
2230 int exact; local
[all...]
H A DChangeLog-3.x1768 command list, even if exact match found. If it's really an exact
2125 (symbol_completion_function): Don't accept an exact match if the
2141 if the name match is exact (which is what I want in all cases in
/haiku-fatelf/src/bin/gdb/bfd/
H A Delfxx-mips.c8663 bfd_boolean exact;
8679 exact = FALSE;
8686 exact = TRUE;
8689 if (! exact)
8625 bfd_boolean exact; local
/haiku-fatelf/docs/develop/storage/resources/
H A DResourcesFormat.tex608 in fact not even the exact length and meaning of the fields of the resources

Completed in 329 milliseconds