Home
last modified time | relevance | path

Searched refs:sig (Results 1 - 25 of 1337) sorted by relevance

12345678910>>...54

/third_party/ltp/testcases/kernel/syscalls/sighold/
H A Dsighold02.c34 static int skip_sig(int sig) in skip_sig() argument
36 if (sig >= 32 && sig < SIGRTMIN) in skip_sig()
39 switch (sig) { in skip_sig()
50 static void handle_sigs(int sig) in handle_sigs() argument
52 sigs_map[sig] = 1; in handle_sigs()
58 int sig; in do_child() local
60 for (sig = 1; sig < NUMSIGS; sig in do_child()
[all...]
/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_sign.c36 DSA_SIG *sig = OPENSSL_zalloc(sizeof(*sig)); in DSA_SIG_new() local
37 if (sig == NULL) in DSA_SIG_new()
39 return sig; in DSA_SIG_new()
42 void DSA_SIG_free(DSA_SIG *sig) in DSA_SIG_free() argument
44 if (sig == NULL) in DSA_SIG_free()
46 BN_clear_free(sig->r); in DSA_SIG_free()
47 BN_clear_free(sig->s); in DSA_SIG_free()
48 OPENSSL_free(sig); in DSA_SIG_free()
53 DSA_SIG *sig; in d2i_DSA_SIG() local
79 i2d_DSA_SIG(const DSA_SIG *sig, unsigned char **ppout) i2d_DSA_SIG() argument
123 DSA_SIG sig; DSA_size() local
135 DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) DSA_SIG_get0() argument
143 DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s) DSA_SIG_set0() argument
154 ossl_dsa_sign_int(int type, const unsigned char *dgst, int dlen, unsigned char *sig, unsigned int *siglen, DSA *dsa) ossl_dsa_sign_int() argument
173 DSA_sign(int type, const unsigned char *dgst, int dlen, unsigned char *sig, unsigned int *siglen, DSA *dsa) DSA_sign() argument
[all...]
/third_party/openssl/crypto/dsa/
H A Ddsa_sign.c36 DSA_SIG *sig = OPENSSL_zalloc(sizeof(*sig)); in DSA_SIG_new() local
37 if (sig == NULL) in DSA_SIG_new()
39 return sig; in DSA_SIG_new()
42 void DSA_SIG_free(DSA_SIG *sig) in DSA_SIG_free() argument
44 if (sig == NULL) in DSA_SIG_free()
46 BN_clear_free(sig->r); in DSA_SIG_free()
47 BN_clear_free(sig->s); in DSA_SIG_free()
48 OPENSSL_free(sig); in DSA_SIG_free()
53 DSA_SIG *sig; in d2i_DSA_SIG() local
79 i2d_DSA_SIG(const DSA_SIG *sig, unsigned char **ppout) i2d_DSA_SIG() argument
123 DSA_SIG sig; DSA_size() local
135 DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) DSA_SIG_get0() argument
143 DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s) DSA_SIG_set0() argument
154 ossl_dsa_sign_int(int type, const unsigned char *dgst, int dlen, unsigned char *sig, unsigned int *siglen, DSA *dsa) ossl_dsa_sign_int() argument
178 DSA_sign(int type, const unsigned char *dgst, int dlen, unsigned char *sig, unsigned int *siglen, DSA *dsa) DSA_sign() argument
[all...]
/third_party/ltp/testcases/kernel/syscalls/sigrelse/
H A Dsigrelse01.c127 static void timeout(int sig);
129 static void handler(int sig);
136 int choose_sig(int sig);
244 int sig; /* current signal number */ in parent() local
266 for (sig = 1; sig < NUMSIGS; sig++) { in parent()
267 if (choose_sig(sig)) { in parent()
268 if (kill(pid, sig) < 0) { in parent()
273 pid, sig, pi in parent()
382 int sig; /* signal value */ child() local
531 int sig; setup_sigs() local
559 handler(int sig) handler() argument
683 timeout(int sig) timeout() argument
725 choose_sig(int sig) choose_sig() argument
[all...]
/third_party/musl/libc-test/src/functionalext/fortify/
H A Dinvalid_param.c50 int sig = WTERMSIG(status); in clearerr_0100() local
51 EXPECT_EQ("clearerr_0200", SIGABRT, sig); in clearerr_0100()
72 int sig = WTERMSIG(status); in feof_0100() local
73 EXPECT_EQ("feof_0100", SIGABRT, sig); in feof_0100()
94 int sig = WTERMSIG(status); in ferror_0100() local
95 EXPECT_EQ("ferror_0100", SIGABRT, sig); in ferror_0100()
116 int sig = WTERMSIG(status); in fgetc_0100() local
117 EXPECT_EQ("fgetc_0100", SIGABRT, sig); in fgetc_0100()
139 int sig = WTERMSIG(status); in fgets_0100() local
140 EXPECT_EQ("fgets_0100", SIGABRT, sig); in fgets_0100()
162 int sig = WTERMSIG(status); fprintf_0100() local
184 int sig = WTERMSIG(status); fputc_0100() local
206 int sig = WTERMSIG(status); fputs_0100() local
229 int sig = WTERMSIG(status); fread_0600() local
252 int sig = WTERMSIG(status); fscanf_0100() local
275 int sig = WTERMSIG(status); fseek_0100() local
297 int sig = WTERMSIG(status); fseeko_0100() local
319 int sig = WTERMSIG(status); ftell_0100() local
342 int sig = WTERMSIG(status); fwrite_0100() local
364 int sig = WTERMSIG(status); getc_0100() local
386 int sig = WTERMSIG(status); pclose_0100() local
408 int sig = WTERMSIG(status); rewind_0100() local
431 int sig = WTERMSIG(status); setvbuf_0100() local
459 int sig = WTERMSIG(status); wcsnrtombs_0100() local
481 int sig = WTERMSIG(status); unsetenv_0100() local
503 int sig = WTERMSIG(status); readdir_0100() local
527 int sig = WTERMSIG(status); pthread_join_0100() local
551 int sig = WTERMSIG(status); pthread_kill_0100() local
576 int sig = WTERMSIG(status); pthread_setschedparam_0100() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/waitpid/
H A Dwaitpid05.c78 int pid, npid, sig, nsig; in main() local
106 for (sig = 1; sig <= 15; sig++) { in main()
107 if (sig == SIGUSR1 || sig == SIGUSR2 || sig == SIGBUS) in main()
111 signal(sig, SIG_DFL); in main()
116 self_exec(av[0], "d", sig); in main()
120 do_child(sig); in main()
208 do_child(int sig) do_child() argument
[all...]
/third_party/rust/crates/syn/tests/
H A Dtest_receiver.rs10 let TraitItemFn { sig, .. } = parse_quote! { in test_by_value()
13 snapshot!(&sig.inputs[0], @r###" in test_by_value()
31 let TraitItemFn { sig, .. } = parse_quote! { in test_by_mut_value()
34 snapshot!(&sig.inputs[0], @r###" in test_by_mut_value()
53 let TraitItemFn { sig, .. } = parse_quote! { in test_by_ref()
56 snapshot!(&sig.inputs[0], @r###" in test_by_ref()
76 let TraitItemFn { sig, .. } = parse_quote! { in test_by_box()
79 snapshot!(&sig.inputs[0], @r###" in test_by_box()
110 let TraitItemFn { sig, .. } = parse_quote! { in test_by_pin()
113 snapshot!(&sig in test_by_pin()
[all...]
/third_party/pulseaudio/src/pulse/
H A Dmainloop-signal.c47 int sig; member
51 void (*saved_handler)(int sig);
64 static void signal_handler(int sig) { in signal_handler() argument
70 signal(sig, signal_handler); in signal_handler()
74 (void) pa_write(signal_pipe[1], &sig, sizeof(sig), NULL); in signal_handler()
79 static void dispatch(pa_mainloop_api*a, int sig) { in dispatch() argument
83 if (s->sig == sig) { in dispatch()
85 s->callback(a, s, sig, in dispatch()
92 int sig; callback() local
154 pa_signal_new(int sig, pa_signal_cb_t _callback, void *userdata) pa_signal_new() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/signature/
H A Deddsa_sig.c34 static int s390x_ed25519_digestsign(const ECX_KEY *edkey, unsigned char *sig,
36 static int s390x_ed448_digestsign(const ECX_KEY *edkey, unsigned char *sig,
39 const unsigned char *sig,
42 const unsigned char *sig,
231 int ed25519_digest_verify(void *vpeddsactx, const unsigned char *sig, in ed25519_digest_verify() argument
243 return s390x_ed25519_digestverify(edkey, sig, tbs, tbslen); in ed25519_digest_verify()
246 return ossl_ed25519_verify(tbs, tbslen, sig, edkey->pubkey, in ed25519_digest_verify()
250 int ed448_digest_verify(void *vpeddsactx, const unsigned char *sig, in ed448_digest_verify() argument
262 return s390x_ed448_digestverify(edkey, sig, tbs, tbslen); in ed448_digest_verify()
265 return ossl_ed448_verify(peddsactx->libctx, tbs, tbslen, sig, edke in ed448_digest_verify()
370 s390x_ed25519_digestsign(const ECX_KEY *edkey, unsigned char *sig, const unsigned char *tbs, size_t tbslen) s390x_ed25519_digestsign() argument
376 unsigned char sig[64]; s390x_ed25519_digestsign() member
395 s390x_ed448_digestsign(const ECX_KEY *edkey, unsigned char *sig, const unsigned char *tbs, size_t tbslen) s390x_ed448_digestsign() argument
401 unsigned char sig[128]; s390x_ed448_digestsign() member
422 s390x_ed25519_digestverify(const ECX_KEY *edkey, const unsigned char *sig, const unsigned char *tbs, size_t tbslen) s390x_ed25519_digestverify() argument
428 unsigned char sig[64]; s390x_ed25519_digestverify() member
443 s390x_ed448_digestverify(const ECX_KEY *edkey, const unsigned char *sig, const unsigned char *tbs, size_t tbslen) s390x_ed448_digestverify() argument
450 unsigned char sig[128]; s390x_ed448_digestverify() member
[all...]
/third_party/openssl/providers/implementations/signature/
H A Deddsa_sig.c34 static int s390x_ed25519_digestsign(const ECX_KEY *edkey, unsigned char *sig,
36 static int s390x_ed448_digestsign(const ECX_KEY *edkey, unsigned char *sig,
39 const unsigned char *sig,
42 const unsigned char *sig,
231 int ed25519_digest_verify(void *vpeddsactx, const unsigned char *sig, in ed25519_digest_verify() argument
243 return s390x_ed25519_digestverify(edkey, sig, tbs, tbslen); in ed25519_digest_verify()
246 return ossl_ed25519_verify(tbs, tbslen, sig, edkey->pubkey, in ed25519_digest_verify()
250 int ed448_digest_verify(void *vpeddsactx, const unsigned char *sig, in ed448_digest_verify() argument
262 return s390x_ed448_digestverify(edkey, sig, tbs, tbslen); in ed448_digest_verify()
265 return ossl_ed448_verify(peddsactx->libctx, tbs, tbslen, sig, edke in ed448_digest_verify()
370 s390x_ed25519_digestsign(const ECX_KEY *edkey, unsigned char *sig, const unsigned char *tbs, size_t tbslen) s390x_ed25519_digestsign() argument
376 unsigned char sig[64]; s390x_ed25519_digestsign() member
395 s390x_ed448_digestsign(const ECX_KEY *edkey, unsigned char *sig, const unsigned char *tbs, size_t tbslen) s390x_ed448_digestsign() argument
401 unsigned char sig[128]; s390x_ed448_digestsign() member
422 s390x_ed25519_digestverify(const ECX_KEY *edkey, const unsigned char *sig, const unsigned char *tbs, size_t tbslen) s390x_ed25519_digestverify() argument
428 unsigned char sig[64]; s390x_ed25519_digestverify() member
443 s390x_ed448_digestverify(const ECX_KEY *edkey, const unsigned char *sig, const unsigned char *tbs, size_t tbslen) s390x_ed448_digestverify() argument
450 unsigned char sig[128]; s390x_ed448_digestverify() member
[all...]
/third_party/ltp/lib/
H A Dtst_sig.c95 int sig; in tst_sig() local
118 for (sig = 1; sig < NSIG; sig++) { in tst_sig()
127 if (sig >= sigrtmin && sig <= sigrtmax) in tst_sig()
131 switch (sig) { in tst_sig()
214 if (tst_setup_signal(sig, handler) == SIG_ERR) in tst_sig()
216 "signal failed for signal %d", sig); in tst_sig()
227 static void def_handler(int sig) in def_handler() argument
241 tst_setup_signal(int sig, void (*handler) (int)) tst_setup_signal() argument
[all...]
/third_party/lzma/CPP/7zip/Common/
H A DRegisterArc.h44 #define REGISTER_ARC_V(n, e, ae, id, sigSize, sig, offs, flags, tf, crIn, crOut, isArc) \
45 static const CArcInfo g_ArcInfo = { flags, id, sigSize, offs, sig, n, e, ae, tf, crIn, crOut, isArc } ; \
47 #define REGISTER_ARC_R(n, e, ae, id, sigSize, sig, offs, flags, tf, crIn, crOut, isArc) \
48 REGISTER_ARC_V (n, e, ae, id, sigSize, sig, offs, flags, tf, crIn, crOut, isArc) \
53 #define REGISTER_ARC_I_CLS(cls, n, e, ae, id, sig, offs, flags, isArc) \
55 REGISTER_ARC_R(n, e, ae, id, Z7_ARRAY_SIZE(sig), sig, offs, flags, 0, CreateArc, NULL, isArc)
61 #define REGISTER_ARC_I(n, e, ae, id, sig, offs, flags, isArc) \
62 REGISTER_ARC_I_CLS(CHandler(), n, e, ae, id, sig, offs, flags, isArc)
68 #define REGISTER_ARC_IO(n, e, ae, id, sig, off
[all...]
/third_party/mesa3d/src/broadcom/qpu/
H A Dqpu_disasm.c65 if (instr->sig.small_imm) { in v3d_qpu_disasm_raddr()
108 if (!v3d_qpu_sig_writes_address(disasm->devinfo, &instr->sig)) in v3d_qpu_disasm_add()
148 if (!v3d_qpu_sig_writes_address(disasm->devinfo, &instr->sig)) in v3d_qpu_disasm_mul()
204 const struct v3d_qpu_sig *sig = &instr->sig; in v3d_qpu_disasm_sig() local
206 if (!sig->thrsw && in v3d_qpu_disasm_sig()
207 !sig->ldvary && in v3d_qpu_disasm_sig()
208 !sig->ldvpm && in v3d_qpu_disasm_sig()
209 !sig->ldtmu && in v3d_qpu_disasm_sig()
210 !sig in v3d_qpu_disasm_sig()
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir_function_detect_recursion.cpp137 function(ir_function_signature *sig) in function() argument
138 : sig(sig) in function()
145 ir_function_signature *sig; member in __anon7172::function
170 function *get_function(ir_function_signature *sig) in get_function() argument
173 hash_entry *entry = _mesa_hash_table_search(this->function_hash, sig); in get_function()
175 f = new(mem_ctx) function(sig); in get_function()
176 _mesa_hash_table_insert(this->function_hash, sig, f); in get_function()
184 virtual ir_visitor_status visit_enter(ir_function_signature *sig) in visit_enter() argument
186 this->current = this->get_function(sig); in visit_enter()
190 visit_leave(ir_function_signature *sig) visit_leave() argument
[all...]
H A Dir_function.cpp204 ir_function_signature *sig) in is_best_inexact_overload()
223 if (*other == sig) in is_best_inexact_overload()
226 const exec_node *node_a = sig->parameters.get_head_raw(); in is_best_inexact_overload()
280 for (ir_function_signature **sig = matches; sig < matches + num_matches; sig++) { in choose_best_inexact_overload()
281 if (is_best_inexact_overload(actual_parameters, matches, num_matches, *sig)) in choose_best_inexact_overload()
282 return *sig; in choose_best_inexact_overload()
321 foreach_in_list(ir_function_signature, sig, &this->signatures) { in matching_signature()
323 if (sig in matching_signature()
201 is_best_inexact_overload(const exec_list *actual_parameters, ir_function_signature **matches, int num_matches, ir_function_signature *sig) is_best_inexact_overload() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dm_sigver.c85 || (signature = locpctx->op.sig.signature) == NULL in do_sigver_init()
86 || locpctx->op.sig.algctx == NULL)) in do_sigver_init()
202 locpctx->op.sig.signature = signature; in do_sigver_init()
205 locpctx->op.sig.algctx in do_sigver_init()
207 if (locpctx->op.sig.algctx == NULL) { in do_sigver_init()
266 ret = signature->digest_verify_init(locpctx->op.sig.algctx, in do_sigver_init()
273 ret = signature->digest_sign_init(locpctx->op.sig.algctx, in do_sigver_init()
413 || pctx->op.sig.algctx == NULL in EVP_DigestSignUpdate()
414 || pctx->op.sig.signature == NULL) in EVP_DigestSignUpdate()
417 if (pctx->op.sig in EVP_DigestSignUpdate()
592 EVP_DigestVerifyFinal(EVP_MD_CTX *ctx, const unsigned char *sig, size_t siglen) EVP_DigestVerifyFinal() argument
[all...]
/third_party/openssl/crypto/evp/
H A Dm_sigver.c85 || (signature = locpctx->op.sig.signature) == NULL in do_sigver_init()
86 || locpctx->op.sig.algctx == NULL)) in do_sigver_init()
202 locpctx->op.sig.signature = signature; in do_sigver_init()
205 locpctx->op.sig.algctx in do_sigver_init()
207 if (locpctx->op.sig.algctx == NULL) { in do_sigver_init()
266 ret = signature->digest_verify_init(locpctx->op.sig.algctx, in do_sigver_init()
273 ret = signature->digest_sign_init(locpctx->op.sig.algctx, in do_sigver_init()
413 || pctx->op.sig.algctx == NULL in EVP_DigestSignUpdate()
414 || pctx->op.sig.signature == NULL) in EVP_DigestSignUpdate()
417 if (pctx->op.sig in EVP_DigestSignUpdate()
592 EVP_DigestVerifyFinal(EVP_MD_CTX *ctx, const unsigned char *sig, size_t siglen) EVP_DigestVerifyFinal() argument
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/signal/
H A Dsigset.c22 const int sig = SIGALRM; variable
24 void handler(int sig) in handler() argument
35 int result = sigaction(sig, &act, &old_act); in prepare()
44 result = raise(sig); in prepare()
58 result = sigaddset(set, sig); in prepare()
73 * @tc.desc : modifies the disposition of the signal sig with a handler
90 sigset(sig, handler); in sigset_0100()
100 result = sigismember(&set, sig); in sigset_0100()
108 * @tc.desc : modifies the disposition of the signal sig with SIG_IGN
125 sigset(sig, SIG_IG in sigset_0200()
219 int sig = 99999; sigset_0500() local
[all...]
H A Dsigrelse.c23 void handler(int sig) in handler() argument
30 * @tc.desc : removes sig from the calling process's signal mask
37 int sig = SIGALRM; in sigrelse_0100() local
40 int result = sigaction(sig, &act, &old_act); in sigrelse_0100()
46 result = sighold(sig); in sigrelse_0100()
59 result = sigismember(&set, sig); in sigrelse_0100()
65 result = raise(sig); in sigrelse_0100()
72 result = sigpause(sig); in sigrelse_0100()
87 result = sigismember(&set, sig); in sigrelse_0100()
92 result = sigrelse(sig); in sigrelse_0100()
116 int sig = 99999; sigrelse_0200() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/sgetmask/
H A Dsgetmask01.c116 int sig; in main() local
127 for (sig = -3; sig <= SIGRTMAX + 1; sig++) { in main()
128 TEST(tst_syscall(__NR_ssetmask, sig)); in main()
131 sig, TEST_RETURN); in main()
133 if (TEST_RETURN != sig) { in main()
135 "Oops,setting sig %d, got %ld", in main()
136 sig, TEST_RETURN); in main()
139 "OK,setting sig in main()
[all...]
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_saos.c28 ASN1_OCTET_STRING sig; in RSA_sign_ASN1_OCTET_STRING() local
32 sig.type = V_ASN1_OCTET_STRING; in RSA_sign_ASN1_OCTET_STRING()
33 sig.length = m_len; in RSA_sign_ASN1_OCTET_STRING()
34 sig.data = (unsigned char *)m; in RSA_sign_ASN1_OCTET_STRING()
36 i = i2d_ASN1_OCTET_STRING(&sig, NULL); in RSA_sign_ASN1_OCTET_STRING()
48 i2d_ASN1_OCTET_STRING(&sig, &p); in RSA_sign_ASN1_OCTET_STRING()
67 ASN1_OCTET_STRING *sig = NULL; in RSA_verify_ASN1_OCTET_STRING() local
85 sig = d2i_ASN1_OCTET_STRING(NULL, &p, (long)i); in RSA_verify_ASN1_OCTET_STRING()
86 if (sig == NULL) in RSA_verify_ASN1_OCTET_STRING()
89 if (((unsigned int)sig in RSA_verify_ASN1_OCTET_STRING()
[all...]
/third_party/openssl/crypto/rsa/
H A Drsa_saos.c28 ASN1_OCTET_STRING sig; in RSA_sign_ASN1_OCTET_STRING() local
32 sig.type = V_ASN1_OCTET_STRING; in RSA_sign_ASN1_OCTET_STRING()
33 sig.length = m_len; in RSA_sign_ASN1_OCTET_STRING()
34 sig.data = (unsigned char *)m; in RSA_sign_ASN1_OCTET_STRING()
36 i = i2d_ASN1_OCTET_STRING(&sig, NULL); in RSA_sign_ASN1_OCTET_STRING()
48 i2d_ASN1_OCTET_STRING(&sig, &p); in RSA_sign_ASN1_OCTET_STRING()
67 ASN1_OCTET_STRING *sig = NULL; in RSA_verify_ASN1_OCTET_STRING() local
85 sig = d2i_ASN1_OCTET_STRING(NULL, &p, (long)i); in RSA_verify_ASN1_OCTET_STRING()
86 if (sig == NULL) in RSA_verify_ASN1_OCTET_STRING()
89 if (((unsigned int)sig in RSA_verify_ASN1_OCTET_STRING()
[all...]
/third_party/musl/src/signal/liteos_a/
H A Dsigaction.c152 static sigactq_t *__sig_find_action(int sig) in __sig_find_action() argument
157 if (g_sig_arr[i].signo == sig) { in __sig_find_action()
170 static int __sig_cannot_catche(int sig, sa_sighandler_t handler) in __sig_cannot_catche() argument
175 if (sig == sig_default_action[i].singNo) { in __sig_cannot_catche()
179 /* This sig can be catch and ignore return false */ in __sig_cannot_catche()
233 static int __sig_dfl_opr(int sig, sigactq_t *sigact, const sigaction_t *act) in __sig_dfl_opr() argument
237 def_handler = __sig_find_def_action(sig); in __sig_dfl_opr()
248 static int __sig_action_opr(int sig, const sigaction_t *act, sigaction_t *oact) in __sig_action_opr() argument
256 if (sig < SIGHUP || sig > (_NSI in __sig_action_opr()
299 __libc_sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) __libc_sigaction() argument
349 __sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) __sigaction() argument
[all...]
/third_party/musl/porting/liteos_a/user/src/signal/
H A Dsigaction.c137 static sigactq_t *__sig_find_action(int sig) in __sig_find_action() argument
142 if (g_sig_arr[i].signo == sig) { in __sig_find_action()
155 static int __sig_cannot_catche(int sig, sa_sighandler_t handler) in __sig_cannot_catche() argument
160 if (sig == sig_default_action[i].singNo) { in __sig_cannot_catche()
164 /* This sig can be catch and ignore return false */ in __sig_cannot_catche()
218 static int __sig_dfl_opr(int sig, sigactq_t *sigact, const sigaction_t *act) in __sig_dfl_opr() argument
222 def_handler = __sig_find_def_action(sig); in __sig_dfl_opr()
233 static int __sig_action_opr(int sig, const sigaction_t *act, sigaction_t *oact) in __sig_action_opr() argument
241 if (sig < SIGHUP || sig > (_NSI in __sig_action_opr()
284 __libc_sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) __libc_sigaction() argument
331 __sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) __sigaction() argument
[all...]
/third_party/fsverity-utils/programs/
H A Dcmd_enable.c23 u8 *sig = NULL; in read_signature() local
38 sig = xmalloc(file_size); in read_signature()
39 if (!full_read(&file, sig, file_size)) in read_signature()
41 *sig_ret = sig; in read_signature()
43 sig = NULL; in read_signature()
47 free(sig); in read_signature()
64 u8 *sig = NULL; in fsverity_cmd_enable() local
79 if (sig != NULL) { in fsverity_cmd_enable()
83 if (!read_signature(optarg, &sig, &sig_size)) in fsverity_cmd_enable()
100 if (libfsverity_enable_with_sig(file.fd, &tree_params, sig, sig_siz in fsverity_cmd_enable()
[all...]

Completed in 11 milliseconds

12345678910>>...54