Searched refs:old_style (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c653 if (old_style) {
1537 extern bool old_style;
1560 if ((!first_time) && (old_style == TRUE)) {
1566 old_style = FALSE;
1570 if ((!first_time) && (old_style == FALSE)) {
1577 old_style = TRUE;
1732 if (old_style) {
1878 if (old_style) {
H A Dgprof.h173 bool old_style; /* gmon.out versioned/non-versioned ? */ variable
H A Dprintgprof.c142 if (old_style) {
210 if (old_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...]
/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) {

Completed in 81 milliseconds