Home
last modified time | relevance | path

Searched refs:t_opt (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.bin/unzip/
H A Dunzip.c79 static int t_opt; /* test */ variable
934 if (t_opt) in unzip()
961 if (t_opt) { in unzip()
1039 t_opt = 1; in getopts()
/netbsd-src/sys/netinet/
H A Ddccp_usrreq.c2348 u_int8_t t_opt, t_feature, len; in dccp_remove_feature() local
2352 t_opt = dp->features[i]; in dccp_remove_feature()
2361 if (t_opt == opt && t_feature == feature) { in dccp_remove_feature()