Lines Matching refs:Pathname
356 * PARAMETERS: Pathname - File pathname string to be converted358 * RETURN: Modifies the input Pathname361 * the entire input file pathname string.367 char *Pathname)370 if (!Pathname)375 while (*Pathname)377 if (*Pathname == '\\')379 *Pathname = '/';382 Pathname++;
Indexes created Thu Oct 02 01:09:59 GMT 2025