Searched refs:dchoice (Results 1 – 2 of 2) sorted by relevance
216 p_dlm(char *string, char dchoice) in p_dlm() argument224 if (dchoice == '/') in p_dlm()227 return ((dlm == dchoice) ? string + 1 : NULL); in p_dlm()
126 p_delim(char *string, char dchoice) in p_delim() argument133 return ((dlm == dchoice) ? string + 1 : NULL); in p_delim()