/busybox-1.35.0/procps/ |
D | lsof.c | 54 struct dirent *entry; in lsof_main() local 62 while ((entry = readdir(d_fd)) != NULL) { in lsof_main() 64 if (entry->d_name[0] == '.') in lsof_main() 67 safe_strncpy(name + baseofs, entry->d_name, 10); in lsof_main() 69 printf("%d\t%s\t%s\t%s\n", proc->pid, proc->exe, entry->d_name, fdlink); in lsof_main()
|
D | sysctl.c | 245 struct dirent *entry; in sysctl_act_recursive() local 251 while ((entry = readdir(dirp)) != NULL) { in sysctl_act_recursive() 252 char *next = concat_subpath_file(path, entry->d_name); in sysctl_act_recursive()
|
/busybox-1.35.0/libbb/ |
D | find_root_device.c | 27 struct dirent *entry; in find_block_device_in_dir() local 42 while ((entry = readdir(dir)) != NULL) { in find_block_device_in_dir() 43 safe_strncpy(ap->devpath + len, entry->d_name, rem); in find_block_device_in_dir() 53 if (DOT_OR_DOTDOT(entry->d_name)) in find_block_device_in_dir()
|
D | procps.c | 288 struct dirent *entry; in procps_scan() local 298 entry = readdir(sp->task_dir); in procps_scan() 299 if (entry) in procps_scan() 305 entry = readdir(sp->dir); in procps_scan() 306 if (entry == NULL) { in procps_scan() 311 pid = bb_strtou(entry->d_name, NULL, 10); in procps_scan()
|
D | lineedit.c | 242 struct passwd *entry; in get_user_strings() local 245 entry = getpwuid(geteuid()); in get_user_strings() 246 if (entry) { in get_user_strings() 247 user_buf = xstrdup(entry->pw_name); in get_user_strings() 248 home_pwd_buf = xstrdup(entry->pw_dir); in get_user_strings() 723 struct passwd *entry; in username_path_completion() local 734 entry = getpwnam(tilde_name + 1); in username_path_completion() 736 if (entry) in username_path_completion() 737 home = entry->pw_dir; in username_path_completion()
|
/busybox-1.35.0/docs/ |
D | Kconfig-language.txt | 20 Every entry has its own dependencies. These dependencies are used 21 to determine the visible of an entry. Any child entry is only 22 visible if its parent entry is also visible. 38 arguments. "config" starts a new config entry. The following lines 48 A menu entry can have a number of attributes. Not all of them are 63 Every menu entry can have at most one prompt, which is used to display 70 Default values are not limited to the menu entry, where they are 81 This defines a dependency for this menu entry. If multiple 83 are applied to all other options within this menu entry (which also 102 Dependencies define the visibility of a menu entry and can also reduce [all …]
|
D | tar_pax.txt | 66 BINARY entry indicates unencoded binary data.
|
/busybox-1.35.0/miscutils/ |
D | devfsd.c | 277 …d action_modload(const struct devfsd_notify_struct *info, const struct config_entry_struct *entry); 745 struct config_entry_struct *entry; in service_name() local 761 for (entry = first_config; entry != NULL; entry = entry->next) { in service_name() 763 if (info->type != entry->action.when in service_name() 764 || regexec(&entry->preg, info->devname, MAX_SUBEXPR, mbuf, 0) != 0) in service_name() 769 switch (entry->action.what) { in service_name() 771 action_permissions(info, entry); in service_name() 775 action_modload(info, entry); in service_name() 778 action_execute(info, entry, mbuf, n); in service_name() 781 action_copy(info, entry, mbuf, n); in service_name() [all …]
|
D | bc.c | 3779 BcId entry, *entry_ptr; in bc_program_addFunc() local 3782 entry.name = name; in bc_program_addFunc() 3783 entry.idx = G.prog.fns.len; in bc_program_addFunc() 3785 inserted = bc_map_insert(&G.prog.fn_map, &entry, &idx); in bc_program_addFunc() 3922 BcId entry, *entry_ptr; in zbc_parse_call() local 3925 entry.name = name; in zbc_parse_call() 3935 idx = bc_map_find_exact(&G.prog.fn_map, &entry); in zbc_parse_call() 3940 idx = bc_map_find_exact(&G.prog.fn_map, &entry); in zbc_parse_call()
|
/busybox-1.35.0/coreutils/ |
D | du.c | 193 struct dirent *entry; in du() local 202 while ((entry = readdir(dir))) { in du() 203 newfile = concat_subpath_file(filename, entry->d_name); in du()
|
D | ls.c | 920 struct dirent *entry; in scan_one_dir() local 932 while ((entry = readdir(dir)) != NULL) { in scan_one_dir() 936 if (entry->d_name[0] == '.') { in scan_one_dir() 940 && (!entry->d_name[1] || (entry->d_name[1] == '.' && !entry->d_name[2])) in scan_one_dir() 945 fullname = concat_path_file(path, entry->d_name); in scan_one_dir()
|
/busybox-1.35.0/debianutils/ |
D | start_stop_daemon.c | 293 struct dirent *entry; in do_procinit() local 306 entry = readdir(procdir); in do_procinit() 311 if (!entry) /* EOF, no more entries */ in do_procinit() 313 pid = bb_strtou(entry->d_name, NULL, 10); in do_procinit()
|
/busybox-1.35.0/init/ |
D | bootchartd.c | 135 struct dirent *entry; in dump_procs() local 140 while ((entry = readdir(dir)) != NULL) { in dump_procs() 143 unsigned pid = bb_strtou(entry->d_name, NULL, 10); in dump_procs()
|
/busybox-1.35.0/testsuite/ |
D | makedevs.device_table.txt | 8 # you can just add an entry like: 12 # Furthermore, you can use a single table entry to create a many device
|
/busybox-1.35.0/networking/ |
D | ifupdown.c | 1028 struct dirent *entry; in read_interfaces() local 1032 while ((entry = readdir(dir)) != NULL) { in read_interfaces() 1034 if (entry->d_name[0] == '.') in read_interfaces() 1036 path = concat_path_file(dirpath, entry->d_name); in read_interfaces()
|
/busybox-1.35.0/scripts/kconfig/ |
D | qconf.cc | 1338 QString entry; in saveSettings() local 1341 entry = "single"; in saveSettings() 1345 entry = "split"; in saveSettings() 1349 entry = "full"; in saveSettings() 1352 configSettings->writeEntry("/kconfig/qconf/listMode", entry); in saveSettings()
|
D | zconf.tab.c_shipped | 1004 fprintf(stderr, "%s:%d: missing end statement for this entry\n", 1014 fprintf(stderr, "%s:%d: missing end statement for this entry\n", 1024 fprintf(stderr, "%s:%d: missing end statement for this entry\n",
|
/busybox-1.35.0/shell/ |
D | ash.c | 8458 addcmdentry(char *name, struct cmdentry *entry) in addcmdentry() argument 8466 cmdp->cmdtype = entry->cmdtype; in addcmdentry() 8467 cmdp->param = entry->u; in addcmdentry() 8477 struct cmdentry entry; in hashcmd() local 8508 find_command(name, &entry, DO_ERR, pathval()); in hashcmd() 8509 if (entry.cmdtype == CMDUNKNOWN) in hashcmd() 8701 struct cmdentry entry; in describe_command() local 8732 find_command(command, &entry, DO_ABS, path); in describe_command() 8734 switch (entry.cmdtype) { in describe_command() 8736 int j = entry.u.index; in describe_command() [all …]
|
/busybox-1.35.0/examples/ |
D | inittab | 10 # Format for each entry: <id>:<runlevels>:<action>:<process>
|