/busybox-1.35.0/modutils/ ! |
D | modinfo.c | 62 const char *field) in modinfo() argument 91 pattern = field; in modinfo() 141 const char *field; in modinfo_main() local 149 field = NULL; in modinfo_main() 150 opts = getopt32(argv, "^" "0F:nadlp" "\0" "-1"/*minimum one arg*/, &field); in modinfo_main() 170 modinfo(tokens[0], uts.release, field); in modinfo_main() 180 modinfo(argv[i], uts.release, field); in modinfo_main()
|
/busybox-1.35.0/shell/hush_test/hush-comm/ ! |
D | comm.tests | 9 # comm field was wrong if CONFIG_FEATURE_PREFER_APPLETS=y 13 # comm field was wrong if CONFIG_FEATURE_PREFER_APPLETS=y
|
/busybox-1.35.0/shell/ash_test/ash-comm/ ! |
D | comm.tests | 9 # comm field was wrong if CONFIG_FEATURE_PREFER_APPLETS=y 13 # comm field was wrong if CONFIG_FEATURE_PREFER_APPLETS=y
|
/busybox-1.35.0/examples/ ! |
D | inittab | 6 # Note, BusyBox init doesn't support runlevels. The runlevels field is 12 # <id>: WARNING: This field has a non-traditional meaning for BusyBox init! 14 # The id field is used by BusyBox init to specify the controlling tty for 15 # the specified process to run on. The contents of this field are 16 # appended to "/dev/" and used as-is. There is no need for this field to 18 # field is left blank, then the init's stdin/out will be used. 20 # <runlevels>: The runlevels field is completely ignored.
|
/busybox-1.35.0/docs/ ! |
D | tar_pax.txt | 20 that provides another value for the same field. The typeflag g 24 For both of these types, the size field shall be the size of the 30 data. Therefore, header block field values should be selected to 35 included, which means that the size field may be greater than 45 The <length> field shall be the decimal length of the extended 73 the <value> field shall be ignored by pax. 78 This record shall override the gid field in the following header 100 field in the following ustar header block(s). The following ustar 116 record shall override the mtime field in the following header 144 override the size field in the following header block(s). When [all …]
|
D | mdev.txt | 69 You can rename/move device nodes by using the next optional field. 83 You can also prevent creation of device nodes with the 4th field as "!":
|
/busybox-1.35.0/procps/ ! |
D | ps.posix | 91 line, and should be arranged in columns in the output. The field widths 94 -o user=, the field width shall be at least as wide as the default 99 ID, if it can be obtained and the field width permits, or a dec- 103 user ID, if it can be obtained and the field width permits, or a 107 group ID, if it can be obtained and the field width permits, or 111 group ID, if it can be obtained and the field width permits, or 143 tion may truncate this value to the field width; it is implemen- 152 Any field need not be meaningful in all implementations. In such a case 153 a hyphen ( '-' ) should be output in place of the field value.
|
/busybox-1.35.0/util-linux/ ! |
D | last.c | 66 #error Values for the ut_type field of struct utmpx changed
|
/busybox-1.35.0/archival/ ! |
D | dpkg.c | 435 char *field; in add_split_dependencies() local 442 field = strtok_r(line, ",", &line_ptr1); in add_split_dependencies() 445 field += strspn(field, " "); in add_split_dependencies() 446 line2 = xstrdup(field); in add_split_dependencies() 450 && (strcmp(field, field2) != 0) in add_split_dependencies() 454 or_edge->name = search_name_hashtable(field); in add_split_dependencies() 515 field = strtok_r(NULL, ",", &line_ptr1); in add_split_dependencies() 516 } while (field != NULL); in add_split_dependencies()
|
/busybox-1.35.0/testsuite/tar/ ! |
D | tar_with_link_with_size | 3 # This tarball contains a softlink with size field != 0.
|
D | tar_with_prefix_fields | 252 # Case 1: long name, with path in prefix field 259 # Case 2: long dir name, with ENTIRE path in prefix field (name = "")
|
/busybox-1.35.0/include/ ! |
D | libbb.h | 2388 #define STORE_LE(field, value) \ argument 2390 if (sizeof(field) == 4) \ 2391 field = SWAP_LE32((uint32_t)(value)); \ 2392 else if (sizeof(field) == 2) \ 2393 field = SWAP_LE16((uint16_t)(value)); \ 2394 else if (sizeof(field) == 1) \ 2395 field = (uint8_t)(value); \ 2400 #define FETCH_LE32(field) \ argument 2401 (sizeof(field) == 4 ? SWAP_LE32(field) : BUG_wrong_field_size())
|
/busybox-1.35.0/ ! |
D | NOFORK_NOEXEC.lst | 276 pgrep - must fork+exec to get correct /proc/PID/cmdline and comm field 277 pidof - must fork+exec to get correct /proc/PID/cmdline and comm field 282 pkill - must fork+exec to get correct /proc/PID/cmdline and comm field
|
/busybox-1.35.0/networking/udhcp/ ! |
D | dhcpd.c | 398 #define OFS(field) offsetof(struct server_data_t, field) argument
|
D | Config.src | 142 field larger than we expect (which might also be considered a
|