| /netbsd-src/sys/kern/ |
| H A D | sys_memfd.c | 115 goto leave; in sys_memfd_create() 124 goto leave; in sys_memfd_create() 136 leave: in sys_memfd_create() 154 goto leave; in memfd_read() 160 goto leave; in memfd_read() 170 leave: in memfd_read() 191 goto leave; in memfd_write() 196 goto leave; in memfd_write() 205 goto leave; in memfd_write() 215 goto leave; in memfd_write() [all …]
|
| /netbsd-src/games/sail/ |
| H A D | pl_2.c | 72 leave(LEAVE_SYNC); in newturn() 74 leave(LEAVE_DRIVER); in newturn() 85 leave(LEAVE_QUIT); in newturn() 87 leave(LEAVE_CAPTURED); in newturn() 89 leave(LEAVE_HURRICAN); in newturn() 165 leave(LEAVE_QUIT); in play()
|
| H A D | pl_1.c | 59 leave(int conditions) in leave() function 124 leave(LEAVE_QUIT); in choke()
|
| H A D | dr_main.c | 140 leave(LEAVE_FORK); in startdriver() 154 leave(LEAVE_FORK); in startdriver()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/ |
| H A D | search.cpp | 308 goto leave; in ndb_oc_search() 326 goto leave; in ndb_oc_search() 335 goto leave; in ndb_oc_search() 349 goto leave; in ndb_oc_search() 377 goto leave; in ndb_oc_search() 384 goto leave; in ndb_oc_search() 398 goto leave; in ndb_oc_search() 461 goto leave; in ndb_oc_search() 496 leave: in ndb_oc_search() 534 goto leave; in ndb_back_search() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | ldifutil.c | 168 goto leave; in ldap_parse_ldif_record_x() 202 goto leave; in ldap_parse_ldif_record_x() 209 goto leave; in ldap_parse_ldif_record_x() 214 goto leave; in ldap_parse_ldif_record_x() 240 goto leave; in ldap_parse_ldif_record_x() 274 goto leave; in ldap_parse_ldif_record_x() 296 goto leave; in ldap_parse_ldif_record_x() 307 goto leave; in ldap_parse_ldif_record_x() 317 goto leave; in ldap_parse_ldif_record_x() 330 goto leave; in ldap_parse_ldif_record_x() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/h8300/ |
| H A D | extl.s | 135 ;;; Note: leave the value as 0xffff8000, so that extu has work to do. 159 ;;; Note: leave the value as 0x00008000, so that extu has work to do. 210 ;;; Note: leave the value as 0xffff8000, so that extu has work to do. 234 ;;; Note: leave the value as 0x00008000, so that extu has work to do. 285 ;;; Note: leave the value as 0xffff8000, so that extu has work to do. 309 ;;; Note: leave the value as 0x00008000, so that extu has work to do. 360 ;;; Note: leave the value as 0xffff8000, so that extu has work to do. 384 ;;; Note: leave the value as 0x00008000, so that extu has work to do. 435 ;;; Note: leave the value as 0xffff8000, so that extu has work to do. 459 ;;; Note: leave the value as 0x00008000, so that extu has work to do. [all …]
|
| H A D | extw.s | 132 ;; Note: leave the value as 0xff80, so that extu has work to do. 156 ;; Note: leave the value as 0x0080, like it started out. 207 ;; Note: leave the value as 0xff80, so that extu has work to do. 231 ;; Note: leave the value as 0x0080, like it started out. 282 ;; Note: leave the value as 0xff80, so that extu has work to do. 306 ;; Note: leave the value as 0x0080, like it started out. 357 ;; Note: leave the value as 0xff80, so that extu has work to do. 381 ;; Note: leave the value as 0x0080, like it started out. 432 ;; Note: leave the value as 0xff80, so that extu has work to do. 456 ;; Note: leave the value as 0x0080, like it started out. [all …]
|
| /netbsd-src/games/hunt/hunt/ |
| H A D | server.c | 114 leave(1, "realloc"); in add_daemon_addr() 248 leave(1, "setsockopt broadcast"); in send_messages() 260 leave(1, "sendto"); in send_messages() 266 leave(1, "sendto"); in send_messages() 292 leave(1, "poll"); in get_responses() 305 leave(1, "recvfrom"); in get_responses() 337 leave(1, "socket system call failed"); in serverlist_query()
|
| /netbsd-src/libexec/rpc.rusersd/ |
| H A D | rusers_proc.c | 298 goto leave; in rusers_service() 311 goto leave; in rusers_service() 331 goto leave; in rusers_service() 351 goto leave; in rusers_service() 358 goto leave; in rusers_service() 363 goto leave; in rusers_service() 373 leave: in rusers_service()
|
| /netbsd-src/libexec/rpc.rwalld/ |
| H A D | rwalld.c | 161 goto leave; in wallprog_1() 172 goto leave; in wallprog_1() 177 goto leave; in wallprog_1() 187 leave: in wallprog_1()
|
| /netbsd-src/libexec/rpc.rstatd/ |
| H A D | rstat_proc.c | 304 goto leave; in rstat_service() 324 goto leave; in rstat_service() 346 goto leave; in rstat_service() 352 goto leave; in rstat_service() 357 goto leave; in rstat_service() 367 leave: in rstat_service()
|
| /netbsd-src/games/hack/ |
| H A D | hack.fix | 8 if you leave a shop the bill will be cleared and onbill() would not 9 check it. But under certain conditions you can leave a shop without 18 3. ...and then leave the unguarded shop again. 42 /* Did we just leave a shop? */ 51 /* Did we just leave a shop? */
|
| /netbsd-src/games/worm/ |
| H A D | worm.c | 87 static void leave(int) __dead; 118 signal(SIGINT, leave); in main() 119 signal(SIGQUIT, leave); in main() 208 leave(int dummy) in leave() function 356 leave(0); in crash()
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/c/ |
| H A D | sig1.c | 6 leave (int n) in leave() function 16 signal (SIGFPE, leave); in main()
|
| H A D | sig2.c | 12 leave (int n, siginfo_t *info, void *x) in leave() function 21 sa.sa_sigaction = leave; in main()
|
| /netbsd-src/lib/csu/arch/i386/ |
| H A D | crtn.S | 41 leave 45 leave
|
| /netbsd-src/games/backgammon/teachgammon/ |
| H A D | tutor.c | 87 leave(); in tutor() 129 leave(); in tutor() 132 leave(); in tutor()
|
| H A D | teach.c | 92 leave(); in main() 148 leave(void) in leave() 147 leave(void) leave() function
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | value-pointer-equiv.cc | 58 void leave (basic_block); 85 ssa_equiv_stack::leave (basic_block) in leave() function in ssa_equiv_stack 220 pointer_equiv_analyzer::leave (basic_block bb) in leave() function in pointer_equiv_analyzer 222 m_cond_points->leave (bb); in leave()
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_inotify.c | 679 goto leave; in linux_sys_inotify_rm_watch() 685 goto leave; in linux_sys_inotify_rm_watch() 690 leave: in linux_sys_inotify_rm_watch() 834 goto leave; in get_inotify_dir_entries() 839 goto leave; in get_inotify_dir_entries() 849 goto leave; in get_inotify_dir_entries() 871 goto leave; in get_inotify_dir_entries() 884 leave: in get_inotify_dir_entries() 1091 goto leave; in inotify_filt_event() 1125 leave in inotify_filt_event() [all...] |
| /netbsd-src/sys/external/bsd/gnu-efi/dist/apps/ |
| H A D | trivial.S | 20 leave 38 leave
|
| /netbsd-src/external/historical/nawk/dist/testdir/ |
| H A D | chem.awk | 174 n, $0, leave(type,dir+180), leave(last,dir) 346 leave(type,dir+180), leave(last,dir)) 349 function leave(last, d, c, c1) { # return vertex of last in dir d function
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | ctable.ref | 27 ./ctable: ctable_locate: leave existing entry key f 60 ./ctable: ctable_locate: leave existing entry key f 97 ./ctable: ctable_locate: leave existing entry key f
|
| /netbsd-src/sys/arch/i386/stand/pxeboot/ |
| H A D | pxe_call.S | 68 calll _C_LABEL(real_to_prot) # leave real mode 103 calll _C_LABEL(real_to_prot) # leave real mode
|