/openbsd-src/gnu/usr.bin/perl/cpan/Perl-OSType/lib/Perl/ |
H A D | OSType.pm | 18 aix Unix 19 bsdos Unix 20 beos Unix 21 bitrig Unix 22 dgux Unix 23 dragonfly Unix 24 dynixptx Unix 25 freebsd Unix 26 linux Unix 27 haiku Unix [all …]
|
/openbsd-src/usr.bin/mandoc/ |
H A D | att.c | 31 LINE("v1", "Version\\~1 AT&T UNIX"); in mdoc_a2att() 32 LINE("v2", "Version\\~2 AT&T UNIX"); in mdoc_a2att() 33 LINE("v3", "Version\\~3 AT&T UNIX"); in mdoc_a2att() 34 LINE("v4", "Version\\~4 AT&T UNIX"); in mdoc_a2att() 35 LINE("v5", "Version\\~5 AT&T UNIX"); in mdoc_a2att() 36 LINE("v6", "Version\\~6 AT&T UNIX"); in mdoc_a2att() 37 LINE("v7", "Version\\~7 AT&T UNIX"); in mdoc_a2att() 38 LINE("32v", "Version\\~7 AT&T UNIX/32V"); in mdoc_a2att() 39 LINE("III", "AT&T System\\~III UNIX"); in mdoc_a2att() 40 LINE("V", "AT&T System\\~V UNIX"); in mdoc_a2att() [all …]
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | inf-child.c | 2 Unix. 58 /* This version of Unix doesn't require a meaningful "post attach" in inf_child_post_attach() 76 error ("Use the \"run\" command to start a Unix child process."); in inf_child_open() 82 /* This version of Unix doesn't require a meaningful "post startup in inf_child_post_startup_inferior() 89 /* This version of Unix doesn't require a meaningful "acknowledge in inf_child_acknowledge_created_inferior() 96 /* This version of Unix doesn't support notification of fork in inf_child_insert_fork_catchpoint() 104 /* This version of Unix doesn't support notification of fork in inf_child_remove_fork_catchpoint() 112 /* This version of Unix doesn't support notification of vfork in inf_child_insert_vfork_catchpoint() 120 /* This version of Unix doesn't support notification of vfork in inf_child_remove_vfork_catchpoint() 128 /* This version of Unix doesn't support following fork or vfork in inf_child_follow_fork() [all …]
|
H A D | inftarg.c | 1 /* Target-vector operations for controlling Unix child processes, for GDB. 220 /* This version of Unix doesn't require a meaningful "post attach" in child_post_attach() 283 error ("Use the \"run\" command to start a Unix child process."); in child_open() 324 /* Start an inferior Unix child process and sets inferior_ptid to its pid. 348 /* This version of Unix doesn't require a meaningful "post startup inferior" in child_post_startup_inferior() 358 /* This version of Unix doesn't require a meaningful "acknowledge created inferior" in child_acknowledge_created_inferior() 369 /* This version of Unix doesn't support notification of fork events. */ in child_insert_fork_catchpoint() 378 /* This version of Unix doesn't support notification of fork events. */ in child_remove_fork_catchpoint() 387 /* This version of Unix doesn't support notification of vfork events. */ in child_insert_vfork_catchpoint() 396 /* This version of Unix doesn't support notification of vfork events. */ in child_remove_vfork_catchpoint() [all …]
|
/openbsd-src/regress/usr.bin/ssh/ |
H A D | multiplex.sh | 91 rm -f ${COPY} $OBJ/unix-[123].fwd 93 trace "forward over UNIX and check result" 94 $NC -N -Ul $OBJ/unix-1.fwd < ${DATA} > /dev/null & 96 ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -L$OBJ/unix-2.fwd:$OBJ/unix-1.fwd otherhost >>$TEST_SSH_LOGFILE 2>&1 97 ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -R$OBJ/unix-3.fwd:$OBJ/unix-2.fwd otherhost >>$TEST_SSH_LOGFILE 2>&1 99 $NC -U $OBJ/unix-3.fwd < /dev/null > ${COPY} 102 rm -f ${COPY} $OBJ/unix-[123].fwd 151 verbose "test $tid: cmd forward local (UNIX)" [all...] |
/openbsd-src/gnu/usr.bin/perl/dist/IO/lib/IO/Socket/ |
H A D | UNIX.pm | 1 # IO::Socket::UNIX.pm 7 package IO::Socket::UNIX; 16 IO::Socket::UNIX->register_domain( AF_UNIX ); 73 IO::Socket::UNIX - Object interface for AF_UNIX domain sockets 77 use IO::Socket::UNIX; 79 my $SOCK_PATH = "$ENV{HOME}/unix-domain-socket-test.sock"; 82 my $server = IO::Socket::UNIX->new( 94 my $client = IO::Socket::UNIX->new( 103 C<IO::Socket::UNIX> provides an object interface to creating and using sockets 113 Creates an C<IO::Socket::UNIX> objec [all...] |
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/ |
H A D | README.txt | 1 llvm/lib/Support/Unix README 5 are common to two or more variants of UNIX. For example, the directory 8 Unix - only code that is truly generic to all UNIX platforms 9 Posix - code that is specific to Posix variants of UNIX 10 SUS - code that is specific to the Single Unix Specification 11 SysV - code that is specific to System V variants of UNIX
|
/openbsd-src/regress/usr.sbin/syslogd/ |
H A D | args-maxunix.pl | 1 # The client writes messages to MAXUNIX unix domain sockets. 12 use IO::Socket::UNIX; 23 write_unix($self, "unix-$_.sock", $_); 31 options => [ map { ("-a" => "unix-$_.sock") } (1..(MAXUNIX-1)) ], 38 qr/ $host .* unix socket: /.get_testgrep() => MAXUNIX, 39 "/dev/log unix socket" => 1, 40 (map { " $_ unix socket: ".get_testgrep() => 1 } 1..MAXUNIX-1), 41 MAXUNIX." unix socket: ".get_testgrep() => 0,
|
/openbsd-src/gnu/usr.bin/perl/dist/PathTools/t/ |
H A D | Spec.t | 31 # making it more usable when running on (say) Unix but working with 41 foreach (qw(Unix Win32 VMS OS2 Mac Epoc Cygwin)) { 52 [ "Unix->case_tolerant()", '0' ], 54 [ "Unix->catfile('a','b','c')", 'a/b/c' ], 55 [ "Unix->catfile('a','b','./c')", 'a/b/c' ], 56 [ "Unix->catfile('./a','b','c')", 'a/b/c' ], 57 [ "Unix->catfile('c')", 'c' ], 58 [ "Unix->catfile('./c')", 'c' ], 59 [ "Unix->catfile('a', 'b'.chr(0xaf))", 'a/b'.chr(0xaf) ], 61 [ "Unix->catfile('a', do { my \$x = 'b'.chr(0xaf); use utf8 (); utf8::upgrade(\$x); \$x })", 'a/b… [all …]
|
/openbsd-src/gnu/usr.bin/perl/ext/VMS-Filespec/lib/VMS/ |
H A D | Filespec.pm | 2 # of VMS and Unix file specification syntax. 10 VMS::Filespec - convert between VMS and Unix file specification syntax 16 $vmsspec = vmsify('/my/Unix/file/specification'); 18 $path = pathify('my:[VMS.or.Unix.directory]specification.dir'); 19 $dirfile = fileify('my:[VMS.or.Unix.directory.specification]'); 20 $vmsdir = vmspath('my/VMS/or/Unix/directory/specification.dir'); 21 $unixdir = unixpath('my:[VMS.or.Unix.directory]specification.dir'); 22 candelete('my:[VMS.or.Unix]file.specification'); 30 Unix syntax when processing file specifications. This is useful when 33 ability to easily concatenate Unix-style specifications). In [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
H A D | intrin.def | 14 DEFNAME ("ABORT", "abort", "Abort", genNONE, specABORT) /* UNIX */ 16 DEFNAME ("ACCESS", "access", "Access", genNONE, specACCESS) /* UNIX */ 28 DEFNAME ("ALARM", "alarm", "Alarm", genNONE, specALARM) /* UNIX */ 48 DEFNAME ("BESJ0", "besj0", "BesJ0", genNONE, specBESJ0) /* UNIX */ 49 DEFNAME ("BESJ1", "besj1", "BesJ1", genNONE, specBESJ1) /* UNIX */ 50 DEFNAME ("BESJN", "besjn", "BesJN", genNONE, specBESJN) /* UNIX */ 51 DEFNAME ("BESY0", "besy0", "BesY0", genNONE, specBESY0) /* UNIX */ 52 DEFNAME ("BESY1", "besy1", "BesY1", genNONE, specBESY1) /* UNIX */ 53 DEFNAME ("BESYN", "besyn", "BesYN", genNONE, specBESYN) /* UNIX */ 69 DEFNAME ("CHDIR", "chdir", "ChDir", genCHDIR, specNONE) /* UNIX */ [all …]
|
/openbsd-src/gnu/usr.bin/perl/lib/File/ |
H A D | Basename.pm | 29 # Where $path_separator is / for Unix, \ for Windows, etc... 78 # On Unix returns ("baz", "/foo/bar/", "") 84 # On Unix returns ("", "/foo/bar/baz/", "") 91 # On Unix returns ("baz", "/foo/bar/", ".txt") 94 If type is non-Unix (see L</fileparse_set_fstype>) then the pattern 118 # We're doing Unix emulation 120 $type = 'Unix'; 146 else { # Default to Unix semantics. 149 # dev:[000000] is top of VMS tree, similar to Unix '/' 187 This function is provided for compatibility with the Unix shell command [all …]
|
H A D | Basename.t | 15 ### Testing Unix 23 ok length fileparse_set_fstype('unix'), 'set fstype to unix'; 24 is( fileparse_set_fstype(), 'Unix', 'get fstype' ); 40 is(fileparse_set_fstype('VMS'), 'Unix', 'set fstype to VMS'); 121 fileparse_set_fstype 'UNIX'; 141 fileparse_set_fstype('Unix'); 154 fileparse_set_fstype('Unix'); 183 fileparse_set_fstype 'Unix';
|
/openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
H A D | mkhybrid.8 | 275 files in the iso9660 filesystem to a unix host, and provides information such 285 generally tries to form correct names by forcing the unix filename to upper 299 will attempt to recognise files stored in a number of Apple/Unix file formats 332 .\"from ftp://ftp.fokus.gmd.de/pub/unix/cdrecord 381 .I Unix 390 for editors under unix). 787 attempt to recognise files stored in one of the known Apple/Unix file formats. 803 mapped only if it is not one of the know Apple/Unix file formats. See the 812 is only used if a file is not one of the known Apple/Unix file formats, or 820 Disables searching for Apple/Unix files. This will speed up processing if [all …]
|
/openbsd-src/gnu/usr.bin/perl/t/io/ |
H A D | binmode.t | 16 skip('skip unix discipline without PerlIO layers', 1) 18 ok( binmode(STDERR, ":unix"), ' with unix discipline' ); 26 skip('skip unix discipline without PerlIO layers', 1) 28 ok( binmode(STDOUT, ":unix"), ' with unix discipline' );
|
H A D | layers.t | 60 # PERLIO UNIX-like DOS-like 62 # unset / "" unix perlio / stdio [1] unix crlf 63 # stdio unix perlio / stdio [1] stdio 64 # perlio unix perlio unix perlio 65 # mmap unix mmap unix mmap 68 # on the stdio implementation) and in Perl 5.8, otherwise "unix perlio" 71 # Get rid of "unix". 72 shift @$result if $result->[0] eq "unix"; 82 $result->[0] eq "unix" && 87 $result->[0] eq "unix" &&
|
/openbsd-src/regress/sys/kern/sosplice/error/ |
H A D | args-unix-EPROTONOSUPPORT.pl | 1 # test EPROTONOSUPPORT for splicing unix sockets 5 use IO::Socket::UNIX; 11 my $s = IO::Socket::UNIX->new( 15 my $ss = IO::Socket::UNIX->new( 20 and die "splice unix sockets succeeded";
|
/openbsd-src/share/tmac/mdoc/ |
H A D | doc-syms | 33 .\" NS Ux macro - UNIX 245 .\" Ns At macro - AT&T UNIX (this macro does not handle punctuation) 251 . if "\\$1"32v" \&Version 32V \\*(tNAT&T UNIX\\*(aa\\$2 252 . if "\\$1"v1" \&Version 1 \\*(tNAT&T UNIX\\*(aa\\$2 253 . if "\\$1"v2" \&Version 2 \\*(tNAT&T UNIX\\*(aa\\$2 254 . if "\\$1"v3" \&Version 3 \\*(tNAT&T UNIX\\*(aa\\$2 255 . if "\\$1"v4" \&Version 4 \\*(tNAT&T UNIX\\*(aa\\$2 256 . if "\\$1"v5" \&Version 5 \\*(tNAT&T UNIX\\*(aa\\$2 257 . if "\\$1"v6" \&Version 6 \\*(tNAT&T UNIX\\*(aa\\$2 258 . if "\\$1"v7" \&Version 7 \\*(tNAT&T UNIX\\*(aa\\$2 [all …]
|
/openbsd-src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/ |
H A D | Functions.pm | 38 require File::Spec::Unix; 53 if (exists($udeps{$meth}) && $sub == File::Spec::Unix->can($meth) && 55 File::Spec->can($_) != File::Spec::Unix->can($_) 57 defined(&{"File::Spec::Unix::_fn_$meth"})) { 58 *{$meth} = \&{"File::Spec::Unix::_fn_$meth"}; 82 For a reference of available functions, please consult L<File::Spec::Unix>, 124 File::Spec, File::Spec::Unix, File::Spec::Mac, File::Spec::OS2,
|
/openbsd-src/bin/ed/USD.doc/10.edadv/ |
H A D | ae7 | 146 `Unix' to `UNIX' and every `Gcos' to `GCOS' in a large number of files. 149 g/Unix/s//UNIX/g 182 As an example, suppose that we want to do the `Unix' to `UNIX' 188 sed \(fms/Unix/UNIX/g\(fm file1 file2 ... 191 `s/Unix/UNIX/g'
|
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/ |
H A D | Liblist.pm | 53 mean anything unless on Unix. See the details about those platform 108 Unix-OS/2 version in several respects: 115 C<-l> and C<-L> prefixes used by Unix linkers. If neither prefix is 118 their extensions to be portable to Unix or OS/2 should use the Unix 119 prefixes, since the Unix-OS/2 version of ext() requires them. 126 it also looks for I<lib>lib and libI<lib> to accommodate Unix conventions 144 In addition, an attempt is made to recognize several common Unix library 149 extensions originally designed for a Unix or VMS environment. If you 156 Unix-OS/2 version in several respects: 173 C<-l> and C<-L> prefixes used by Unix linkers. [all …]
|
/openbsd-src/bin/csh/USD.doc/ |
H A D | csh.g | 44 is in the UNIX User Reference manual in section 1. 117 specifies a shorter or different name for a UNIX 131 Commands in UNIX receive a list of 216 Most commands in UNIX are not built into the shell, 261 command is used to change the shell which you use on UNIX. 273 The next time you log in to UNIX after doing this command, 289 a directory within the UNIX system, is called a 298 The convention on UNIX is that the first word of a 338 `c' key. Usually UNIX prints an caret (^) followed by the 364 It is one of the most commonly used UNIX commands (1.6). [all …]
|
/openbsd-src/usr.bin/vi/docs/USD.doc/edit/ |
H A D | edittut.ms | 70 Its aim is to lead the beginning \s-2UNIX*\s+2 user through the 82 and the \s-2UNIX\s+2 documentation in general. 98 Making contact with \s-2UNIX\s+2\ \ \ 4 143 Issuing \s-2UNIX\s+2 commands from the editor\ \ \ 20 199 other features of \s-2UNIX\s0 will be very important to your work. 221 .IP UNIX 222 \s-2UNIX\s0 is a special type of program, 228 is the name of the \s-2UNIX\s0 text editor you will be learning to use, 234 Each \s-2UNIX\s0 account is allotted 243 You may create a file during one \s-2UNIX\s0 session, [all …]
|
/openbsd-src/gnu/usr.bin/perl/lib/ |
H A D | PerlIO.pm | 95 present; for example C<:perlio> will insert C<:unix> below itself for low 109 =item :unix 112 UNIX/POSIX numeric file descriptor calls 114 It is used even on non-Unix architectures, and most other layers operate on 131 C<:perlio> will insert a C<:unix> layer below itself to do low level IO. 200 want UNIX line endings on a platform that normally does CRLF translation, 296 To get an unbuffered stream specify an unbuffered layer (e.g. C<:unix>) 299 open(my $fh,"<:unix",$path) or die "open failed: $!"; 306 :unix:crlf 315 :unix:perlio [all …]
|
/openbsd-src/regress/usr.bin/mandoc/mdoc/At/ |
H A D | invalid.out_markdown | 5 **At-invalid** - handling of an invalid AT&T UNIX argument 10 AT&T UNIX 13 Version 7 AT&T UNIX 16 AT&T UNIX murks **bold**
|