Searched refs:un (Results 201 - 225 of 259) sorted by relevance

1234567891011

/openbsd-current/gnu/usr.bin/perl/ext/B/t/
H A DOptreeCheck.pm211 sampled from known-ok threaded and un-threaded bleadperl builds.
280 $err =~ m/Subroutine re::(un)?install redefined/ and return;
/openbsd-current/gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/
H A DPP.pm1416 my $un = pack('U*', $uni);
1417 utf8::encode( $un );
1418 return $un;
1423 my $un = pack('U', hex shift);
1424 utf8::encode( $un );
1425 return $un;
/openbsd-current/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/
H A DList.pm290 Many forms are mutually un-intelligible in spoken media.
474 Many forms are mutually un-intelligible in spoken media.
/openbsd-current/usr.sbin/eigrpctl/
H A Deigrpctl.c24 #include <sys/un.h>
/openbsd-current/usr.sbin/ldapd/
H A Dparse.y30 #include <sys/un.h>
/openbsd-current/usr.sbin/lpd/
H A Dparse.y29 #include <sys/un.h>
/openbsd-current/sbin/isakmpd/
H A Dsa.c35 #include <sys/un.h>
/openbsd-current/usr.sbin/smtpd/
H A Dsmtpctl.c24 #include <sys/un.h>
/openbsd-current/usr.sbin/httpd/
H A Dconfig.c22 #include <sys/un.h>
/openbsd-current/usr.sbin/bgplgd/
H A Dslowcgi.c27 #include <sys/un.h>
/openbsd-current/gnu/usr.bin/perl/lib/
H A Doverload.t1179 my ($two, $one, $un, $deux) = map {new Numify $_} 2, 1, 1, 2;
1182 my %map = (one => 1, un => 1, ein => 1, deux => 2, two => 2, zwei => 2);
2270 # and the correct un-utf8-ifying happen on regex compile
/openbsd-current/usr.sbin/vmctl/
H A Dmain.c22 #include <sys/un.h>
/openbsd-current/usr.sbin/unbound/smallapp/
H A Dunbound-control.c76 #include <sys/un.h>
/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dpat_advanced.t1683 /(?<un>a)(?<deux>c)?/; # second buffer won't capture
1684 is((join ",", sort keys %+), "un", $message);
1685 is((join ",", sort keys %-), "deux,un", $message);
/openbsd-current/gnu/usr.bin/perl/cpan/Socket/
H A DSocket.xs23 # include <sys/un.h>
/openbsd-current/gnu/usr.bin/perl/ext/B/B/
H A DConcise.pm412 ` *? <> ?? ?/ r/ c/ // qr s/ /c y/ = @= C sC Cp sp df un BM po +1 +I
1211 on threaded and un-threaded perls.
/openbsd-current/usr.sbin/slowcgi/
H A Dslowcgi.c25 #include <sys/un.h>
/openbsd-current/usr.sbin/ospf6ctl/
H A Dospf6ctl.c23 #include <sys/un.h>
/openbsd-current/usr.bin/nc/
H A Dnetcat.c38 #include <sys/un.h>
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A Ddebugserver.cpp22 #include <sys/un.h>
/openbsd-current/usr.sbin/relayd/
H A Dagentx_control.c24 #include <sys/un.h>
/openbsd-current/usr.sbin/snmpd/
H A Dapplication_agentx.c22 #include <sys/un.h>
/openbsd-current/usr.bin/tcpbench/
H A Dtcpbench.c26 #include <sys/un.h>
/openbsd-current/usr.sbin/unbound/dnstap/
H A Dunbound-dnstap-socket.c51 #include <sys/un.h>
/openbsd-current/sys/kern/
H A Duipc_usrreq.c45 #include <sys/un.h>

Completed in 408 milliseconds

1234567891011