HomeSort by: relevance | last modified time | path
    Searched defs:workf (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/qsubst/
qsubst.c 127 static FILE *workf; variable in typeref:typename:FILE *
268 save = ftell(workf);
271 fseek(workf, nls[i], 0);
273 putchar(getc(workf));
276 fseek(workf, save + s1l - rahead, 0);
281 c = getc(workf);
283 clearerr(workf);
295 fseek(workf, save, 0);
372 workf = fopen(fn, "r+");
373 if (workf == NULL)
    [all...]
qsubst.c 127 static FILE *workf; variable in typeref:typename:FILE *
268 save = ftell(workf);
271 fseek(workf, nls[i], 0);
273 putchar(getc(workf));
276 fseek(workf, save + s1l - rahead, 0);
281 c = getc(workf);
283 clearerr(workf);
295 fseek(workf, save, 0);
372 workf = fopen(fn, "r+");
373 if (workf == NULL)
    [all...]

Completed in 23 milliseconds