OFF
setup_tty(OFF);
logger.setLevel(Level.OFF);
int debug = OFF; /* debug flag */
int ignore = OFF; /* what we do with FATAL errors */
return(OFF);
if ( kind == FATAL && ignore == OFF ) {
picflag = OFF;
if ( picflag == OFF ) /* skip it */
int debug = OFF; /* debug flag */
int ignore = OFF; /* what's done for FATAL errors */
if ( kind == FATAL && ignore == OFF ) {
if (kind != NON_FATAL && ignore == OFF)
static int debug = OFF; /* debug flag */
static int ignore = OFF; /* what's done for FATAL errors */
#define ALIST_TRAVERSE_BY_OFFSET(LIST, OFF, DATA) \
(((LIST) != NULL) && ((OFF) = ALIST_OFF_DATA) && \
(((DATA) = (void *)((char *)(LIST) + (OFF))))); \
(((LIST) != NULL) && ((OFF) < (LIST)->al_next)); \
(((OFF) += ((LIST)->al_size)), \
((DATA) = (void *)((char *)(LIST) + (OFF))))
else if (strcmp(buf, mode_strs[OFF]) == 0)
else if (strcmp(buf, mode_strs[OFF]) == 0)
st->ESCstate = OFF;
} else if ( **inbuf == ESC && st->ESCstate == OFF ) {
} else if ( st->ESCstate != OFF ) { /* Continue processing the
st->ESCstate = OFF;
st->ESCstate = OFF;
st->ESCstate = OFF;
server_info->server_status = OFF;
if (ldap_server_info->server_status != OFF) {
(*ldap_server_handle)->server_info->server_status = OFF;
server_info->server_status = OFF;
server_info->server_status = OFF;
logger.setLevel(Level.OFF);
#define SKD_WRITEL(DEV, VAL, OFF) skd_reg_write32(DEV, VAL, OFF)
#define SKD_READL(DEV, OFF) skd_reg_read32(DEV, OFF)
#define SKD_WRITEQ(DEV, VAL, OFF) skd_reg_write64(DEV, VAL, OFF)
int OFF, int LEN);
#define hs_blksize(HSFS, HSP, OFF) /* file system block size */ \
((OFF) >= \
#define hs_blkoff(OFF) /* offset within block */ \
((OFF) & (HS_SECSIZE - 1))
#define pc_blksize(PCFS, PCP, OFF) /* file system block size */ \
((OFF) >= \
#define pc_blkoff(PCFS, OFF) /* offset within block */ \
((int)((OFF) & ((PCFS)->pcfs_clsize - 1)))
#define pc_lblkno(PCFS, OFF) /* logical block (cluster) no */ \
((daddr_t)((OFF) / (PCFS)->pcfs_clsize))
#define pc_makenodeid(BN, OFF, ATTR, SCLUSTER, ENTPS) \
((BN) * (ENTPS)) + ((OFF) / sizeof (struct pcdir)))