Home
last modified time | relevance | path

Searched refs:verify (Results 1 – 5 of 5) sorted by relevance

/busybox-1.35.0/util-linux/
Dfdformat.c63 int fd, n, cyl, read_bytes, verify; in fdformat_main() local
69 verify = !getopt32(argv, "^" "n" "\0" "=1"); in fdformat_main()
108 if (verify) { in fdformat_main()
Dfdisk.c2372 verify(void) in verify() function
2871 verify(); in xselect()
3218 verify(); in fdisk_main()
/busybox-1.35.0/shell/ash_test/ash-getopts/
Dgetopt_silent.tests21 # Nevertheless, let's verify that calling it yet another time doesn't do
/busybox-1.35.0/shell/hush_test/hush-getopts/
Dgetopt_silent.tests23 # Nevertheless, let's verify that calling it yet another time doesn't do
/busybox-1.35.0/shell/
Dash.c8868 } verify = 0; in commandcmd() local
8877 verify |= VERIFY_VERBOSE; in commandcmd()
8890 return describe_command(cmd, path, verify /* - VERIFY_BRIEF*/); in commandcmd()