Searched refs:sigcheck (Results 1 – 8 of 8) sorted by relevance
/external/tcpdump/ |
D | print-rsvp.c | 673 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()
|
D | print-isoclns.c | 2193 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/ |
D | Makefile | 106 @.^.Python.o.sigcheck\
|
/external/python/cpython2/PC/os2vacpp/ |
D | makefile.omk | 1233 sigcheck.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
|
D | makefile | 1819 sigcheck.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \
|
/external/python/cpython2/ |
D | configure.ac | 2571 SIGNAL_OBJS="Parser/intrcheck.o Python/sigcheck.o"
|
/external/python/cpython2/Misc/ |
D | HISTORY | 11188 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/ |
D | HISTORY | 28567 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
|