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

  /device/linaro/bootloader/edk2/StdLib/Include/
resolv.h 175 struct res_sym { struct
182 extern const struct res_sym __p_class_syms[];
183 extern const struct res_sym __p_type_syms[];
241 int sym_ston __P((const struct res_sym *, const char *, int *));
242 const char * sym_ntos __P((const struct res_sym *, int, int *));
243 const char * sym_ntop __P((const struct res_sym *, int, int *));
  /bionic/libc/dns/include/
resolv_private.h 119 struct res_sym { struct
358 __LIBC_HIDDEN__ extern const struct res_sym __p_key_syms[];
359 __LIBC_HIDDEN__ extern const struct res_sym __p_cert_syms[];
360 extern const struct res_sym __p_class_syms[];
361 extern const struct res_sym __p_type_syms[];
362 __LIBC_HIDDEN__ extern const struct res_sym __p_rcode_syms[];
432 int sym_ston(const struct res_sym *, const char *, int *);
433 const char * sym_ntos(const struct res_sym *, int, int *);
434 const char * sym_ntop(const struct res_sym *, int, int *);
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_debug.c 358 const struct res_sym __p_class_syms[] = {
371 const struct res_sym __p_default_section_syms[] = {
379 const struct res_sym __p_update_section_syms[] = {
392 const struct res_sym __p_type_syms[] = {
437 sym_ston(const struct res_sym *syms, const char *name, int *success) {
451 sym_ntos(const struct res_sym *syms, int number, int *success) {
469 sym_ntop(const struct res_sym *syms, int number, int *success) {
498 const struct res_sym *symbols;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
resolv.h 176 struct res_sym { struct
332 int sym_ston (const struct res_sym *, const char *, int *) __THROW;
333 const char * sym_ntos (const struct res_sym *, int, int *) __THROW;
334 const char * sym_ntop (const struct res_sym *, int, int *) __THROW;
  /bionic/libc/dns/resolv/
res_debug.c 410 const struct res_sym __p_class_syms[] = {
424 static const struct res_sym __p_default_section_syms[] = {
432 static const struct res_sym __p_update_section_syms[] = {
440 const struct res_sym __p_key_syms[] = {
449 const struct res_sym __p_cert_syms[] = {
463 const struct res_sym __p_type_syms[] = {
538 const struct res_sym __p_rcode_syms[] = {
558 sym_ston(const struct res_sym *syms, const char *name, int *success) {
572 sym_ntos(const struct res_sym *syms, int number, int *success) {
590 sym_ntop(const struct res_sym *syms, int number, int *success)
    [all...]

Completed in 143 milliseconds