Searched refs:_u (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dreg_pmod.t26 sub _u($$) { "$_[0] is ".(defined $_[1] ? "'$_[1]'" : "undef") } subroutine
62 is(${^PREMATCH}, $l,_u "$test_name: ^PREMATCH",$l);
63 is(${^MATCH}, $m,_u "$test_name: ^MATCH",$m );
64 is(${^POSTMATCH}, $r,_u "$test_name: ^POSTMATCH",$r );
/openbsd-current/usr.bin/dig/lib/isc/include/isc/
H A Dutil.h70 union { const void *k; void *v; } _u; \
71 _u.k = konst; \
72 var = _u.v; \
/openbsd-current/sys/sys/
H A Dsrp.h67 #define SRPL_RC_INITIALIZER(_r, _u, _c) { _r, SRP_GC_INITIALIZER(_u, _c) }
/openbsd-current/usr.sbin/sysmerge/
H A Dsysmerge.sh344 local _name _c _d _e _f _G _g _L _pass _s _u
360 while IFS=: read -r -- _name _pass _u _g _L _f _e _c _d _s
364 getent passwd ${_u} >/dev/null && \
365 sm_warn "Not adding user ${_name}, UID ${_u} already exists" && \
370 -g ${_g} ${_L} -s ${_s} -u ${_u} \
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp339 if (statp->_u._ext.nsaddrs[i] && statp->_u._ext.nssocks[i] != -1)
340 fds[cnt++] = statp->_u._ext.nssocks[i];
/openbsd-current/lib/libtls/
H A Dtls_internal.h299 int tls_password_cb(char *_buf, int _size, int _rwflag, void *_u);
/openbsd-current/sys/dev/ic/
H A Daacreg.h158 } _u; member in struct:aac_fib_header
/openbsd-current/sys/arch/hppa/hppa/
H A Dlocore.S680 b __CONCAT($name,_u)+16 ! \

Completed in 199 milliseconds