Searched refs:unblock (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/bin/dd/
H A Dextern.h43 __dead void unblock(void);
48 void unblock(void);
65 void unblock(void);
H A Dconv.c102 static const char no_block[] = "unblock and -DNO_CONV?";
105 void unblock(void) { errx(EXIT_FAILURE, "%s", no_block); } function
230 unblock(void) function
H A Dargs.c188 * Ascii/ebcdic and cbs implies block/unblock.
189 * Block/unblock requires cbs and vice-versa.
196 cfunc = ddflags & C_BLOCK ? block : unblock;
201 cfunc = unblock;
374 { "unblock", C_UNBLOCK, C_BLOCK, NULL },
H A Ddd.c479 else if (cfunc == unblock)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dmorestack.S393 # before we unblock signals. We also need to restore %eax and
394 # %edx after we unblock signals but before we return. Do this
572 # before we unblock signals. We also need to restore %rax and
573 # %rdx after we unblock signals but before we return. Do this
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dmorestack.S394 # before we unblock signals. We also need to restore %eax and
395 # %edx after we unblock signals but before we return. Do this
573 # before we unblock signals. We also need to restore %rax and
574 # %rdx after we unblock signals but before we return. Do this
/netbsd-current/external/bsd/ntp/dist/lib/isc/unix/
H A Dapp.c154 *block, *unblock; member in struct:__anon111
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h186 void unblock(int U);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgcov.c711 unblock (const block_info *u, block_vector_t &blocked, function
727 unblock (*it, blocked, block_lists);
782 unblock (v, blocked, block_lists);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgcov.cc746 unblock (const block_info *u, block_vector_t &blocked, function
762 unblock (*it, blocked, block_lists);
817 unblock (v, blocked, block_lists);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1302 unblock(V);
1316 void SwingSchedulerDAG::Circuits::unblock(int U) { function in class:SwingSchedulerDAG::Circuits
1325 unblock(W->NodeNum);

Completed in 362 milliseconds