Home
last modified time | relevance | path

Searched refs:gettype (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/gen/
H A Ddisklabel.c45 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 Dippool.c52 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 Dder.c142 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 Dsocket.h296 isc_sockettype_t (*gettype)(isc_socket_t *sock); member