Searched refs:profattr_t (Results 1 – 5 of 5) sorted by relevance
41 static profattr_t *profstr2attr(profstr_t *);43 profattr_t *56 profattr_t *88 free_profattr(profattr_t *prof) in free_profattr()101 static profattr_t *104 profattr_t *newprof; in profstr2attr()107 return ((profattr_t *)NULL); in profstr2attr()109 if ((newprof = (profattr_t *)malloc(sizeof (profattr_t))) == NULL) in profstr2attr()110 return ((profattr_t *)NULL); in profstr2attr()151 print_profattr(profattr_t *prof) in print_profattr()
95 profattr_t *pa; in _enum_common_p()
90 } profattr_t; typedef92 extern profattr_t *getprofnam(const char *);93 extern profattr_t *getprofattr(void);97 extern void free_profattr(profattr_t *);
210 profattr_t *pa; in print_profs_long()
312 profattr_t *result; in check_prof()