Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libpkg/common/
H A Dpkgweb.c130 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() function
3002 return (replace_token(p2, ':', '_')); in condense_lastmodified()