Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 34) sorted by relevance

12

/busybox-1.35.0/selinux/
Dchcon.c83 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()
Dsestatus.c49 goto skip; in display_boolean()
52 goto skip; in display_boolean()
58 skip: in display_boolean()
/busybox-1.35.0/libbb/
Ddie_if_bad_username.c31 goto skip; in die_if_bad_username()
44 skip: in die_if_bad_username()
Dxconnect.c229 goto skip;
239 skip: ;
/busybox-1.35.0/shell/hush_test/hush-vars/
Dvar_LINENO2.tests1 #skip lines: make "line number within function" differ from overall line number
2 #skip lines
Dparam_expand_alt.tests12 # bash and dash do not accept ${#+}. it's possible for some shell to skip
/busybox-1.35.0/shell/ash_test/ash-vars/
Dvar_LINENO2.tests1 #skip lines: make "line number within function" differ from overall line number
2 #skip lines
Dparam_expand_alt.tests12 # bash and dash do not accept ${#+}. it's possible for some shell to skip
/busybox-1.35.0/scripts/
Dmkconfigs67 | bzip2 -1 | dd bs=2 skip=1 2>/dev/null \
Dembedded_scripts114 concatenate_scripts | bzip2 -1 | $DD bs=2 skip=1 2>/dev/null | \
/busybox-1.35.0/loginutils/
Dpasswd.c193 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/
Ddd.c388 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()
Dsort.c564 goto skip; in sort_main()
569 skip: ; in sort_main()
Dod_bloaty.c786 skip(off_t n_skip) in skip() function
1356 skip(n_bytes_to_skip); in od_main()
/busybox-1.35.0/libpwdgrp/
Duidgid_get.c53 goto skip; in get_uidgid()
62 skip: in get_uidgid()
/busybox-1.35.0/networking/
Dhttpd_post_upload.cgi47 dd if="$file" skip=$((filesize - tail_len)) bs=1 count=1000 >"$file.tail" 2>/dev/null
/busybox-1.35.0/mailutils/
Dpopmaildir.c256 goto skip; in popmaildir_main()
277 skip: in popmaildir_main()
/busybox-1.35.0/miscutils/
Dcrond.c234 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()
Dman.c213 goto skip; in add_MANPATH()
222 skip: in add_MANPATH()
/busybox-1.35.0/archival/
Dcpio.c513 goto skip; in cpio_main()
525 skip: in cpio_main()
Dunzip.c345 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/
Dmodprobe-small.c324 goto skip; in parse_module()
354 goto skip; in parse_module()
357 skip: in parse_module()
/busybox-1.35.0/archival/libarchive/
Dlzo1x_9x.c456 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/
Dqconf.cc677 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/
DREADME46 Most people don't need the xz_dec_test module. You can skip building

12