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

  /src/usr.bin/unzip/
unzip.c 79 static int t_opt; /* test */ variable in typeref:typename:int
934 if (t_opt)
961 if (t_opt) {
1039 t_opt = 1;
  /src/sys/netinet/
dccp_usrreq.c 2348 u_int8_t t_opt, t_feature, len; local in function:dccp_remove_feature
2352 t_opt = dp->features[i];
2361 if (t_opt == opt && t_feature == feature) {

Completed in 16 milliseconds