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

  /src/usr.bin/split/
split.c 318 static char *fpnt; local in function:newfile
322 fpnt = fname + strlen(fname);
323 fpnt[sfxlen] = '\0';
331 * by moving the suffix pointer (fpnt) forward and incrementing
336 if (autosfx && (fpnt[0] == 'y') && (strspn(fpnt+1, "z") == strlen(fpnt+1))) {
341 fpnt = fname + strlen(fname) - sfxlen;
342 fpnt[sfxlen + 2] = '\0';
344 fpnt[0] = 'z'
    [all...]
split.c 318 static char *fpnt; local in function:newfile
322 fpnt = fname + strlen(fname);
323 fpnt[sfxlen] = '\0';
331 * by moving the suffix pointer (fpnt) forward and incrementing
336 if (autosfx && (fpnt[0] == 'y') && (strspn(fpnt+1, "z") == strlen(fpnt+1))) {
341 fpnt = fname + strlen(fname) - sfxlen;
342 fpnt[sfxlen + 2] = '\0';
344 fpnt[0] = 'z'
    [all...]

Completed in 21 milliseconds