HelenOS sources

dir_elem_t         68 uspace/app/bdsh/cmds/modules/ls/ls.c static errno_t ls_print(struct dir_elem_t *);
dir_elem_t         69 uspace/app/bdsh/cmds/modules/ls/ls.c static errno_t ls_print_single_column(struct dir_elem_t *);
dir_elem_t         72 uspace/app/bdsh/cmds/modules/ls/ls.c static signed int ls_scan_dir(const char *, DIR *, struct dir_elem_t **);
dir_elem_t         74 uspace/app/bdsh/cmds/modules/ls/ls.c static unsigned int ls_scope(const char *, struct dir_elem_t *);
dir_elem_t         98 uspace/app/bdsh/cmds/modules/ls/ls.c static errno_t ls_print(struct dir_elem_t *de)
dir_elem_t        136 uspace/app/bdsh/cmds/modules/ls/ls.c static errno_t ls_print_single_column(struct dir_elem_t *de)
dir_elem_t        160 uspace/app/bdsh/cmds/modules/ls/ls.c 	struct dir_elem_t const *da = a;
dir_elem_t        161 uspace/app/bdsh/cmds/modules/ls/ls.c 	struct dir_elem_t const *db = b;
dir_elem_t        179 uspace/app/bdsh/cmds/modules/ls/ls.c 	struct dir_elem_t const *da = a;
dir_elem_t        180 uspace/app/bdsh/cmds/modules/ls/ls.c 	struct dir_elem_t const *db = b;
dir_elem_t        195 uspace/app/bdsh/cmds/modules/ls/ls.c     struct dir_elem_t **dir_list_ptr)
dir_elem_t        203 uspace/app/bdsh/cmds/modules/ls/ls.c 	struct dir_elem_t *tmp;
dir_elem_t        204 uspace/app/bdsh/cmds/modules/ls/ls.c 	struct dir_elem_t *tosort;
dir_elem_t        216 uspace/app/bdsh/cmds/modules/ls/ls.c 	tosort = (struct dir_elem_t *) malloc(alloc_blocks * sizeof(*tosort));
dir_elem_t        227 uspace/app/bdsh/cmds/modules/ls/ls.c 			tmp = (struct dir_elem_t *) realloc(tosort,
dir_elem_t        228 uspace/app/bdsh/cmds/modules/ls/ls.c 			    alloc_blocks * sizeof(struct dir_elem_t));
dir_elem_t        258 uspace/app/bdsh/cmds/modules/ls/ls.c 		qsort(&tosort[0], nbdirs, sizeof(struct dir_elem_t), compar);
dir_elem_t        270 uspace/app/bdsh/cmds/modules/ls/ls.c 		tmp = (struct dir_elem_t *) realloc(*dir_list_ptr,
dir_elem_t        271 uspace/app/bdsh/cmds/modules/ls/ls.c 		    nbdirs * sizeof(struct dir_elem_t));
dir_elem_t        310 uspace/app/bdsh/cmds/modules/ls/ls.c 	struct dir_elem_t *dir_list;
dir_elem_t        315 uspace/app/bdsh/cmds/modules/ls/ls.c 	dir_list = (struct dir_elem_t *) malloc(sizeof(struct dir_elem_t));
dir_elem_t        378 uspace/app/bdsh/cmds/modules/ls/ls.c static unsigned int ls_scope(const char *path, struct dir_elem_t *de)
dir_elem_t        417 uspace/app/bdsh/cmds/modules/ls/ls.c 	struct dir_elem_t de;
dir_elem_t         29 uspace/app/bdsh/cmds/modules/ls/ls.h 	errno_t (*printer)(struct dir_elem_t *);
HelenOS homepage, sources at GitHub