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

  /src/bin/pax/
getoldopt.c 40 static char use_getopt; /* !=0 if argv[1][0] was '-' */ local in function:getoldopt
50 use_getopt++;
56 if (!use_getopt) {
60 use_getopt = 1;
63 if (use_getopt) {
getoldopt.c 40 static char use_getopt; /* !=0 if argv[1][0] was '-' */ local in function:getoldopt
50 use_getopt++;
56 if (!use_getopt) {
60 use_getopt = 1;
63 if (use_getopt) {
getoldopt.c 40 static char use_getopt; /* !=0 if argv[1][0] was '-' */ local in function:getoldopt
50 use_getopt++;
56 if (!use_getopt) {
60 use_getopt = 1;
63 if (use_getopt) {

Completed in 36 milliseconds