/busybox-1.35.0/util-linux/ |
D | fdisk_sun.c | 84 set_sun_partition(int i, unsigned start, unsigned stop, int sysid) in set_sun_partition() argument 90 SUN_SSWAP32(stop - start); in set_sun_partition() 366 fetch_sun(unsigned *starts, unsigned *lens, unsigned *start, unsigned *stop) in fetch_sun() argument 371 *stop = g_cylinders * g_heads * g_sectors; in fetch_sun() 381 else if (starts[i] + lens[i] >= *stop) in fetch_sun() 382 *stop = starts[i]; in fetch_sun() 409 unsigned starts[8], lens[8], start, stop; in verify_sun() local 414 fetch_sun(starts, lens, &start, &stop); in verify_sun() 458 stop = g_cylinders * g_heads * g_sectors; in verify_sun() 465 if (start < stop) in verify_sun() [all …]
|
D | fdisk.c | 1131 static void set_hsc_start_end(struct partition *p, sector_t start, sector_t stop) in set_hsc_start_end() argument 1137 if (dos_compatible_flag && (stop / (g_sectors * g_heads) > 1023)) in set_hsc_start_end() 1138 stop = g_heads * g_sectors * 1024 - 1; in set_hsc_start_end() 1139 set_hsc(p->end_head, p->end_sector, p->end_cyl, stop); in set_hsc_start_end() 1143 set_partition(int i, int doext, sector_t start, sector_t stop, int sysid) in set_partition() argument 1158 set_nr_sects(p, stop - start + 1); in set_partition() 1159 set_hsc_start_end(p, start, stop); in set_partition() 2459 sector_t start, stop = 0; in add_partition() local 2544 stop = limit; in add_partition() 2550 stop = read_int(cround(start), cround(limit), cround(limit), cround(start), mesg); in add_partition() [all …]
|
/busybox-1.35.0/shell/hush_test/hush-signals/ |
D | sigint1.tests | 14 # bash will not stop here. It will execute next command(s). 27 # emacs exits normally. User expects that script doesn't stop.
|
/busybox-1.35.0/shell/ash_test/ash-signals/ |
D | sigint1.tests | 14 # bash will not stop here. It will execute next command(s). 27 # emacs exits normally. User expects that script doesn't stop.
|
/busybox-1.35.0/shell/hush_test/hush-getopts/ |
D | getopt_simple.tests | 10 # We check that loop does not stop on unknown option (sets "?"), 54 # Where would it stop? c or -c?
|
/busybox-1.35.0/shell/ash_test/ash-getopts/ |
D | getopt_simple.tests | 10 # We check that loop does not stop on unknown option (sets "?"), 52 # Where would it stop? c or -c?
|
/busybox-1.35.0/editors/ |
D | vi.c | 746 static int count_lines(char *start, char *stop) in count_lines() argument 751 if (stop < start) { // start and stop are backwards- reverse them in count_lines() 753 start = stop; in count_lines() 754 stop = q; in count_lines() 757 stop = end_line(stop); in count_lines() 758 while (start <= stop && start <= end - 1) { in count_lines() 1950 static char *yank_delete(char *start, char *stop, int buftype, int yf, int undo) in yank_delete() argument 1955 if (start > stop) { in yank_delete() 1958 start = stop; in yank_delete() 1959 stop = p; in yank_delete() [all …]
|
/busybox-1.35.0/networking/udhcp/ |
D | dhcpd.c | 276 uint32_t stop; in find_free_or_expired_nip() local 289 stop = addr; in find_free_or_expired_nip() 292 #define stop (server_data.end_ip + 1) in find_free_or_expired_nip() macro 327 } while (addr != stop); in find_free_or_expired_nip()
|
/busybox-1.35.0/examples/var_service/ |
D | README | 96 They present a case where different services need to control (start, stop, 160 while fw runs, fw will not stop after its execution, but will re-execute once,
|
D | README_distro_proposal.txt | 119 It can be instructed to start/stop/signal its child.
|
/busybox-1.35.0/shell/ |
D | README.job | 90 wait4 for children to die or stop - first child exits 91 wait4 for children to die or stop - second child exits
|
D | ash.c | 6006 unwindredir(struct redirtab *stop) in unwindredir() argument 6008 while (redirlist != stop) in unwindredir() 9868 unwindlocalvars(struct localvar_list *stop) in unwindlocalvars() argument 9870 while (localvar_stack != stop) in unwindlocalvars() 10267 static void unwindfiles(struct parsefile *stop); 11098 unwindfiles(struct parsefile *stop) in unwindfiles() argument 11100 while (g_parsefile != stop) in unwindfiles()
|
/busybox-1.35.0/networking/ |
D | telnetd.ctrlSQ.patch | 40 TIOCPKT_NOSTOP whenever the start and stop characters are not ^S/^Q.
|
/busybox-1.35.0/ |
D | NOFORK_NOEXEC.lst | 99 date - noexec. nofork candidate(needs to stop messing up env, free xasprintf result, not use xfuncs… 350 start-stop-daemon - not noexec: uses bb_common_bufsiz1
|
D | TODO | 225 support start-stop-daemon -d <chdir-path>
|
/busybox-1.35.0/libbb/ |
D | lineedit.c | 1299 goto stop; in input_tab() 1303 stop: in input_tab()
|
/busybox-1.35.0/scripts/kconfig/ |
D | lex.zconf.c_shipped | 205 * instead of fread(), to make sure we stop fetching input after
|