HomeSort by relevance Sort by last modified time
    Searched refs:lookup_name (Results 1 - 10 of 10) sorted by null

  /external/toybox/toys/other/
netcat.c 78 static void lookup_name(char *name, uint32_t *result) function
123 lookup_name(TT.source_address, (uint32_t *)&address.sin_addr);
132 lookup_name(*toys.optargs, (uint32_t *)&address.sin_addr);
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 625 char * lookup_name
792 char lookup_name [k_hostname_maxlen + 1]; local
805 if (is_applicable_name (&result, name, lookup_name))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
locale.py 380 lookup_name = langname + '.' + encoding
381 code = locale_alias.get(lookup_name, None)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
locale.py 380 lookup_name = langname + '.' + encoding
381 code = locale_alias.get(lookup_name, None)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 380 lookup_name = langname + '.' + encoding
381 code = locale_alias.get(lookup_name, None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 380 lookup_name = langname + '.' + encoding
381 code = locale_alias.get(lookup_name, None)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 1211 const char *lookup_name; local
1214 lookup_name = strrchr(name, ':');
1215 if (lookup_name != NULL)
1216 lookup_name++;
1218 lookup_name = name;
1223 if (!strcmp(vi->name, lookup_name))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-common.h     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
sparc-opc.c 2124 lookup_name (const arg *table, const char *name) function
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldlang.c 75 static lang_input_statement_type *lookup_name (const char *);
871 /* When lookup_name is called, it will call the add_symbols
923 f = lookup_name (file_spec);
2629 lookup_name (const char *name) function
    [all...]

Completed in 893 milliseconds