| /src/etc/ |
| makespec | 45 gettype() { function 88 t=$(gettype $i)
|
| makespec | 45 gettype() { function 88 t=$(gettype $i)
|
| /src/lib/libc/gen/ |
| disklabel.c | 76 static int gettype(char *, const char *const *); 146 dp->d_type = gettype(cq, dktypenames); 189 pp->p_fstype = gettype(cq, fstypenames); 209 gettype(char *t, const char *const *names) function
|
| disklabel.c | 76 static int gettype(char *, const char *const *); 146 dp->d_type = gettype(cq, dktypenames); 189 pp->p_fstype = gettype(cq, fstypenames); 209 gettype(char *t, const char *const *names) function
|
| /src/usr.sbin/diskpart/ |
| diskpart.c | 116 static int gettype(const char *, const char *const *); 402 if ((i = gettype(buf, dktypenames)) >= 0) { 412 gettype: 420 goto gettype; 434 goto gettype; 496 gettype(const char *t, const char *const *names) function
|
| diskpart.c | 116 static int gettype(const char *, const char *const *); 402 if ((i = gettype(buf, dktypenames)) >= 0) { 412 gettype: 420 goto gettype; 434 goto gettype; 496 gettype(const char *t, const char *const *names) function
|
| /src/external/bsd/ipf/dist/tools/ |
| ippool.c | 62 int gettype __P((char *, u_int *)); 199 type = gettype(optarg, NULL); 319 type = gettype(argv[optind], &iph.iph_type); 441 type = gettype(optarg, NULL); 548 type = gettype(optarg, NULL); 622 gettype(typename, minor) function 692 type = gettype(optarg, NULL);
|
| ippool.c | 62 int gettype __P((char *, u_int *)); 199 type = gettype(optarg, NULL); 319 type = gettype(argv[optind], &iph.iph_type); 441 type = gettype(optarg, NULL); 548 type = gettype(optarg, NULL); 622 gettype(typename, minor) function 692 type = gettype(optarg, NULL);
|
| /src/external/bsd/file/dist/src/ |
| der.c | 148 gettype(uint8_t c) function 421 uint8_t t = gettype(p[x]);
|
| der.c | 148 gettype(uint8_t c) function 421 uint8_t t = gettype(p[x]);
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/ |
| socket.h | 298 isc_sockettype_t (*gettype)(isc_socket_t *sock); member in struct:isc_socketmethods
|
| socket.h | 298 isc_sockettype_t (*gettype)(isc_socket_t *sock); member in struct:isc_socketmethods
|
| /src/external/apache2/mDNSResponder/dist/Clients/ |
| dns-sd.c | 1585 static char *gettype(char *buffer, char *typ) function 2203 typ = gettype(buffer, typ); 2212 typ = gettype(buffer, typ); 2227 typ = gettype(buffer, typ); 2239 typ = gettype(buffer, typ); 2251 err = RegisterService(&client, argv[opi+0], gettype(buffer, argv[opi+1]), argv[opi+2], argv[opi+4], argv[opi+3], argc-(opi+6), argv+(opi+6), flags, &callName);
|
| dns-sd.c | 1585 static char *gettype(char *buffer, char *typ) function 2203 typ = gettype(buffer, typ); 2212 typ = gettype(buffer, typ); 2227 typ = gettype(buffer, typ); 2239 typ = gettype(buffer, typ); 2251 err = RegisterService(&client, argv[opi+0], gettype(buffer, argv[opi+1]), argv[opi+2], argv[opi+4], argv[opi+3], argc-(opi+6), argv+(opi+6), flags, &callName);
|