Searched refs:__ptr_t (Results 1 – 3 of 3) sorted by relevance
25 #undef __ptr_t37 # define __ptr_t void * macro45 # define __ptr_t char *131 __ptr_t (*gl_opendir) __PMT ((__const char *));153 __ptr_t (*gl_opendir) __PMT ((__const char *));
301 static int collated_compare __P ((const __ptr_t, const __ptr_t));1053 qsort ((__ptr_t) &pglob->gl_pathv[non_sort],1072 free ((__ptr_t) pglob->gl_pathv[i]);1073 free ((__ptr_t) pglob->gl_pathv);1081 const __ptr_t a; in collated_compare()1082 const __ptr_t b;1142 free ((__ptr_t) array[--i]);1157 free ((__ptr_t) array[i]);1219 __ptr_t stream = NULL;1290 : (__ptr_t) opendir (directory));[all …]
1095 static __ptr_t open_dirstream PARAMS ((const char *));1096 static struct dirent *read_dirstream PARAMS ((__ptr_t));1098 static __ptr_t1118 return (__ptr_t) new; in open_dirstream()1122 read_dirstream (__ptr_t stream) in read_dirstream()