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

/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_string.c58 * Scan a string replacing all occurrences of orgchar with newchar.
62 strsubst(char *s, char orgchar, char newchar) argument
71 *p = newchar;

Completed in 45 milliseconds