Searched refs:nsigs (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-lwres.c164 lwres_uint16_t nsigs; member in struct:__anon4421
535 TCHECK(grbn->nsigs);
552 EXTRACT_16BITS(&grbn->nsigs));
555 s = (const char *)&grbn->nsigs+ sizeof(grbn->nsigs);
573 na = EXTRACT_16BITS(&grbn->nsigs);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dinfrun.c215 #define SET_SIGS(nsigs,sigs,flags) \
217 int signum = (nsigs); \
223 #define UNSET_SIGS(nsigs,sigs,flags) \
225 int signum = (nsigs); \
3139 int nsigs;
3150 nsigs = (int) TARGET_SIGNAL_LAST;
3151 sigs = (unsigned char *) alloca (nsigs);
3152 memset (sigs, 0, nsigs);
3183 siglast = nsigs - 1;
3187 SET_SIGS (nsigs, sig
3132 int nsigs; local
[all...]
H A Dhppah-nat.c974 int nsigs; local
998 nsigs = (int) TARGET_SIGNAL_LAST;
999 for (signum = nsigs; signum > 0; signum--)
/haiku-fatelf/src/bin/coreutils/src/
H A Dcsplit.c1406 enum { nsigs = ARRAY_CARDINALITY (sig) }; enumerator in enum:__anon3374
1411 for (i = 0; i < nsigs; i++)
1422 for (i = 0; i < nsigs; i++)
H A Dls.c1256 enum { nsigs = ARRAY_CARDINALITY (sig) }; enumerator in enum:__anon3402
1259 bool caught_sig[nsigs];
1307 for (j = 0; j < nsigs; j++)
1317 for (j = 0; j < nsigs; j++)
1324 for (j = 0; j < nsigs; j++)
1455 for (j = 0; j < nsigs; j++)
1459 for (j = 0; j < nsigs; j++)
H A Dsort.c3236 enum { nsigs = ARRAY_CARDINALITY (sig) }; enumerator in enum:__anon3438
3242 for (i = 0; i < nsigs; i++)
3253 for (i = 0; i < nsigs; i++)
3257 for (i = 0; i < nsigs; i++)

Completed in 116 milliseconds