代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/217300/14969950
c p8-4.c
#include
void termination_handler(int signum)
{
struct temp_file *p;
for (p = temp_file_list; p; p = p->next)
unlink (p->name);
}
int main (void)
{
...
struct sig
www.eeworm.com/read/217300/14969965
c p8-5.c
#include
#include
void (*signal(
int sig,
void (*handler) (int))) (int)
{
struct sigaction act, oact;
/* 检查信号*/
if (handler == SIG_ERR || sig < 1 |
www.eeworm.com/read/217300/14969979
c p8-9.c
#include
#include
void catch_stop();
void install_handler(void)
{
struct sigaction setup_action;
sigset_t block_mask;
sigemptyset(&block_mask);
/* 句柄运行期间,阻塞终端生成的其
www.eeworm.com/read/212047/15167527
c stream.c
/* err/stream.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the G
www.eeworm.com/read/167728/5453827
c stream.c
/* err/stream.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the G
www.eeworm.com/read/162614/5528616
c pr21840.c
void fn_show_state(void);
typedef void (*fn_handler_fn)(void);
static fn_handler_fn fn_handler[1];
void k_spec(unsigned char value)
{
void *func = fn_handler[value];
if (func == fn_show_state )
www.eeworm.com/read/395500/8170594
asm startup.asm
/*****************************************************************************************************************
(C) Copyright 2003 - Analog Devices, Inc. All rights reserved.
File Name: sta
www.eeworm.com/read/193642/8210029
c slow_event.c
/**********************************************************************
* *
* Software License Agreement
www.eeworm.com/read/200049/15441655
h usbout.h
/*************************************************************************/
/* */
/* Copyright Shenzhen Watertek S
www.eeworm.com/read/104973/15680620
asm c6inthnd.asm
;/*****************************************************************************
;*
;* component :
;*
;*
;*
;* module name : c6inthnd.asm
;*
;* subcomponent:
;*
;******************