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

  /src/usr.bin/unzip/
unzip.c 68 static int C_opt; /* match case-insensitively */
69 static int c_opt; /* extract to stdout */ variable in typeref:typename:int
303 if (fnmatch(entry->pattern, str, C_opt ? FNM_CASEFOLD : 0) == 0)
794 if (c_opt)
938 else if (p_opt || c_opt)
999 C_opt = 1;
1002 c_opt = 1;

Completed in 14 milliseconds