Searched refs:new_suffix (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/xz/
H A Dsuffix.c95 const char *new_suffix = ""; local
111 new_suffix = suffixes[i].uncompressed;
126 const size_t new_suffix_len = strlen(new_suffix);
130 memcpy(dest_name + new_len, new_suffix, new_suffix_len);
/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
1718 j = strlen(serialfile) + strlen(new_suffix);
1728 serialfile, new_suffix);
1731 serialfile, new_suffix);
1970 int rotate_index(const char *dbfile, const char *new_suffix, const char *old_suffix) argument
1976 j = strlen(dbfile) + strlen(new_suffix);
1991 dbfile, new_suffix);
1994 dbfile, new_suffix);
1998 dbfile, new_suffix);
2001 dbfile, new_suffix);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/driver/
H A Ddriver.c252 output_name(const char *file, const char *new_suffix, int counter, int last) argument
268 ls = strlen(new_suffix);
273 memcpy(name + lf, new_suffix, ls + 1);
305 snprintf(name, len, "%s/%d%s", temp_directory, counter, new_suffix);

Completed in 118 milliseconds