Searched refs:NO_CORRECTION (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libtsol/common/ |
H A D | stob.c | 61 (((f) & NO_CORRECTION) == ((f) | NO_CORRECTION))) && \ 139 slcall.flags |= (flags&NO_CORRECTION) ? LABELS_FULL_PARSE : 0; in stobsl() 257 clrcall.flags |= (flags&NO_CORRECTION) ? LABELS_FULL_PARSE : 0; in stobclear()
|
H A D | label.h | 113 #define NO_CORRECTION 0x00000002 /* don't correct label errors */ macro
|
/titanic_41/usr/src/lib/libbsm/common/ |
H A D | getdevicerange.c | 86 } else if (stobsl(lstr, range->lower_bound, NO_CORRECTION, in getdevicerange() 97 } else if (stobsl(lstr, range->upper_bound, NO_CORRECTION, in getdevicerange()
|
/titanic_41/usr/src/cmd/allocate/ |
H A D | allocate3.c | 1615 } else if (stobsl(lstr, drange.lower_bound, NO_CORRECTION, in _check_label() 1627 } else if (stobsl(lstr, drange.upper_bound, NO_CORRECTION, in _check_label()
|
/titanic_41/usr/src/cmd/tar/ |
H A D | tar.c | 9030 NO_CORRECTION, &reterr)) { in rebuild_lk_comp_path()
|