Searched defs:replace_token (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.c130 static char *replace_token(char *, char, char);
2732 if ((buf = replace_token(buf, '/', '_')) != NULL) {
2756 replace_token(char *path, char oldtoken, char newtoken) function
3002 return (replace_token(p2, ':', '_'));

Completed in 64 milliseconds