HomeSort by: relevance | last modified time | path
    Searched defs:c_opt (Results 1 - 2 of 2) 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;
  /src/sys/dev/gpib/
cs80busvar.h 121 u_int8_t c_opt; member in struct:cs80_soptcmd

Completed in 11 milliseconds