Home
last modified time | relevance | path

Searched refs:sigcheck (Results 1 – 8 of 8) sorted by relevance

/external/tcpdump/
Dprint-rsvp.c673 int hexdump,processed,padbytes,error_code,error_value,i,sigcheck; in rsvp_obj_print() local
1717 sigcheck = signature_verify(ndo, pptr, plen, in rsvp_obj_print()
1721 ND_PRINT((ndo, " (%s)", tok2str(signature_check_values, "Unknown", sigcheck))); in rsvp_obj_print()
Dprint-isoclns.c2193 int sigcheck; in isis_print() local
2771 sigcheck = signature_verify(ndo, optr, length, tptr + 1, in isis_print()
2774 ND_PRINT((ndo, " (%s)", tok2str(signature_check_values, "Unknown", sigcheck))); in isis_print()
/external/python/cpython2/RISCOS/
DMakefile106 @.^.Python.o.sigcheck\
/external/python/cpython2/PC/os2vacpp/
Dmakefile.omk1233 sigcheck.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
Dmakefile1819 sigcheck.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \
/external/python/cpython2/
Dconfigure.ac2571 SIGNAL_OBJS="Parser/intrcheck.o Python/sigcheck.o"
/external/python/cpython2/Misc/
DHISTORY11188 sometimes due to a conflict between sigcheck/intrcheck and
12844 intrcheck.o and sigcheck.o. This should get rid of warnings in ar or
15387 - You should now call sigcheck() instead of intrcheck();
15388 sigcheck() also sets an exception when it returns nonzero
/external/python/cpython3/Misc/
DHISTORY28567 sometimes due to a conflict between sigcheck/intrcheck and
30223 intrcheck.o and sigcheck.o. This should get rid of warnings in ar or
32766 - You should now call sigcheck() instead of intrcheck();
32767 sigcheck() also sets an exception when it returns nonzero