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

  /src/usr.bin/rpcgen/
rpc_parse.h 161 struct bas_type struct
165 struct bas_type *next;
168 typedef struct bas_type bas_type; typedef in typeref:struct:bas_type
rpc_util.h 69 extern bas_type *typ_list_h;
70 extern bas_type *typ_list_t;
126 bas_type *find_type(const char *);
rpc_util.c 441 bas_type *typ_list_h;
442 bas_type *typ_list_t;
447 bas_type *ptr;
449 if ((ptr = malloc(sizeof(bas_type))) == NULL) {
464 bas_type *
467 bas_type *ptr;
rpc_cout.c 399 bas_type *ptr;

Completed in 22 milliseconds