Home
last modified time | relevance | path

Searched refs:first (Results 1 – 25 of 69) sorted by relevance

123

/busybox-1.35.0/libbb/
Dask_confirmation.c16 char first = 0; in bb_ask_y_confirmation_FILE() local
21 if (first == 0 && !isblank(c)) { in bb_ask_y_confirmation_FILE()
22 first = c|0x20; in bb_ask_y_confirmation_FILE()
26 return first == 'y'; in bb_ask_y_confirmation_FILE()
Dbb_strtonum.c76 char first; in bb_strtoll() local
84 first = (arg[0] != '-' ? arg[0] : arg[1]); in bb_strtoll()
85 if (!isalnum(first)) return ret_ERANGE(); in bb_strtoll()
111 char first; in bb_strtol() local
116 first = (arg[0] != '-' ? arg[0] : arg[1]); in bb_strtol()
117 if (!isalnum(first)) return ret_ERANGE(); in bb_strtol()
145 char first; in bb_strtoi() local
150 first = (arg[0] != '-' ? arg[0] : arg[1]); in bb_strtoi()
151 if (!isalnum(first)) return ret_ERANGE(); in bb_strtoi()
Din_ether.c27 goto first; in in_ether()
32 first: in in_ether()
/busybox-1.35.0/procps/
Dpidof.c80 unsigned first = 1; in pidof_main() local
124 printf(" %u" + first, (unsigned)*pl); in pidof_main()
125 first = 0; in pidof_main()
135 if (!first) in pidof_main()
142 return first; /* 1 (failure) - no processes found */ in pidof_main()
/busybox-1.35.0/coreutils/
Dseq.c39 double first, last, increment, v; in seq_main() local
55 first = increment = 1; in seq_main()
63 first = strtod(argv[0], &pp); in seq_main()
105 v = first; in seq_main()
113 v = first + n * increment; in seq_main()
Dod.c176 int first = 1; in od_main() local
184 if (first) { in od_main()
185 first = 0; in od_main()
/busybox-1.35.0/e2fsprogs/
De2fs_lib.c78 int first = 1; in print_e2flags_long() local
84 if (!first) in print_e2flags_long()
87 first = 0; in print_e2flags_long()
92 if (first) in print_e2flags_long()
/busybox-1.35.0/testsuite/
Dunexpand.tests46 testcase -t8 --first-only
64 testcase -t4 --first-only
65 testcase --first-only -t4
/busybox-1.35.0/util-linux/
Dfdisk_sgi.c130 unsigned int first; member
138 freelist[i].first = f; in setfreelist()
167 if (freelist[i].first <= b && freelist[i].last >= b) in isinfreelist()
699 unsigned int first = 0, last = 0; in sgi_add_partition() local
727 first = read_int(0, 0, last-1, 0, mesg); in sgi_add_partition()
728 if (first != 0) { in sgi_add_partition()
733 first = freelist[0].first; in sgi_add_partition()
735 first = read_int(scround(first), scround(first), scround(last)-1, in sgi_add_partition()
739 first *= units_per_sector; in sgi_add_partition()
741 first = first; /* align to cylinder if you know how ... */ in sgi_add_partition()
[all …]
Dfdisk_sun.c477 int i, first, last; in add_sun_partition() local
497 first = read_int(0, 0, 0, 0, mesg); in add_sun_partition()
499 first = read_int(scround(start), scround(stop)+1, in add_sun_partition()
502 first *= units_per_sector; in add_sun_partition()
505 first = (first + g_heads * g_sectors - 1) / in add_sun_partition()
507 first *= g_heads * g_sectors; in add_sun_partition()
509 if (n == 2 && first != 0) in add_sun_partition()
530 if (lens[i] && starts[i] <= first && starts[i] + lens[i] > first) in add_sun_partition()
533 if (n == 2 && !first) { in add_sun_partition()
537 printf("Sector %u is already allocated\n", first); in add_sun_partition()
[all …]
Dfdisk.c1358 int first = 1; in get_partition_table_geometry() local
1370 if (first) { in get_partition_table_geometry()
1373 first = 0; in get_partition_table_geometry()
1379 if (!first && !bad) { in get_partition_table_geometry()
2329 fill_bounds(sector_t *first, sector_t *last) in fill_bounds() argument
2338 first[i] = 0xffffffff; in fill_bounds()
2341 first[i] = get_partition_start_from_dev_start(pe); in fill_bounds()
2342 last[i] = first[i] + get_nr_sects(p) - 1; in fill_bounds()
2377 sector_t first[g_partitions], last[g_partitions]; in verify() local
2392 fill_bounds(first, last); in verify()
[all …]
/busybox-1.35.0/shell/hush_test/hush-signals/
Dreturn_in_trap1.tests15 # IOW: after (kill..), does shell first wait for its completion
17 # or does it first check pending signals and runs handler?
/busybox-1.35.0/shell/ash_test/ash-signals/
Dreturn_in_trap1.tests15 # IOW: after (kill..), does shell first wait for its completion
17 # or does it first check pending signals and runs handler?
/busybox-1.35.0/miscutils/
Di2c_tools.c801 static void dump_data(int bus_fd, int mode, unsigned first, in dump_data() argument
812 if (i/16 < first/16) in dump_data()
821 if (i+j < first || i+j > last) { in dump_data()
875 if (i+j < first || i+j > last) { in dump_data()
895 static void dump_word_data(int bus_fd, unsigned first, unsigned last) in dump_word_data() argument
902 if (i/8 < first/8) in dump_word_data()
910 if (i+j < first || i+j > last) { in dump_word_data()
951 unsigned first = 0x00, last = 0xff, opts; in i2cdump_main() local
992 first = strtol(opt_r_str, &dash, 0); in i2cdump_main()
993 if (dash == opt_r_str || *dash != '-' || first > 0xff) in i2cdump_main()
[all …]
Dconspy.c468 char *first = NULL; // first char which needs updating in conspy_main() local
479 if (!first) { in conspy_main()
480 first = data; in conspy_main()
485 if (first) { in conspy_main()
487 for (; first <= last; NEXT(first)) in conspy_main()
488 screen_char(first); in conspy_main()
/busybox-1.35.0/shell/hush_test/hush-quoting/
Dbkslash_in_varexp.tests5 # ] can be in a set if it is the first char: []abc],
6 # dash can be in a set if it is first or last: [abc-],
/busybox-1.35.0/shell/ash_test/ash-quoting/
Dbkslash_in_varexp.tests5 # ] can be in a set if it is the first char: []abc],
6 # dash can be in a set if it is first or last: [abc-],
/busybox-1.35.0/testsuite/paste/
Dpaste-back-cuted-lines2 this is the first line
/busybox-1.35.0/archival/libarchive/
Dget_header_tar.c33 int8_t first = str[0]; in getOctal() local
34 if (!(first & 0x80)) in getOctal()
53 first <<= 1; in getOctal()
54 first >>= 1; /* now 7th bit = 6th bit */ in getOctal()
55 v = first; /* sign-extend 8 bits to 64 */ in getOctal()
/busybox-1.35.0/shell/ash_test/ash-getopts/
Dgetopt_silent.tests4 # if the first character in optstring is ":", OPTARG shall be set
10 # If the first character of optstring is ":", VAR shall be set to ":"
/busybox-1.35.0/shell/ash_test/ash-vars/
Dvar5.tests1 # check that first assignment has proper effect on second one
Dvar_serial.tests5 # Second assignment depends on the first:
/busybox-1.35.0/shell/hush_test/hush-vars/
Dvar5.tests1 # check that first assignment has proper effect on second one
Dvar_serial.tests5 # Second assignment depends on the first:
/busybox-1.35.0/shell/hush_test/hush-getopts/
Dgetopt_silent.tests4 # if the first character in optstring is ":", OPTARG shall be set
10 # If the first character of optstring is ":", VAR shall be set to ":"

123