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

  /src/usr.bin/split/
split.c 63 static int autosfx = 1; /* Whether to auto-extend the suffix length. */ variable in typeref:typename:int
106 autosfx = 0;
336 if (autosfx && (fpnt[0] == 'y') && (strspn(fpnt+1, "z") == strlen(fpnt+1))) {
split.c 63 static int autosfx = 1; /* Whether to auto-extend the suffix length. */ variable in typeref:typename:int
106 autosfx = 0;
336 if (autosfx && (fpnt[0] == 'y') && (strspn(fpnt+1, "z") == strlen(fpnt+1))) {

Completed in 22 milliseconds