Searched refs:copyuntil (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/aw/
H A Daw.c136 copyuntil(FILE *in, FILE *out, int termchar) function
149 * Variant of copyuntil(), used for copying the path used
316 copyuntil(in, NULL, '\n');
344 copyuntil(in, out, '"');
351 copyuntil(in, NULL, '\n');
371 copyuntil(in, out, '\n');

Completed in 72 milliseconds