HomeSort by: relevance | last modified time | path
    Searched defs:h_name (Results 1 - 9 of 9) sorted by relevancy

  /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/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/include/
netdb.h 149 char *h_name; /*%< official name of host */ member in struct:hostent
  /src/usr.bin/xlint/lint2/
lint2.h 167 const char *h_name; /* name */ member in struct:hte
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_freebsd.h 339 char *h_name; member in struct:__sanitizer::__sanitizer_hostent
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_posix.h 733 char *h_name; member in struct:__sanitizer::__sanitizer_hostent
sanitizer_platform_limits_netbsd.h 365 char *h_name; member in struct:__sanitizer::__sanitizer_hostent

Completed in 20 milliseconds