Searched refs:ORIG_SFX (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dwget.h369 # define ORIG_SFX "_orig"
371 # define ORIG_SFX ".orig"
368 # define ORIG_SFX macro
370 # define ORIG_SFX macro
H A Dconvert.c447 filename_plus_orig_suffix = alloca (filename_len + sizeof (ORIG_SFX));
449 strcpy (filename_plus_orig_suffix + filename_len, ORIG_SFX);
H A Dhttp.c2045 char *filename_plus_orig_suffix = alloca (filename_len + sizeof (ORIG_SFX));
2070 ORIG_SFX, sizeof (ORIG_SFX));

Completed in 123 milliseconds