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

/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/driver/
H A Ddriver.c254 const char *old_suffix; local
262 old_suffix = strrchr(file, '.');
263 if (old_suffix != NULL && strchr(old_suffix, '/') != NULL)
264 old_suffix = NULL;
265 if (old_suffix == NULL)
266 old_suffix = file + strlen(file);
270 lf = old_suffix - file;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dapps.h301 int rotate_serial(char *serialfile, char *new_suffix, char *old_suffix);
306 int rotate_index(const char *dbfile, const char *new_suffix, const char *old_suffix);
H A Dapps.c1712 int rotate_serial(char *serialfile, char *new_suffix, char *old_suffix) argument
1717 i = strlen(serialfile) + strlen(old_suffix);
1735 serialfile, old_suffix);
1738 serialfile, old_suffix);
1970 int rotate_index(const char *dbfile, const char *new_suffix, const char *old_suffix) argument
1975 i = strlen(dbfile) + strlen(old_suffix);
2005 dbfile, old_suffix);
2008 dbfile, old_suffix);
2012 dbfile, old_suffix);
2015 dbfile, old_suffix);
[all...]

Completed in 818 milliseconds