/src/usr.sbin/lpr/pac/ |
pac.c | 86 char *h_name; /* Name of this user */ member in struct:hent 280 hp->h_name); 309 hp->h_name, hp->h_count); 346 hp->h_name = strdup(name); 347 if (hp->h_name == NULL) 369 if (strcmp(hp->h_name, name) == 0) 406 r = strcmp(h1->h_name, h2->h_name);
|
/src/usr.bin/xlint/lint2/ |
hash.c | 89 if (strcmp(hte->h_name, s) == 0) 98 hte->h_name = xstrdup(s); 138 return strcmp(a->h_name, b->h_name); 195 free(__UNCONST(hte->h_name));
|
emit2.c | 78 outname(tp->t_tag->h_name); 81 outname(tp->t_tynam->h_name); 140 outname(hte->h_name); 170 errx(1, "internal error: dumpname %s", hte->h_name);
|
chk.c | 149 msg(0, hte->h_name, mkpos(&fcall->f_pos)); 152 msg(0, hte->h_name, mkpos(&usym->u_pos)); 170 msg(1, hte->h_name, mkpos(&sym->s_pos)); 195 msg(2, hte->h_name, mkpos(&sym->s_pos)); 225 msg(3, hte->h_name, mkpos(&def1->s_pos), mkpos(&sym->s_pos)); 278 msg(17, hte->h_name, 285 msg(4, hte->h_name, 317 msg(5, hte->h_name, 408 msg(7, hte->h_name, total_args(n, ap1), mkpos(pos1p), 591 msg(6, hte->h_name, n, type_name(arg1), mkpos(pos1p) [all...] |
lint2.h | 167 const char *h_name; /* name */ member in struct:hte
|
/src/lib/libc/net/ |
sethostent.c | 180 hent.h_name = NULL; /* XXX: gcc */ 193 if (strcasecmp(hp->h_name, name) != 0) { 205 HENT_SCOPY(hent.h_name, hp->h_name, ptr, len); 246 HENT_SCOPY(hp->h_name, hent.h_name, ptr, len);
|
gethnamaddr.c | 237 hent->h_name = NULL; 279 hent->h_name = bp; 281 /* The qname can be abbreviated, but h_name is now absolute. */ 282 qname = hent->h_name; 336 hent->h_name = bp; 388 hent->h_name = bp; 401 hent->h_name = bp; 415 if (strcasecmp(hent->h_name, bp) != 0) { 417 AskedForGot, hent->h_name, bp); 436 hent->h_name = bp [all...] |
getnameinfo.c | 407 p = strchr(hp->h_name, '.'); 412 if (strlen(hp->h_name) + 1 > hostlen) { 415 strlcpy(host, hp->h_name, hostlen);
|
/src/lib/libcompat/4.3/ |
rexec.c | 86 *ahost = hp->h_name; 87 (void)ruserpass(hp->h_name, &name, &pass); 109 warn("Cannot connect to %s", hp->h_name);
|
/src/usr.bin/config/ |
hash.c | 67 #define h_name h_name1 macro 219 if (hp->h_hash == h && strcmp(hp->h_name, s) == 0) 220 return (hp->h_name); 336 if (hp->h_name == nam1) 380 rval += (*cbfunc)(hp->h_name, hp->h_value, arg);
|
/src/usr.sbin/rpc.bootparamd/ |
bootparamd.c | 179 (void)strlcpy(askname, he->h_name, sizeof(askname)); 253 (void)strlcpy(askname, he->h_name, sizeof(askname)); 408 if (strcasecmp(hp->h_name, client) != 0) 410 canon = hp->h_name;
|
/src/lib/libbluetooth/ |
bluetooth.c | 71 if (strcasecmp(p->h_name, name) == 0) 136 host.h_name = cp;
|
/src/usr.bin/xlint/common/ |
tyname.c | 210 buf_add(buf, tp->t_isuniqpos ? "*anonymous*" : tp->t_tag->h_name); 227 buf_add(buf, tp->t_isuniqpos ? "*anonymous*" : tp->t_tag->h_name);
|
/src/tests/lib/libc/net/ |
h_hostent.c | 60 h->h_name, h->h_length, h->h_addrtype);
|
/src/usr.bin/btkey/ |
btkey.c | 299 printf(" (%s)", he->h_name);
|
/src/include/ |
netdb.h | 149 char *h_name; /*%< official name of host */ member in struct:hostent
|
/src/usr.sbin/timed/timedc/ |
cmds.c | 116 return hp->h_name ? hp->h_name : name;
|
/src/sbin/routed/rtquery/ |
rtquery.c | 638 printf("%s (%s):", hp->h_name, 724 name = hp->h_name; 797 (hp != 0) ? hp->h_name : inet_ntoa(in),
|
/src/distrib/utils/libhack/ |
gethost.c | 221 HENT_SCOPY(hent->h_name, name, buf, buflen);
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_platform_limits_openbsd.h | 297 char *h_name; member in struct:__sanitizer::__sanitizer_hostent
|
sanitizer_platform_limits_solaris.h | 320 char *h_name; member in struct:__sanitizer::__sanitizer_hostent
|
sanitizer_platform_limits_freebsd.h | 339 char *h_name; member in struct:__sanitizer::__sanitizer_hostent
|
/src/usr.bin/ypwhich/ |
ypwhich.c | 177 (void)printf("%s\n", he->h_name);
|
/src/sbin/route/ |
rtutil.c | 522 if ((p = strchr(hp->h_name, '.')) && 525 cp = hp->h_name;
|
/src/usr.sbin/rarpd/ |
rarpd.c | 831 ether_ntoa((struct ether_addr *)ar_tha(ap)), hp->h_name); 834 ether_ntoa((struct ether_addr *)ar_tha(ap)), hp->h_name);
|