Searched refs:gettype (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/lib/libc/gen/ |
| H A D | disklabel.c | 49 gettype(char *t, const char **names) in gettype() function 107 dp->d_type = gettype(cq, dktypenames); in getdiskbyname() 149 pp->p_fstype = gettype(cq, fstypenames); in getdiskbyname()
|
| /freebsd-12.1/contrib/ipfilter/tools/ |
| H A D | ippool.c | 53 int gettype __P((char *, u_int *)); 184 type = gettype(optarg, NULL); 323 type = gettype(argv[optind], &iph.iph_type); 457 type = gettype(optarg, NULL); 570 type = gettype(optarg, NULL); 650 gettype(typename, minor) in gettype() function 724 type = gettype(optarg, NULL);
|
| /freebsd-12.1/contrib/file/src/ |
| H A D | der.c | 132 gettype(uint8_t c) in gettype() function 362 uint8_t t = gettype(p[x]); in printdata()
|
| /freebsd-12.1/contrib/ntp/lib/isc/ |
| H A D | socket_api.c | 186 return (sock->methods->gettype(sock)); in isc_socket_gettype()
|
| H A D | timer.c | 162 void *gettype; member
|
| /freebsd-12.1/contrib/ntp/lib/isc/include/isc/ |
| H A D | socket.h | 296 isc_sockettype_t (*gettype)(isc_socket_t *sock); member
|