Searched defs:nitems (Results 26 - 50 of 90) sorted by relevance

1234

/openbsd-current/usr.sbin/smtpd/
H A Dmail.maildir.c18 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) macro
/openbsd-current/regress/sys/net/rtable/
H A Dkern_compat.h65 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) macro
/openbsd-current/lib/libz/
H A Dgzread.c377 z_size_t ZEXPORT gzfread(voidp buf, z_size_t size, z_size_t nitems, argument
H A Dgzwrite.c261 z_size_t ZEXPORT gzfwrite(voidpc buf, z_size_t size, z_size_t nitems, argument
/openbsd-current/libexec/ld.so/
H A Dutil.h82 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) macro
/openbsd-current/usr.bin/systat/
H A Duvm.c33 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) macro
/openbsd-current/usr.sbin/lpr/lpc/
H A Dcmds.c295 int nitems; local
948 int nitems; variable
[all...]
/openbsd-current/usr.bin/rsync/
H A Dmktemp.c68 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) macro
/openbsd-current/usr.bin/yacc/
H A Dmain.c76 int nitems; variable
H A Ddefs.h167 short nitems; member in struct:core
/openbsd-current/usr.sbin/tcpdump/
H A Dprint-gtp.c61 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) macro
H A Dprint-nsh.c44 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) macro
/openbsd-current/usr.bin/vi/common/
H A Dkey.c324 v_event_push(SCR *sp, EVENT *p_evp, CHAR_T *p_s, size_t nitems, u_int flags) argument
/openbsd-current/usr.bin/ctfconv/
H A Dctfconv.c42 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) macro
/openbsd-current/usr.sbin/npppctl/
H A Dnpppctl.c45 #define nitems(_x) (sizeof(_x) / sizeof(_x[0])) macro
/openbsd-current/sbin/wsconsctl/
H A Dmousecfg.c35 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) macro
/openbsd-current/regress/lib/libcrypto/bio/
H A Dbio_chain.c27 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) macro
[all...]
/openbsd-current/sys/sys/
H A Dparam.h204 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) macro
/openbsd-current/usr.sbin/npppd/npppd/
H A Dradius_req.c51 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) macro
/openbsd-current/lib/libcrypto/ec/
H A Dec_curve.c2461 EC_get_builtin_curves(EC_builtin_curve *r, size_t nitems) argument
/openbsd-current/usr.sbin/lpr/common_source/
H A Ddisplayq.c96 int i, rank, nitems, fd, ret, len; local
/openbsd-current/usr.sbin/radiusd/
H A Dradiusd_local.h128 #define nitems(_x) (sizeof((_x)) / sizeof((_x)[0])) macro
H A Dradiusd_radius.c114 #define nitems(_x) (sizeof((_x)) / sizeof((_x)[0])) macro
/openbsd-current/lib/libc/gen/
H A Dfts.c76 int nitems; local
555 int nitems, cderrno, descend, level, nlinks, nostat, doadjust; local
870 fts_sort(FTS *sp, FTSENT *head, int nitems) argument
[all...]
/openbsd-current/usr.bin/ctfdump/
H A Dctfdump.c40 #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) macro

Completed in 352 milliseconds

1234