Searched refs:do_check (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dmd5sum.c925 int do_check = 0; local
949 do_check = 1;
972 if (file_type_specified && do_check) {
976 if (n_strings > 0 && do_check) {
980 if (status_only && !do_check) {
984 if (warn && !do_check) {
1003 } else if (do_check) {
H A Dmkfs_minix.c612 static long do_check(char *buffer, int try, unsigned int current_block) function
628 printf("Weird values in do_check: probably bugs\n");
663 got = do_check(buffer, try, currently_testing);
/asus-wl-520gu-7.0.1.45/src/router/iptables/ippool/
H A Dippool.c331 static int do_check(ip_pool_t pool, char *straddr) function
561 return do_check(get_index(op_pool), argv[optind]);
/asus-wl-520gu-7.0.1.45/src/router/dosfstools/mkdosfs/
H A Dmkdosfs.c336 static long do_check (char *buffer, int try, unsigned int current_block);
420 do_check (char *buffer, int try, unsigned int current_block) function
433 printf ("Unexpected values in do_check: probably bugs\n");
482 got = do_check (blkbuf, try, currently_testing);
/asus-wl-520gu-7.0.1.45/src/router/mkdosfs/
H A Dmkdosfs.c326 static long do_check (char *buffer, int try, off_t current_block);
410 do_check (char *buffer, int try, off_t current_block) function
423 printf ("Unexpected values in do_check: probably bugs\n");
472 got = do_check (blkbuf, try, currently_testing);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dgen_except.S60 beq do_check |go handle idle frame
131 do_check: label
/asus-wl-520gu-7.0.1.45/src/router/iptables/libiptc/
H A Dlibip4tc.c342 do_check(TC_HANDLE_T h, unsigned int line) function
H A Dlibip6tc.c288 do_check(TC_HANDLE_T h, unsigned int line) function
H A Dlibiptc.c108 static void do_check(TC_HANDLE_T h, unsigned int line);
109 #define CHECK(h) do { if (!getenv("IPTC_NO_CHECK")) do_check((h), __LINE__); } while(0)

Completed in 67 milliseconds