Home
last modified time | relevance | path

Searched refs:sv_ch (Results 1 – 3 of 3) sorted by relevance

/dports/devel/autogen/autogen-5.18.16/agen5/
H A DdefLex.c601 char sv_ch = *scan; /* preserve the following character */ in gather_name() local
615 *scan = sv_ch; /* restore the following character */ in gather_name()
/dports/sysutils/busybox/busybox-1.26.2/runit/
H A Dsvlogd.c385 char sv_ch; in processorstart() local
395 sv_ch = ld->fnsave[26]; in processorstart()
437 ld->fnsave[26] = sv_ch; /* ...restore */ in processorstart()
/dports/sysutils/busybox/busybox-1.26.2/modutils/
H A Dmodutils-24.c2476 char sv_ch; in new_process_module_arguments() local
2485 sv_ch = p[len]; in new_process_module_arguments()
2491 *p = sv_ch; in new_process_module_arguments()
2495 sv_ch = p[len]; in new_process_module_arguments()
2503 *p = sv_ch; in new_process_module_arguments()