| /third_party/musl/libc-test/src/functionalext/fortify/ |
| D | invalid_param.c | 50 int sig = WTERMSIG(status); in clearerr_0100() local 72 int sig = WTERMSIG(status); in feof_0100() local 94 int sig = WTERMSIG(status); in ferror_0100() local 116 int sig = WTERMSIG(status); in fgetc_0100() local 139 int sig = WTERMSIG(status); in fgets_0100() local 162 int sig = WTERMSIG(status); in fprintf_0100() local 184 int sig = WTERMSIG(status); in fputc_0100() local 206 int sig = WTERMSIG(status); in fputs_0100() local 229 int sig = WTERMSIG(status); in fread_0600() local 252 int sig = WTERMSIG(status); in fscanf_0100() local [all …]
|
| /third_party/openssl/crypto/dsa/ |
| D | dsa_sign.c | 36 DSA_SIG *sig = OPENSSL_zalloc(sizeof(*sig)); in DSA_SIG_new() local 42 void DSA_SIG_free(DSA_SIG *sig) in DSA_SIG_free() 53 DSA_SIG *sig; in d2i_DSA_SIG() local 79 int i2d_DSA_SIG(const DSA_SIG *sig, unsigned char **ppout) in i2d_DSA_SIG() 123 DSA_SIG sig; in DSA_size() local 135 void DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) in DSA_SIG_get0() 143 int DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s) in DSA_SIG_set0() 155 unsigned char *sig, unsigned int *siglen, DSA *dsa) in ossl_dsa_sign_int() 179 unsigned char *sig, unsigned int *siglen, DSA *dsa) in DSA_sign()
|
| /third_party/node/deps/openssl/openssl/crypto/dsa/ |
| D | dsa_sign.c | 36 DSA_SIG *sig = OPENSSL_zalloc(sizeof(*sig)); in DSA_SIG_new() local 42 void DSA_SIG_free(DSA_SIG *sig) in DSA_SIG_free() 53 DSA_SIG *sig; in d2i_DSA_SIG() local 79 int i2d_DSA_SIG(const DSA_SIG *sig, unsigned char **ppout) in i2d_DSA_SIG() 123 DSA_SIG sig; in DSA_size() local 135 void DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) in DSA_SIG_get0() 143 int DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s) in DSA_SIG_set0() 155 unsigned char *sig, unsigned int *siglen, DSA *dsa) in ossl_dsa_sign_int() 174 unsigned char *sig, unsigned int *siglen, DSA *dsa) in DSA_sign()
|
| /third_party/ltp/testcases/kernel/syscalls/kill/ |
| D | kill10.c | 365 void ack_ready(int sig, siginfo_t * si, void *data) in ack_ready() 392 void ack_done(int sig, siginfo_t * si, void *data) in ack_done() 477 void set_create_procs(int sig) in set_create_procs() 608 void graceful_exit(int sig) in graceful_exit() 613 void set_signal_parents(int sig) in set_signal_parents() 620 void clear_signal_parents(int sig) in clear_signal_parents() 627 void set_confirmed_ready(int sig) in set_confirmed_ready() 635 void reset_counter(int sig) in reset_counter() 643 void reply_to_child(int sig, siginfo_t * si, void *data) in reply_to_child() 670 void wakeup(int sig) in wakeup() [all …]
|
| /third_party/libfuse/lib/ |
| D | fuse_signals.c | 22 static void exit_handler(int sig) in exit_handler() 34 static void do_nothing(int sig) in do_nothing() 39 static int set_one_signal_handler(int sig, void (*handler)(int), int remove) in set_one_signal_handler() argument
|
| /third_party/ltp/lib/ |
| D | tst_sig.c | 95 int sig; in tst_sig() local 227 static void def_handler(int sig) in def_handler() 241 static void (*tst_setup_signal(int sig, void (*handler) (int))) (int) { in tst_setup_signal() argument
|
| /third_party/musl/libc-test/src/functionalext/supplement/signal/ |
| D | sighold.c | 23 void handler(int sig) in handler() 37 int sig = SIGALRM; in sighold_0100() local 83 int sig = 99999; in sighold_0200() local
|
| D | sigrelse.c | 23 void handler(int sig) in handler() 37 int sig = SIGALRM; in sigrelse_0100() local 116 int sig = 99999; in sigrelse_0200() local
|
| D | sigqueue.c | 23 void action(int sig, siginfo_t *info, void *ctx) in action() 53 int sig = SIGALRM; in sigqueue_0100() local 87 int sig = 99999; in sigqueue_0200() local
|
| D | sigset.c | 22 const int sig = SIGALRM; variable 24 void handler(int sig) in handler() 219 int sig = 99999; in sigset_0500() local
|
| D | sigpause.c | 23 void handler(int sig) in handler() 37 int sig = SIGALRM; in sigpause_0100() local
|
| /third_party/ltp/testcases/kernel/syscalls/sighold/ |
| D | sighold02.c | 34 static int skip_sig(int sig) in skip_sig() 50 static void handle_sigs(int sig) in handle_sigs() 58 int sig; in do_child() local
|
| /third_party/pulseaudio/src/pulse/ |
| D | mainloop-signal.c | 47 int sig; member 64 static void signal_handler(int sig) { in signal_handler() 79 static void dispatch(pa_mainloop_api*a, int sig) { in dispatch() 92 int sig; in callback() local 154 pa_signal_event* pa_signal_new(int sig, pa_signal_cb_t _callback, void *userdata) { in pa_signal_new()
|
| /third_party/node/deps/openssl/openssl/providers/implementations/signature/ |
| D | eddsa_sig.c | 231 int ed25519_digest_verify(void *vpeddsactx, const unsigned char *sig, in ed25519_digest_verify() 250 int ed448_digest_verify(void *vpeddsactx, const unsigned char *sig, in ed448_digest_verify() 370 static int s390x_ed25519_digestsign(const ECX_KEY *edkey, unsigned char *sig, in s390x_ed25519_digestsign() 376 unsigned char sig[64]; in s390x_ed25519_digestsign() member 395 static int s390x_ed448_digestsign(const ECX_KEY *edkey, unsigned char *sig, in s390x_ed448_digestsign() 401 unsigned char sig[128]; in s390x_ed448_digestsign() member 423 const unsigned char *sig, in s390x_ed25519_digestverify() 428 unsigned char sig[64]; in s390x_ed25519_digestverify() member 444 const unsigned char *sig, in s390x_ed448_digestverify() 450 unsigned char sig[128]; in s390x_ed448_digestverify() member
|
| /third_party/openssl/providers/implementations/signature/ |
| D | eddsa_sig.c | 231 int ed25519_digest_verify(void *vpeddsactx, const unsigned char *sig, in ed25519_digest_verify() 250 int ed448_digest_verify(void *vpeddsactx, const unsigned char *sig, in ed448_digest_verify() 370 static int s390x_ed25519_digestsign(const ECX_KEY *edkey, unsigned char *sig, in s390x_ed25519_digestsign() 376 unsigned char sig[64]; in s390x_ed25519_digestsign() member 395 static int s390x_ed448_digestsign(const ECX_KEY *edkey, unsigned char *sig, in s390x_ed448_digestsign() 401 unsigned char sig[128]; in s390x_ed448_digestsign() member 423 const unsigned char *sig, in s390x_ed25519_digestverify() 428 unsigned char sig[64]; in s390x_ed25519_digestverify() member 444 const unsigned char *sig, in s390x_ed448_digestverify() 450 unsigned char sig[128]; in s390x_ed448_digestverify() member
|
| /third_party/ltp/testcases/kernel/syscalls/sigrelse/ |
| D | sigrelse01.c | 244 int sig; /* current signal number */ in parent() local 382 int sig; /* signal value */ in child() local 531 int sig; in setup_sigs() local 559 static void handler(int sig) in handler() 683 static void timeout(int sig) in timeout() 725 int choose_sig(int sig) in choose_sig()
|
| /third_party/openssl/demos/signature/ |
| D | rsa_pss_direct.c | 38 static int sign(OSSL_LIB_CTX *libctx, unsigned char **sig, size_t *sig_len) in sign() 124 static int verify(OSSL_LIB_CTX *libctx, const unsigned char *sig, size_t sig_len) in verify() 190 unsigned char *sig = NULL; in main() local
|
| D | rsa_pss_hash.c | 33 static int sign(OSSL_LIB_CTX *libctx, unsigned char **sig, size_t *sig_len) in sign() 114 static int verify(OSSL_LIB_CTX *libctx, const unsigned char *sig, size_t sig_len) in verify() 175 unsigned char *sig = NULL; in main() local
|
| /third_party/mesa3d/docs/_exts/ |
| D | formatting.py | 9 def parse_envvar(env, sig, signode): argument 21 def parse_opcode(env, sig, signode): argument
|
| /third_party/musl/porting/liteos_a/user/src/signal/ |
| D | sigaction.c | 137 static sigactq_t *__sig_find_action(int sig) in __sig_find_action() 155 static int __sig_cannot_catche(int sig, sa_sighandler_t handler) in __sig_cannot_catche() 218 static int __sig_dfl_opr(int sig, sigactq_t *sigact, const sigaction_t *act) in __sig_dfl_opr() 233 static int __sig_action_opr(int sig, const sigaction_t *act, sigaction_t *oact) in __sig_action_opr() 284 int __libc_sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) in __libc_sigaction() 331 int __sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) in __sigaction()
|
| /third_party/musl/src/signal/liteos_a/ |
| D | sigaction.c | 152 static sigactq_t *__sig_find_action(int sig) in __sig_find_action() 170 static int __sig_cannot_catche(int sig, sa_sighandler_t handler) in __sig_cannot_catche() 233 static int __sig_dfl_opr(int sig, sigactq_t *sigact, const sigaction_t *act) in __sig_dfl_opr() 248 static int __sig_action_opr(int sig, const sigaction_t *act, sigaction_t *oact) in __sig_action_opr() 299 int __libc_sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) in __libc_sigaction() 349 int __sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) in __sigaction()
|
| /third_party/ltp/testcases/kernel/syscalls/fcntl/ |
| D | fcntl16.c | 351 void catch_alarm(int sig) in catch_alarm() 356 void catch_usr1(int sig) in catch_usr1() 365 void catch_usr2(int sig) in catch_usr2() 374 void catch_int(int sig) in catch_int() 383 void child_sig(int sig, int nkids) in child_sig()
|
| /third_party/node/deps/v8/src/wasm/ |
| D | function-compiler.cc | 60 const FunctionSig* sig = env->module->functions[func_index_].sig; in ExecuteImportWrapperCompilation() local 178 bool UseGenericWrapper(const FunctionSig* sig) { in UseGenericWrapper() 209 Isolate* isolate, const FunctionSig* sig, const WasmModule* module, in JSToWasmWrapperCompilationUnit() 255 Isolate* isolate, const FunctionSig* sig, const WasmModule* module, in CompileJSToWasmWrapper() 267 Isolate* isolate, const FunctionSig* sig, const WasmModule* module) { in CompileSpecificJSToWasmWrapper()
|
| /third_party/ntfs-3g/libfuse-lite/ |
| D | fuse_signals.c | 18 static void exit_handler(int sig) in exit_handler() 25 static int set_one_signal_handler(int sig, void (*handler)(int), int remove) in set_one_signal_handler() argument
|
| /third_party/node/lib/internal/process/ |
| D | report.js | 64 set signal(sig) { argument 98 function addSignalHandler(sig) { argument 114 function signalHandler(sig) { argument
|