HomeSort by: relevance | last modified time | path
    Searched defs:nsigs (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-lwres.c 168 nd_uint16_t nsigs; member in struct:__anon8079
501 ND_TCHECK_2(grbn->nsigs);
519 GET_BE_U_2(grbn->nsigs));
534 na = GET_BE_U_2(grbn->nsigs);
  /src/external/gpl3/gdb.old/dist/gdb/
infrun.c 345 #define SET_SIGS(nsigs,sigs,flags) \
347 int signum = (nsigs); \
353 #define UNSET_SIGS(nsigs,sigs,flags) \
355 int signum = (nsigs); \
9829 const size_t nsigs = GDB_SIGNAL_LAST;
9830 unsigned char sigs[nsigs] {};
9856 siglast = nsigs - 1;
9860 SET_SIGS (nsigs, sigs, signal_stop);
9861 SET_SIGS (nsigs, sigs, signal_print);
9865 UNSET_SIGS (nsigs, sigs, signal_program)
9822 const size_t nsigs = GDB_SIGNAL_LAST; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
infrun.c 343 #define SET_SIGS(nsigs,sigs,flags) \
345 int signum = (nsigs); \
351 #define UNSET_SIGS(nsigs,sigs,flags) \
353 int signum = (nsigs); \
9838 const size_t nsigs = GDB_SIGNAL_LAST;
9839 unsigned char sigs[nsigs] {};
9865 siglast = nsigs - 1;
9869 SET_SIGS (nsigs, sigs, signal_stop);
9870 SET_SIGS (nsigs, sigs, signal_print);
9874 UNSET_SIGS (nsigs, sigs, signal_program)
9831 const size_t nsigs = GDB_SIGNAL_LAST; local
    [all...]

Completed in 34 milliseconds