HomeSort by relevance Sort by last modified time
    Searched defs:exact_match (Results 1 - 6 of 6) sorted by null

  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 200 int i, match, exact_match, second_partial_match; local
220 exact_match = 0;
241 exact_match = 1;
260 if (!exact_match && second_partial_match) {
  /external/tcpdump/missing/
getopt_long.c 197 int i, match, exact_match, second_partial_match; local
217 exact_match = 0;
238 exact_match = 1;
257 if (!exact_match && second_partial_match) {
  /external/dbus/dbus/
dbus-object-tree.c 167 dbus_bool_t *exact_match)
172 return_deepest_match = exact_match != NULL;
182 if (exact_match != NULL)
183 *exact_match = TRUE;
223 index_in_parent, exact_match);
231 if (exact_match != NULL)
232 *exact_match = FALSE;
241 index_in_parent, exact_match);
312 index_in_parent, exact_match);
316 if (exact_match != NULL
752 dbus_bool_t exact_match; local
922 dbus_bool_t exact_match; local
1525 dbus_bool_t exact_match; local
    [all...]
  /frameworks/native/vulkan/libvulkan/
api.cpp 559 bool exact_match = (instance_layer_count == layer_count); local
560 if (exact_match) {
564 exact_match = false;
570 if (!exact_match) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 259 int exact_match; member in struct:wpa_cred::roaming_partner
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
script.cc 1906 bool exact_match; member in struct:gold::Version_expression
    [all...]

Completed in 440 milliseconds