Searched refs:replace_token (Results 1 – 1 of 1) sorted by relevance
130 static char *replace_token(char *, char, char);2732 if ((buf = replace_token(buf, '/', '_')) != NULL) { in get_unique_filename()2756 replace_token(char *path, char oldtoken, char newtoken) in replace_token() function3002 return (replace_token(p2, ':', '_')); in condense_lastmodified()