HelenOS sources
dir_elem_t 69 uspace/app/bdsh/cmds/modules/ls/ls.c static errno_t ls_print(struct dir_elem_t *);
dir_elem_t 70 uspace/app/bdsh/cmds/modules/ls/ls.c static errno_t ls_print_single_column(struct dir_elem_t *);
dir_elem_t 73 uspace/app/bdsh/cmds/modules/ls/ls.c static signed int ls_scan_dir(const char *, DIR *, struct dir_elem_t **);
dir_elem_t 75 uspace/app/bdsh/cmds/modules/ls/ls.c static unsigned int ls_scope(const char *, struct dir_elem_t *);
dir_elem_t 99 uspace/app/bdsh/cmds/modules/ls/ls.c static errno_t ls_print(struct dir_elem_t *de)
dir_elem_t 128 uspace/app/bdsh/cmds/modules/ls/ls.c static errno_t ls_print_single_column(struct dir_elem_t *de)
dir_elem_t 152 uspace/app/bdsh/cmds/modules/ls/ls.c struct dir_elem_t const *da = a;
dir_elem_t 153 uspace/app/bdsh/cmds/modules/ls/ls.c struct dir_elem_t const *db = b;
dir_elem_t 171 uspace/app/bdsh/cmds/modules/ls/ls.c struct dir_elem_t const *da = a;
dir_elem_t 172 uspace/app/bdsh/cmds/modules/ls/ls.c struct dir_elem_t const *db = b;
dir_elem_t 187 uspace/app/bdsh/cmds/modules/ls/ls.c struct dir_elem_t **dir_list_ptr)
dir_elem_t 195 uspace/app/bdsh/cmds/modules/ls/ls.c struct dir_elem_t *tmp;
dir_elem_t 196 uspace/app/bdsh/cmds/modules/ls/ls.c struct dir_elem_t *tosort;
dir_elem_t 208 uspace/app/bdsh/cmds/modules/ls/ls.c tosort = (struct dir_elem_t *) malloc(alloc_blocks * sizeof(*tosort));
dir_elem_t 219 uspace/app/bdsh/cmds/modules/ls/ls.c tmp = (struct dir_elem_t *) realloc(tosort,
dir_elem_t 220 uspace/app/bdsh/cmds/modules/ls/ls.c alloc_blocks * sizeof(struct dir_elem_t));
dir_elem_t 250 uspace/app/bdsh/cmds/modules/ls/ls.c qsort(&tosort[0], nbdirs, sizeof(struct dir_elem_t), compar);
dir_elem_t 262 uspace/app/bdsh/cmds/modules/ls/ls.c tmp = (struct dir_elem_t *) realloc(*dir_list_ptr,
dir_elem_t 263 uspace/app/bdsh/cmds/modules/ls/ls.c nbdirs * sizeof(struct dir_elem_t));
dir_elem_t 302 uspace/app/bdsh/cmds/modules/ls/ls.c struct dir_elem_t *dir_list;
dir_elem_t 307 uspace/app/bdsh/cmds/modules/ls/ls.c dir_list = (struct dir_elem_t *) malloc(sizeof(struct dir_elem_t));
dir_elem_t 370 uspace/app/bdsh/cmds/modules/ls/ls.c static unsigned int ls_scope(const char *path, struct dir_elem_t *de)
dir_elem_t 409 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