Home
last modified time | relevance | path

Searched refs:errexit (Results 1 – 25 of 33) sorted by relevance

12

/openbsd/regress/bin/ksh/
H A Dtrap.t52 # Check that the errexit option
63 Check that EXIT runs under errexit even if ERR failed.
76 name: errexit-aborts-EXIT
80 Check that errexit makes EXIT exit early.
95 Check that ERR runs under errexit if EXIT failed.
108 # Check that the errexit option does not interfere with signal handler traps.
129 Check that EXIT runs under errexit even if interrupt handling failed.
/openbsd/sbin/fsck_ext2fs/
H A Dpass2.c71 errexit("%s\n", ""); in pass2()
73 errexit("CANNOT ALLOCATE ROOT INODE\n"); in pass2()
81 errexit("CANNOT ALLOCATE ROOT INODE\n"); in pass2()
85 errexit("%s\n", ""); in pass2()
94 errexit("CANNOT ALLOCATE ROOT INODE\n"); in pass2()
98 errexit("%s\n", ""); in pass2()
108 errexit("BAD STATE %d FOR ROOT INODE\n", statemap[EXT2_ROOTINO]); in pass2()
420 errexit("BAD STATE %d FOR INODE I=%llu\n", in pass2check()
H A Dutilities.c137 errexit("cannot allocate buffer pool\n"); in bufinit()
164 errexit("deadlocked buffer pool\n"); in getdatablk()
227 errexit("Program terminated\n"); in rwerror()
258 errexit("Panic: lost %d buffers\n", bufhead.b_size - cnt); in ckfini()
505 errexit("UNKNOWN INODESC FIX MODE %d\n", idesc->id_fix); in dofix()
H A Dpass1.c250 errexit("%s\n", ""); in checkinode()
312 errexit("%s\n", ""); in pass1check()
330 errexit("%s\n", ""); in pass1check()
337 errexit("%s\n", ""); in pass1check()
H A Dinode.c335 errexit("bad inode number %llu to ginode\n", in ginode()
365 errexit("bad inode number %llu to nextinode\n", in getnextinode()
408 errexit("Cannot allocate space for inode buffer\n"); in resetinodebuf()
460 errexit("cannot increase directory list\n"); in cacheino()
478 errexit("cannot find inode %llu\n", (unsigned long long)inumber); in getinoinfo()
611 errexit("BAD STATE %d TO BLKERR\n", statemap[ino]); in blkerror()
H A Dmain.c134 errexit("bad mode to -m: %o\n", lfmode); in main()
184 errexit("-%c flag requires a %s\n", flag, req); in argtoi()
H A Dsetup.c109 errexit("cannot allocate space for superblock\n"); in setup()
199 errexit("out of memory\n"); in setup()
208 errexit("%s\n", ""); in setup()
498 errexit("%s: can't read disk label\n", s); in getdisklabel()
H A Dpass5.c71 errexit("out of memory\n"); in pass5()
134 errexit("BAD STATE %d FOR INODE I=%llu\n", in pass5()
H A Dpass4.c100 errexit("BAD STATE %d FOR INODE I=%llu\n", in pass4()
/openbsd/sbin/fsck_ffs/
H A Dpass2.c89 errexit("%s", ""); in pass2()
92 errexit("CANNOT ALLOCATE ROOT INODE\n"); in pass2()
100 errexit("CANNOT ALLOCATE ROOT INODE\n"); in pass2()
105 errexit("%s", ""); in pass2()
115 errexit("CANNOT ALLOCATE ROOT INODE\n"); in pass2()
120 errexit("%s", ""); in pass2()
132 errexit("BAD STATE %d FOR ROOT INODE\n", GET_ISTATE(ROOTINO)); in pass2()
451 errexit("BAD STATE %d FOR INODE I=%llu\n", in pass2check()
H A Dutilities.c130 errexit("inoinfo: inumber %llu out of range", in inoinfo()
152 errexit("cannot allocate buffer pool\n"); in bufinit()
167 errexit("cannot allocate buffer pool\n"); in bufinit()
193 errexit("cannot allocate cylinder group buffers"); in cglookup()
227 errexit("deadlocked buffer pool\n"); in getdatablk()
289 errexit("Program terminated\n"); in rwerror()
341 errexit("Panic: lost %d buffers\n", bufhead.b_size - cnt); in ckfini()
626 errexit("UNKNOWN INODESC FIX MODE %u\n", idesc->id_fix); in dofix()
H A Dpass1.c124 errexit("cannot alloc %zu bytes for inoinfo\n", inospace); in pass1()
285 errexit("%s", ""); in checkinode()
348 errexit("%s", ""); in pass1check()
368 errexit("%s", ""); in pass1check()
377 errexit("%s", ""); in pass1check()
H A Dinode.c287 errexit("bad inode number %llu to ginode\n", in ginode()
320 errexit("bad inode number %llu to nextinode %llu\n", in getnextinode()
373 errexit("Cannot allocate space for inode buffer\n"); in setinodebuf()
405 errexit("cannot allocate memory for inode cache\n"); in cacheino()
428 errexit("cannot increase directory list\n"); in cacheino()
448 errexit("cannot find inode %llu\n", (unsigned long long)inumber); in getinoinfo()
574 errexit("BAD STATE %d TO BLKERR\n", GET_ISTATE(ino)); in blkerror()
H A Dmain.c136 errexit("cannot do level %d conversion\n", in main()
151 errexit("bad mode to -m: %o\n", lfmode); in main()
199 errexit("-%c flag requires a %s\n", flag, req); in argtoi()
H A Dpass4.c114 errexit("BAD STATE %d FOR INODE I=%llu\n", in pass4()
H A Dsetup.c147 errexit("cannot allocate space for superblock\n"); in setup()
416 errexit("%s", ""); in setup()
665 errexit("%s: can't read disk label\n", s); in getdisklabel()
H A Dpass5.c168 errexit("UNKNOWN ROTATIONAL TABLE FORMAT %d\n", in pass5()
257 errexit("BAD STATE %d FOR INODE I=%llu\n", in pass5()
/openbsd/sbin/fsck/
H A Dfsutil.h29 void errexit(const char *, ...)
/openbsd/gnu/llvm/llvm/utils/crosstool/
H A Dcreate-snapshots.sh12 set -o errexit
/openbsd/libexec/reorder_kernel/
H A Dreorder_kernel.sh19 set -o errexit
/openbsd/sbin/fsck_msdos/
H A Dmain.c52 errexit("usage: fsck_msdos [-fnpy] filesystem\n"); in usage()
/openbsd/games/backgammon/common_source/
H A Dback.h139 void errexit(const char *);
/openbsd/usr.sbin/amd/amd/
H A Dnfsx_ops.c172 goto errexit; in nfsx_init()
229 errexit: in nfsx_init()
/openbsd/bin/ksh/
H A Dmain.c150 int restricted, errexit; in main() local
398 errexit = Flag(FERREXIT); in main()
443 if (errexit) in main()
/openbsd/gnu/llvm/llvm/utils/crosstool/ARM/
H A Dbuild-install-linux.sh7 set -o errexit

12