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

  /src/usr.bin/rpcgen/
rpc_parse.c 69 static void get_type(const char **, const char **, defkind);
175 get_type(&plist->res_prefix, &plist->res_type,
415 get_type(&dec->prefix, &dec->type, dkind);
479 get_type(&dec->prefix, &dec->type, dkind);
531 get_type(const char **prefixp, const char **typep, defkind dkind) function in typeref:typename:void
  /src/usr.bin/elf2aout/
elf2aout.c 178 get_type(Elf32_Half shndx) function in typeref:typename:unsigned char
545 outbuf[i].n_type = get_type(inbuf[i].st_shndx);
  /src/usr.bin/mkubootimage/
mkubootimage.c 201 get_type(const char *name) function in typeref:enum:uboot_image_type
479 image_type = get_type(optarg);
  /src/sbin/fdisk/
fdisk.c 286 static const char *get_type(int);
847 printf("%s (sysid %d)\n", get_type(partp->mbrp_type), partp->mbrp_type);
2989 get_type(int type) function in typeref:typename:const char *

Completed in 43 milliseconds