Home
last modified time | relevance | path

Searched defs:_l (Results 1 – 21 of 21) sorted by relevance

/openbsd/include/
H A Dctype.h221 isalnum_l(int _c, locale_t _l __attribute__((__unused__))) in isalnum_l()
227 isalpha_l(int _c, locale_t _l __attribute__((__unused__))) in isalpha_l()
233 isblank_l(int _c, locale_t _l __attribute__((__unused__))) in isblank_l()
239 iscntrl_l(int _c, locale_t _l __attribute__((__unused__))) in iscntrl_l()
245 isdigit_l(int _c, locale_t _l __attribute__((__unused__))) in isdigit_l()
251 isgraph_l(int _c, locale_t _l __attribute__((__unused__))) in isgraph_l()
257 islower_l(int _c, locale_t _l __attribute__((__unused__))) in islower_l()
263 isprint_l(int _c, locale_t _l __attribute__((__unused__))) in isprint_l()
269 ispunct_l(int _c, locale_t _l __attribute__((__unused__))) in ispunct_l()
275 isspace_l(int _c, locale_t _l __attribute__((__unused__))) in isspace_l()
[all …]
H A Dsiphash.h72 #define SipHash24_Update(_c, _p, _l) SipHash_Update((_c), 2, 4, (_p), (_l)) argument
75 #define SipHash24(_k, _p, _l) SipHash((_k), 2, 4, (_p), (_l)) argument
78 #define SipHash48_Update(_c, _p, _l) SipHash_Update((_c), 4, 8, (_p), (_l)) argument
81 #define SipHash48(_k, _p, _l) SipHash((_k), 4, 8, (_p), (_l)) argument
/openbsd/sys/crypto/
H A Dsiphash.h76 #define SipHash24_Update(_c, _p, _l) SipHash_Update((_c), 2, 4, (_p), (_l)) argument
79 #define SipHash24(_k, _p, _l) SipHash((_k), 2, 4, (_p), (_l)) argument
82 #define SipHash48_Update(_c, _p, _l) SipHash_Update((_c), 4, 8, (_p), (_l)) argument
85 #define SipHash48(_k, _p, _l) SipHash((_k), 4, 8, (_p), (_l)) argument
/openbsd/regress/lib/libc/locale/setlocale/
H A Dsetlocale.c28 #define test_setlocale(_e, _c, _l) _test_setlocale(_e, _c, _l, __LINE__) argument
/openbsd/usr.sbin/radiusd/
H A Dlog.c71 #define NV(_l) { _l, #_l } in vlog() argument
/openbsd/lib/libkvm/
H A Dkvm_proc2.c295 #define do_copy_str(_d, _s, _l) kvm_read(kd, (u_long)(_s), (_d), (_l)-1) in kvm_proclist() argument
/openbsd/sys/netmpls/
H A Dmpls.h145 #define MPLS_LABEL2SHIM(_l) (htonl((_l) << MPLS_LABEL_OFFSET)) argument
/openbsd/sys/dev/ic/
H A Dnvmevar.h154 #define nvme_barrier(_s, _r, _l, _f) \ argument
H A Dmpi.c196 #define mpi_cfg_page(_s, _a, _h, _r, _p, _l) \ argument
199 #define mpi_ecfg_page(_s, _a, _h, _r, _p, _l) \ argument
H A Dathvar.h518 #define ath_hal_fill_tx_desc(_ah, _ds, _l, _first, _last) \ argument
/openbsd/sys/net/
H A Dif_var.h315 #define sysctl_niq(_n, _l, _op, _olp, _np, _nl, _niq) \ argument
/openbsd/gnu/usr.bin/binutils/include/coff/
H A Drs6000.h248 } _l; member
H A Dxcoff.h187 _l; member
/openbsd/gnu/usr.bin/binutils-2.17/include/coff/
H A Drs6000.h248 } _l; member
H A Dxcoff.h187 _l; member
/openbsd/sys/sys/
H A Dtree.h978 #define RBT_SET_LEFT(_name, _elm, _l) _name##_RBT_SET_LEFT(_elm, _l) argument
/openbsd/sys/dev/pci/
H A Dvmwpvs.c335 #define vmwpvs_barrier(_s, _r, _l, _d) \ argument
H A Dif_myx.c192 #define myx_bus_space_write(_sc, _o, _a, _l) \ argument
H A Dif_iavf.c711 #define iavf_barrier(_s, _r, _l, _o) \ argument
H A Dif_ixl.c1501 #define ixl_barrier(_s, _r, _l, _o) \ argument
/openbsd/sys/netinet/
H A Dip_carp.c269 #define carp_cksum(_m, _l) ((u_int16_t)in_cksum((_m), (_l))) argument