Home
last modified time | relevance | path

Searched refs:str_change_ext (Results 1 – 13 of 13) sorted by relevance

/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/common/
H A Dfile.c41 str_change_ext(bad, sizeof(bad), name, ".bad"); in rename_bad()
H A Dmisc.c37 char *str_change_ext(char *new, size_t len, char *old, char *ext) in str_change_ext() function
/dports/news/fidogate4/fidogate-4.4.10/src/common/
H A Dfile.c43 str_change_ext(bad, sizeof(bad), name, ".bad"); in rename_bad()
H A Dmisc.c40 char *str_change_ext(char *new, size_t len, char *old, char *ext) in str_change_ext() function
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/gate/
H A Dftninpost.c271 str_change_ext(bad, sizeof(bad), rfc_file, ".bad"); in do_dir()
/dports/news/fidogate4/fidogate-4.4.10/src/areafix/
H A Dareafix.c378 str_change_ext(new, len, old, ext); in change_num()
381 #define NEWEXT(new, old, ext) str_change_ext(new, MAXPATH, old, ext)
/dports/news/fidogate4/fidogate-4.4.10/src/tick/
H A Dftntick.c169 str_change_ext(buf, sizeof(buf), name, "bad"); in do_tic()
/dports/news/fidogate4/fidogate-4.4.10/src/ffx/
H A Dffxqt.c261 str_change_ext(buf, sizeof(buf), name, "bad"); in do_ffx()
/dports/news/fidogate4/fidogate-4.4.10/src/include/
H A Dprototypes.h320 char *str_change_ext (char *, size_t, char *, char *);
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/include/
H A Dprototypes.h379 char *str_change_ext(char *, size_t, char *, char *);
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/tick/
H A Dftntick.c225 str_change_ext(buf, sizeof(buf), name, "bad"); in do_tic()
/dports/news/fidogate4/fidogate-4.4.10/
H A DChangeLog761 * src/common/misc.c (str_change_ext): new function, see below.
771 (change_ext): renamed to str_change_ext() and moved to misc.c
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/doc/old/
H A DChangeLog1599 * src/common/misc.c (str_change_ext): new function, see below.
1609 (change_ext): renamed to str_change_ext() and moved to misc.c