Searched refs:FATAL (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/pppoatm/
H A Datmres.h28 #define FATAL -1 /* must be -1 */ macro
H A Dtext2atm.c28 if (!*text) return FATAL; /* empty or ends with a dot */
44 if (!(flags & T2A_WILDCARD)) return FATAL; /* not allowed */
49 if (!(flags & T2A_UNSPEC)) return FATAL; /* not allowed */
54 if (*text++ != '.') return FATAL; /* dot required */
66 if (part[0] == ATM_VPI_UNSPEC) return FATAL; /* bad */
89 else if (!dot) return FATAL; /* two dots in a row */
96 if (!dot || *text == '0') return FATAL;
128 if (!dot) return FATAL; /* two dots in a row */
131 if (!dot) return FATAL;
144 if (len < offset) return FATAL;
[all...]
H A Dans.c114 res_len) < 0) return FATAL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/t/
H A Ddb-btree.t926 use warnings FATAL => qw(all) ;
979 use warnings FATAL => qw(all) ;
1031 use warnings FATAL => qw(all) ;
1087 use warnings FATAL => qw(all) ;
1136 use warnings FATAL => qw(all) ;
1171 use warnings FATAL => qw(all) ;
1206 use warnings FATAL => qw(all) ;
H A Ddb-recno.t776 use warnings FATAL => qw(all);
832 use warnings FATAL => qw(all);
H A Ddb-hash.t732 use warnings FATAL => qw(all);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/runit/
H A Dsvlogd.c87 #define FATAL "fatal: " macro
95 bb_error_msg_and_die(FATAL"%s", m0);
210 bb_perror_msg_and_die(FATAL"cannot %s processor %s", "open state for", ld->name);
224 bb_perror_msg_and_die(FATAL"cannot %s processor %s", "run", ld->name);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A D53c7xx.c503 * 2. Currently, when Icky things happen we do a FATAL(). Instead,
505 * structure which were initialized at boot time; FATAL() if that
508 * gets excessive, then FATAL().
3095 FATAL(host);
4477 FATAL (host);
4537 FATAL (host);
4561 FATAL (host);
4624 FATAL (host);
4659 FATAL (host);
4669 FATAL (hos
[all...]
H A D53c7xx.h1587 #define FATAL(host) shutdown((host)); macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/
H A Dmaint.mk166 # `FATAL:' should be fully upper-cased in error messages
171 { echo '$(ME): use FATAL, WARNING or warning' 1>&2; \
178 | grep -vE '"FATAL|"WARNING|"Java|"C#|PRIuMAX' && \

Completed in 85 milliseconds