/busybox-1.35.0/selinux/ |
D | chcon.c | 83 goto skip; in change_filedir_context() 88 goto skip; in change_filedir_context() 96 goto skip; in change_filedir_context() 102 goto skip; in change_filedir_context() 109 goto skip; in change_filedir_context() 138 skip: in change_filedir_context()
|
D | sestatus.c | 49 goto skip; in display_boolean() 52 goto skip; in display_boolean() 58 skip: in display_boolean()
|
/busybox-1.35.0/libbb/ |
D | die_if_bad_username.c | 31 goto skip; in die_if_bad_username() 44 skip: in die_if_bad_username()
|
D | xconnect.c | 229 goto skip; 239 skip: ;
|
/busybox-1.35.0/shell/hush_test/hush-vars/ |
D | var_LINENO2.tests | 1 #skip lines: make "line number within function" differ from overall line number 2 #skip lines
|
D | param_expand_alt.tests | 12 # bash and dash do not accept ${#+}. it's possible for some shell to skip
|
/busybox-1.35.0/shell/ash_test/ash-vars/ |
D | var_LINENO2.tests | 1 #skip lines: make "line number within function" differ from overall line number 2 #skip lines
|
D | param_expand_alt.tests | 12 # bash and dash do not accept ${#+}. it's possible for some shell to skip
|
/busybox-1.35.0/scripts/ |
D | mkconfigs | 67 | bzip2 -1 | dd bs=2 skip=1 2>/dev/null \
|
D | embedded_scripts | 114 concatenate_scripts | bzip2 -1 | $DD bs=2 skip=1 2>/dev/null | \
|
/busybox-1.35.0/loginutils/ |
D | passwd.c | 193 goto skip; /* passwd starts with '!' */ in passwd_main() 197 goto skip; /* not '!' */ in passwd_main() 234 skip: in passwd_main()
|
/busybox-1.35.0/coreutils/ |
D | dd.c | 388 off_t seek, skip; in dd_main() member 395 #define skip (Z.skip ) in dd_main() macro 462 skip = XATOU_SFX(val, cwbkMG_suffixes); in dd_main() 540 if (skip) { in dd_main() 542 if (lseek(ifd, skip * blocksz, SEEK_CUR) < 0) { in dd_main() 549 } while (--skip != 0); in dd_main()
|
D | sort.c | 564 goto skip; in sort_main() 569 skip: ; in sort_main()
|
D | od_bloaty.c | 786 skip(off_t n_skip) in skip() function 1356 skip(n_bytes_to_skip); in od_main()
|
/busybox-1.35.0/libpwdgrp/ |
D | uidgid_get.c | 53 goto skip; in get_uidgid() 62 skip: in get_uidgid()
|
/busybox-1.35.0/networking/ |
D | httpd_post_upload.cgi | 47 dd if="$file" skip=$((filesize - tail_len)) bs=1 count=1000 >"$file.tail" 2>/dev/null
|
/busybox-1.35.0/mailutils/ |
D | popmaildir.c | 256 goto skip; in popmaildir_main() 277 skip: in popmaildir_main()
|
/busybox-1.35.0/miscutils/ |
D | crond.c | 234 int skip = 0; in ParseField() local 240 skip = 1; in ParseField() 250 skip = 1; in ParseField() 263 skip = 1; in ParseField() 270 if (skip == 0) { in ParseField() 287 skip = strtol(ptr + 1, &endp, 10); in ParseField() 305 s0 = skip; in ParseField()
|
D | man.c | 213 goto skip; in add_MANPATH() 222 skip: in add_MANPATH()
|
/busybox-1.35.0/archival/ |
D | cpio.c | 513 goto skip; in cpio_main() 525 skip: in cpio_main()
|
D | unzip.c | 345 static void unzip_skip(off_t skip) in unzip_skip() argument 347 if (skip != 0) in unzip_skip() 348 if (lseek(zip_fd, skip, SEEK_CUR) == (off_t)-1) in unzip_skip() 349 bb_copyfd_exact_size(zip_fd, -1, skip); in unzip_skip()
|
/busybox-1.35.0/modutils/ |
D | modprobe-small.c | 324 goto skip; in parse_module() 354 goto skip; in parse_module() 357 skip: in parse_module()
|
/busybox-1.35.0/archival/libarchive/ |
D | lzo1x_9x.c | 456 unsigned this_len, unsigned skip) in find_match() argument 460 if (skip > 0) { in find_match() 461 assert(this_len >= skip); in find_match() 462 swd_accept(s, this_len - skip); in find_match()
|
/busybox-1.35.0/scripts/kconfig/ |
D | qconf.cc | 677 goto skip; in contentsMouseReleaseEvent() 717 skip: in contentsMouseReleaseEvent() 737 goto skip; in contentsMouseDoubleClickEvent() 740 goto skip; in contentsMouseDoubleClickEvent() 744 goto skip; in contentsMouseDoubleClickEvent() 751 skip: in contentsMouseDoubleClickEvent()
|
/busybox-1.35.0/archival/libarchive/unxz/ |
D | README | 46 Most people don't need the xz_dec_test module. You can skip building
|