Searched refs:gettype (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | disklabel.c | 45 gettype(char *t, const char **names) in gettype() function 103 dp->d_type = gettype(cq, dktypenames); in getdiskbyname() 145 pp->p_fstype = gettype(cq, fstypenames); in getdiskbyname()
|
/freebsd/sbin/ipf/ippool/ |
H A D | ippool.c | 52 int gettype(char *, u_int *); 175 type = gettype(optarg, NULL); in poolnodecommand() 291 type = gettype(optarg, &iph.iph_type); in poolcommand() 447 type = gettype(optarg, NULL); in poolstats() 558 type = gettype(optarg, NULL); in poolflush() 637 gettype(char *typename, u_int *minor) in gettype() function 710 type = gettype(optarg, NULL); in poollist()
|
/freebsd/contrib/file/src/ |
H A D | der.c | 142 gettype(uint8_t c) in gettype() function 415 uint8_t t = gettype(p[x]); in printdata()
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | socket.h | 296 isc_sockettype_t (*gettype)(isc_socket_t *sock); member
|