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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/protocols/
talkd.h 70 char r_name[NAME_SIZE];/* callee's name */ member in struct:__anon24513
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
netdb.h 48 char *r_name; /* Name of server for this rpc program. */ member in struct:rpcent
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
talkd.h 70 char r_name[NAME_SIZE];/* callee's name */ member in struct:__anon26103
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
netdb.h 48 char *r_name; /* Name of server for this rpc program. */ member in struct:rpcent
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
talkd.h 70 char r_name[NAME_SIZE];/* callee's name */ member in struct:__anon27615
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
netdb.h 48 char *r_name; /* Name of server for this rpc program. */ member in struct:rpcent
  /external/tcpdump/
print-sunrpc.c 154 strlcpy(buf, rp->r_name, sizeof(buf));
  /external/icu4c/tools/tzcode/
zic.c 64 const char * r_name; member in struct:rule
519 fprintf(f, "zone %s %d %d %s", zoneName, zoneOffset, startYear, rule->r_name);
524 rule->r_name, ruleIndex);
540 r->r_name, r->r_filename, r->r_linenum);
545 r->r_name, DYCODE[r->r_dycode],
553 ruleIndex, r->r_name, r->r_filename, r->r_linenum);
858 return strcmp(((const struct rule *) cp1)->r_name,
859 ((const struct rule *) cp2)->r_name);
874 if (strcmp(rules[i].r_name,
875 rules[i + 1].r_name) != 0
    [all...]
  /external/qemu/slirp/
udp.c 459 memcpy(&dest->r_name, &src->r_name, NAME_SIZE_OLD); \

Completed in 842 milliseconds