Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libpkg/common/
H A Dpkgweb.c2756 replace_token(char *path, char oldtoken, char newtoken) in replace_token() argument
2760 if ((path == NULL) || (oldtoken == '\0') || (newtoken == '\0')) { in replace_token()
2767 if (*p == oldtoken) { in replace_token()