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

  /src/sys/dev/gpib/
cs80busvar.h 121 u_int8_t c_opt; member in struct:cs80_soptcmd
cs80bus.c 344 opt.c_opt = CS80CMD_SOPT;
  /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 15 milliseconds