/openbsd/include/ |
H A D | ctype.h | 221 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 D | siphash.h | 72 #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 D | siphash.h | 76 #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 D | setlocale.c | 28 #define test_setlocale(_e, _c, _l) _test_setlocale(_e, _c, _l, __LINE__) argument
|
/openbsd/usr.sbin/radiusd/ |
H A D | log.c | 71 #define NV(_l) { _l, #_l } in vlog() argument
|
/openbsd/lib/libkvm/ |
H A D | kvm_proc2.c | 295 #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 D | mpls.h | 145 #define MPLS_LABEL2SHIM(_l) (htonl((_l) << MPLS_LABEL_OFFSET)) argument
|
/openbsd/sys/dev/ic/ |
H A D | nvmevar.h | 154 #define nvme_barrier(_s, _r, _l, _f) \ argument
|
H A D | mpi.c | 196 #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 D | athvar.h | 518 #define ath_hal_fill_tx_desc(_ah, _ds, _l, _first, _last) \ argument
|
/openbsd/sys/net/ |
H A D | if_var.h | 315 #define sysctl_niq(_n, _l, _op, _olp, _np, _nl, _niq) \ argument
|
/openbsd/gnu/usr.bin/binutils/include/coff/ |
H A D | rs6000.h | 248 } _l; member
|
H A D | xcoff.h | 187 _l; member
|
/openbsd/gnu/usr.bin/binutils-2.17/include/coff/ |
H A D | rs6000.h | 248 } _l; member
|
H A D | xcoff.h | 187 _l; member
|
/openbsd/sys/sys/ |
H A D | tree.h | 978 #define RBT_SET_LEFT(_name, _elm, _l) _name##_RBT_SET_LEFT(_elm, _l) argument
|
/openbsd/sys/dev/pci/ |
H A D | vmwpvs.c | 335 #define vmwpvs_barrier(_s, _r, _l, _d) \ argument
|
H A D | if_myx.c | 192 #define myx_bus_space_write(_sc, _o, _a, _l) \ argument
|
H A D | if_iavf.c | 711 #define iavf_barrier(_s, _r, _l, _o) \ argument
|
H A D | if_ixl.c | 1501 #define ixl_barrier(_s, _r, _l, _o) \ argument
|
/openbsd/sys/netinet/ |
H A D | ip_carp.c | 269 #define carp_cksum(_m, _l) ((u_int16_t)in_cksum((_m), (_l))) argument
|