Searched defs:old_style (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h173 bool old_style; /* gmon.out versioned/non-versioned ? */ variable
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c1230 int again = 1, verify, old_style, new_style; local
1251 old_style = strncmp(V_labl.v_magic, "Volcopy", 7) == 0;
1253 if (!old_style && !new_style) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c4215 boolean_t old_style, new_style, auth_covered, is_no_alg; local
4244 old_style = new_style = is_no_alg = is_combined_mode = B_FALSE;
4285 if (old_style) {
4303 if (old_style) {
4343 if (old_style) {
4388 old_style = B_TRUE;
4430 old_style = B_TRUE;
4470 old_style = B_TRUE;
4497 old_style = B_TRUE;
4521 if (old_style) {
[all...]

Completed in 72 milliseconds