Searched refs:patch_file (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dpatch.c86 FILE *patch_file = NULL; local
94 patch_file = xfopen(i, "r");
96 patch_file = stdin;
101 patch_line = xmalloc_getline(patch_file);
120 patch_line = xmalloc_getline(patch_file);
127 patch_line = xmalloc_getline(patch_file);
171 patch_line = xmalloc_fgets(patch_file);
202 while ((patch_line = xmalloc_fgets(patch_file)) != NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dconfig.pl178 patch_file($ac_file, $ac_file_inputs, $ac_comsub);
181 sub patch_file { subroutine

Completed in 156 milliseconds