Home
last modified time | relevance | path

Searched defs:reverse (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/editors/
Dpatch.c213 int matcheof = 0, reverse = option_mask32 & FLAG_REVERSE, backwarn = 0; in apply_one_hunk() local
363 int reverse, state = 0; in patch_main() local
Dpatch_toybox.c310 int matcheof = 0, reverse = option_mask32 & FLAG_REVERSE, backwarn = 0; in apply_one_hunk() local
431 int reverse, state = 0; in patch_main() local
/busybox-1.35.0/util-linux/
Dhexdump_xxd.c72 static void reverse(unsigned opt, const char *filename) in reverse() function