Home
last modified time | relevance | path

Searched refs:error_exit (Results 1 – 25 of 31) sorted by relevance

12

/openbsd-src/gnu/usr.bin/cvs/src/
H A Droot.c259 error_exit ();
393 goto error_exit;
418 goto error_exit;
456 goto error_exit;
522 goto error_exit;
534 goto error_exit;
567 goto error_exit;
577 goto error_exit;
584 goto error_exit;
598 goto error_exit;
[all …]
H A Drelease.c139 error_exit ();
160 error_exit ();
207 error_exit ();
222 error_exit ();
261 error_exit ();
280 error_exit ();
H A Derror.c65 error_exit PROTO ((void)) in error_exit() function
212 error_exit ();
254 error_exit ();
H A Dadd.c210 error_exit ();
255 error_exit ();
299 error_exit ();
641 error_exit ();
817 error_exit ();
831 error_exit ();
H A Dlogin.c345 goto error_exit;
431 goto error_exit;
491 error_exit:
H A Dserver.c2527 error_exit ();
2788 goto error_exit;
2794 goto error_exit;
2800 goto error_exit;
2807 goto error_exit;
2818 goto error_exit;
2846 goto error_exit;
2957 goto error_exit;
2978 goto error_exit;
2986 goto error_exit;
[all …]
H A Derror.h49 extern void error_exit PROTO ((void));
H A Drcscmds.c273 error_exit();
285 error_exit();
320 error_exit();
H A Dexpand_path.c162 goto error_exit;
260 error_exit:
H A Drecurse.c1064 error_exit ();
1100 error_exit ();
1184 error_exit ();
1208 error_exit ();
H A Dmodules.c314 error_exit ();
325 error_exit ();
395 error_exit ();
711 error_exit ();
H A Dfind_names.c95 goto error_exit;
116 error_exit:
H A Dmkmodules.c401 error_exit ();
524 error_exit ();
H A Dclient.c3699 error_exit ();
4132 error_exit();
4571 error_exit (); in start_server()
5674 error_exit ();
5829 goto error_exit;
5835 goto error_exit;
5858 goto error_exit;
5889 goto error_exit;
5909 error_exit:
H A Dhistory.c774 error_exit ();
783 error_exit ();
H A Dmain.c1192 error_exit();
H A Dtag.c1207 error_exit ();
/openbsd-src/usr.sbin/makefs/msdos/
H A Dmsdosfs_vfsops.c95 goto error_exit; in msdosfs_mount()
108 goto error_exit; in msdosfs_mount()
143 goto error_exit; in msdosfs_mount()
169 goto error_exit; in msdosfs_mount()
188 goto error_exit; in msdosfs_mount()
258 goto error_exit; in msdosfs_mount()
283 goto error_exit; in msdosfs_mount()
323 goto error_exit; in msdosfs_mount()
336 error_exit: in msdosfs_mount()
/openbsd-src/gnu/lib/libiberty/src/
H A Dpex-common.c176 goto error_exit; in pex_run_in_environment()
188 goto error_exit; in pex_run_in_environment()
196 goto error_exit; in pex_run_in_environment()
212 goto error_exit; in pex_run_in_environment()
236 goto error_exit; in pex_run_in_environment()
259 goto error_exit; in pex_run_in_environment()
274 goto error_exit; in pex_run_in_environment()
298 goto error_exit; in pex_run_in_environment()
315 goto error_exit; in pex_run_in_environment()
323 error_exit: in pex_run_in_environment()
/openbsd-src/sys/msdosfs/
H A Dmsdosfs_vfsops.c270 bp = NULL; /* both used in error_exit */ in msdosfs_mountfs()
278 goto error_exit; in msdosfs_mountfs()
308 goto error_exit; in msdosfs_mountfs()
323 goto error_exit; in msdosfs_mountfs()
349 goto error_exit; in msdosfs_mountfs()
438 goto error_exit; in msdosfs_mountfs()
455 goto error_exit; in msdosfs_mountfs()
483 goto error_exit; in msdosfs_mountfs()
489 goto error_exit; in msdosfs_mountfs()
502 goto error_exit; in msdosfs_mountfs()
[all...]
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Dvms.c21 static error_exit(char * text){ in error_exit() function
224 error_exit("$OPEN"); in open_file()
227 error_exit("$CONNECT"); in open_file()
236 error_exit("$CLOSE"); in close_file()
/openbsd-src/sbin/unwind/libunbound/util/
H A Dconfig_file.c133 if(!(cfg->http_endpoint = strdup("/dns-query"))) goto error_exit; in config_create()
190 goto error_exit; in config_create()
192 if(!(cfg->username = strdup(UB_USERNAME))) goto error_exit; in config_create()
194 if(!(cfg->chrootdir = strdup(CHROOT_DIR))) goto error_exit; in config_create()
196 if(!(cfg->directory = strdup(RUN_DIR))) goto error_exit; in config_create()
197 if(!(cfg->logfile = strdup(""))) goto error_exit; in config_create()
198 if(!(cfg->pidfile = strdup(PIDFILE))) goto error_exit; in config_create()
199 if(!(cfg->target_fetch_policy = strdup("3 2 1 0 0"))) goto error_exit; in config_create()
320 goto error_exit; in config_create()
322 goto error_exit; in config_create()
[all...]
/openbsd-src/usr.sbin/unbound/util/
H A Dconfig_file.c133 if(!(cfg->http_endpoint = strdup("/dns-query"))) goto error_exit; in config_create()
190 goto error_exit; in config_create()
192 if(!(cfg->username = strdup(UB_USERNAME))) goto error_exit; in config_create()
194 if(!(cfg->chrootdir = strdup(CHROOT_DIR))) goto error_exit; in config_create()
196 if(!(cfg->directory = strdup(RUN_DIR))) goto error_exit; in config_create()
197 if(!(cfg->logfile = strdup(""))) goto error_exit; in config_create()
198 if(!(cfg->pidfile = strdup(PIDFILE))) goto error_exit; in config_create()
199 if(!(cfg->target_fetch_policy = strdup("3 2 1 0 0"))) goto error_exit; in config_create()
320 goto error_exit; in config_create()
322 goto error_exit; in config_create()
[all...]
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A Dfiles.c208 goto error_exit; in find_and_load()
215 goto error_exit; in find_and_load()
234 error_exit: in find_and_load()
/openbsd-src/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dlinux-low.c1123 goto error_exit; in fetch_register()
1128 error_exit:; in fetch_register()

12