Home
last modified time | relevance | path

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

12

/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dmain.c347 if (setjmp(toplevel) != 0) in main()
354 setjmp(toplevel); in main()
H A Dexterns.h182 toplevel; /* For error conditions. */
H A Dsys_bsd.c670 longjmp(toplevel, -1); in intr()
H A Dcommands.c1334 longjmp(toplevel, 1); in bye()
2422 longjmp(toplevel, 1); in command()
H A Dtelnet.c113 jmp_buf toplevel; variable
/freebsd/contrib/telnet/telnet/
H A Dmain.c370 if (setjmp(toplevel) != 0) in main()
377 (void)setjmp(toplevel); in main()
H A Dexterns.h236 toplevel; /* For error conditions. */
H A Dsys_bsd.c750 longjmp(toplevel, -1); in intr()
H A Dcommands.c1408 longjmp(toplevel, 1); in bye()
2670 longjmp(toplevel, 1); in command()
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dmain.c146 if (setjmp(toplevel)) in main()
157 if(setjmp(toplevel) == 0) in main()
175 longjmp(toplevel, 1); in intr()
H A Dglobals.c52 jmp_buf toplevel; /* non-local goto stuff for cmd scanner */ variable
H A Dftp_var.h93 extern jmp_buf toplevel; /* non-local goto stuff for cmd scanner */
/freebsd/tools/
H A DREADME3 testing of FreeBSD. There is no toplevel Makefile structure since
/freebsd/contrib/tnftp/src/
H A Dprogressbar.h65 GLOBAL sigjmp_buf toplevel; /* non-local goto stuff for cmd scanner */ variable
H A Dmain.c541 if ((rval = sigsetjmp(toplevel, 1))) in main()
590 (void)sigsetjmp(toplevel, 1); in main()
H A Dprogressbar.c189 siglongjmp(toplevel, 1);
H A Dutil.c332 siglongjmp(toplevel, 1); in intr()
H A Dfetch.c1787 if (sigsetjmp(toplevel, 1)) { in auto_fetch()
/freebsd/usr.bin/tftp/
H A Dmain.c71 static jmp_buf toplevel; variable
190 if (setjmp(toplevel) != 0) in main()
201 if (setjmp(toplevel) != 0) { in main()
703 longjmp(toplevel, -1); in intr()
/freebsd/contrib/unbound/util/
H A Dconfiglexer.lex66 static void config_start_include(const char* filename, int toplevel) in config_start_include() argument
112 inc_toplevel = toplevel; in config_start_include()
116 static void config_start_include_glob(const char* filename, int toplevel) in config_start_include_glob() argument
149 config_start_include(filename, toplevel); /* let original deal with it */ in config_start_include_glob()
154 config_start_include(g.gl_pathv[i], toplevel); in config_start_include_glob()
161 config_start_include(filename, toplevel); in config_start_include_glob()
677 <INITIAL,val>include-toplevel{COLON} {
H A Dconfiglexer.c4262 static void config_start_include(const char* filename, int toplevel) in config_start_include() argument
4308 inc_toplevel = toplevel; in config_start_include()
4312 static void config_start_include_glob(const char* filename, int toplevel) in config_start_include_glob() argument
4345 config_start_include(filename, toplevel); /* let original deal with it */ in config_start_include_glob()
4350 config_start_include(g.gl_pathv[i], toplevel); in config_start_include_glob()
4357 config_start_include(filename, toplevel); in config_start_include_glob()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_print.c829 char toplevel[1024]; in dtrace_format_print() local
835 if (ctf_type_name(pa.pa_ctfp, id, toplevel, sizeof(toplevel)) < 0) in dtrace_format_print()
/freebsd/contrib/sendmail/libsm/
H A Dldap.c923 bool toplevel; local
933 toplevel = (recurse == NULL);
1434 if (toplevel)
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c4174 boolean_t raw, boolean_t toplevel, nvlist_t *recvprops, nvlist_t *cmdprops, in zfs_setup_cmdline_props() argument
4349 if (toplevel) { in zfs_setup_cmdline_props()
4431 boolean_t toplevel = B_FALSE; in zfs_receive_one() local
4967 toplevel = B_TRUE; in zfs_receive_one()
4983 stream_wantsnewfs, raw, toplevel, rcvprops, cmdprops, origprops, in zfs_receive_one()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c6514 boolean_t toplevel = (vs->vs_space != 0); in print_list_stats() local
6546 scripted, toplevel, format); in print_list_stats()
6548 scripted, toplevel, format); in print_list_stats()
6550 NULL, scripted, toplevel, format); in print_list_stats()
6552 vs->vs_checkpoint_space, NULL, scripted, toplevel, format); in print_list_stats()
6557 (vs->vs_fragmentation != ZFS_FRAG_INVALID && toplevel), in print_list_stats()
6562 scripted, toplevel, format); in print_list_stats()
6564 scripted, toplevel, format); in print_list_stats()

12