HomeSort by: relevance | last modified time | path
    Searched refs:Unix (Results 1 - 25 of 55) sorted by relevancy

1 2 3

  /src/crypto/external/apache2/openssl/dist/Configurations/platform/
AIX.pm 9 require platform::Unix;
10 @ISA = qw(platform::Unix);
24 return platform::Unix->staticname($_[1]) if $target{shared_target} eq "aix-solib";
39 return platform::Unix->sharedlib_simple($_[1], $_[0]->shlibextsimple());
45 return platform::Unix->sharedlib_simple($_[1]) if $target{shared_target} eq "aix-solib";
mingw.pm 9 require platform::Unix;
10 @ISA = qw(platform::Unix);
Unix.pm 1 package platform::Unix;
37 # No conversion of assembler extension on Unix
  /src/crypto/external/bsd/openssl/dist/Configurations/platform/
AIX.pm 9 require platform::Unix;
10 @ISA = qw(platform::Unix);
mingw.pm 9 require platform::Unix;
10 @ISA = qw(platform::Unix);
Unix.pm 1 package platform::Unix;
37 # No conversion of assembler extension on Unix
  /src/sys/rump/fs/lib/libv7fs/
Makefile 7 COMMENT=Unix 7th edition file system
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.ml 19 : ?unbuffered:bool -> Llvm.llmodule -> Unix.file_descr -> bool
27 write_bitcode_to_fd ?unbuffered m (Unix.descr_of_out_channel channel)
llvm_bitwriter.mli 24 : ?unbuffered:bool -> Llvm.llmodule -> Unix.file_descr -> bool
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
fallback.pm 41 Just like with B<lib>, this only works with Unix filepaths.
42 Just like with L<lib>, this doesn't mean that it only works on Unix, but that
43 non-Unix users must first translate their file paths to Unix conventions.
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
fallback.pm 41 Just like with B<lib>, this only works with Unix filepaths.
42 Just like with L<lib>, this doesn't mean that it only works on Unix, but that
43 non-Unix users must first translate their file paths to Unix conventions.
  /src/sys/external/bsd/acpica/dist/generate/release/
build.sh 19 # Unix packages convert the CR/LF terminators to LF only.
33 # unix - Generate Unix package (Intel license, LF line terminators)
34 # unix2 - Generate Unix package (dual license, LF line terminators)
69 echo " $0 source <win | unix | unix2>"
70 echo " $0 test <win | unix>"
95 # Convert all CR/LF pairs to Unix format (LF only)
98 echo "Starting CR/LF to LF (UNIX) full source conversion"
100 echo "Completed CR/LF to LF (UNIX) full source conversion"
173 # %1 - Target type (win or unix or unix2
    [all...]
  /src/external/gpl2/mkhybrid/dist/
magic 40 # standard unix compress
61 >9 byte =0x03 os: Unix
  /src/sys/external/bsd/acpica/dist/compiler/
readme.txt 29 1a) Notes for Linux/Unix generation
43 On Linux/Unix systems, the following commands will build the compiler:
45 cd acpica (or cd acpica/generate/unix)
  /src/external/bsd/ntp/dist/ntpsnmpd/
ntpsnmpd-opts.def 32 arg-default = "unix:/var/agentx/master";
36 The default "agent X socket" is the Unix Domain socket
37 @file{unix:/var/agentx/master}.
  /src/crypto/external/apache2/openssl/dist/
configdata.pm.in 7 # we must ensure that it returns a Unix style path. Mixing File::Spec
8 # and File::Spec::Unix does just that.
9 use File::Spec::Unix;
20 # Unix form /VOLUME/DIR1/DIR2/FILE, which is what VMS perl supports
27 # Reassemble it as a Unix path
29 $dirs = File::Spec::Unix->catdir('', $vol, @dirs);
30 $path = File::Spec::Unix->catpath('', $dirs, $file);
  /src/crypto/external/bsd/openssl/dist/
configdata.pm.in 7 # we must ensure that it returns a Unix style path. Mixing File::Spec
8 # and File::Spec::Unix does just that.
9 use File::Spec::Unix;
20 # Unix form /VOLUME/DIR1/DIR2/FILE, which is what VMS perl supports
27 # Reassemble it as a Unix path
29 $dirs = File::Spec::Unix->catdir('', $vol, @dirs);
30 $path = File::Spec::Unix->catpath('', $dirs, $file);
  /src/external/apache2/llvm/lib/libLLVMSupport/
Makefile 149 .PATH: ${LLVM_SRCDIR}/lib/Support/Unix
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Program.inc 1 //===- llvm/Support/Unix/Program.cpp -----------------------------*- C++ -*-===//
9 // This file implements the Unix specific portion of the Program class.
14 //=== WARNING: Implementation here must contain only generic UNIX code that
15 //=== is guaranteed to work on *all* UNIX variants.
20 #include "Unix.h"
187 "currently not supported on Unix!");
315 // If the execve() failed, we should exit. Follow Unix protocol and
509 // Do nothing, as Unix doesn't differentiate between text and binary.
514 // Do nothing, as Unix doesn't differentiate between text and binary.
  /src/external/bsd/ntp/dist/util/
ntp-keygen-opts.def 329 If no password is specified, the host name returned by the Unix
461 Running the program as other than root and using the Unix
605 by the Unix
1013 By default, the password is the string returned by the Unix
1034 By default, the password is the string returned by the Unix
1058 is not specified, the default host name is the string returned by the Unix
1160 The second line contains the datestamp in conventional Unix
  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Path.inc 1474 native(Result); // Some Unix-like shells use Unix path separator in $TMP.
  /src/crypto/external/apache2/openssl/dist/Configurations/
descrip.mms.tmpl 21 # Reassemble it as a Unix path
23 return File::Spec::Unix->catpath(
24 '', File::Spec::Unix->catdir('', $vol ? $vol : (), @dirs), $file);
210 # help by specifying extra relative directories. They must always be in Unix
819 use File::Spec::Unix;
837 # On Unix platforms, we depend on {shlibname}.so
848 # 2. For optimal usage, include directory paths must be in Unix form,
855 # To resolve 2, we convert all include directory specs we get to Unix,
1420 # On Unix and on Windows, the corresponding maneuver goes through
1428 # symbols, to mimic the way linking work on Unix and Windows, and s
    [all...]
  /src/crypto/external/bsd/openssl/dist/Configurations/
descrip.mms.tmpl 21 # Reassemble it as a Unix path
23 return File::Spec::Unix->catpath(
24 '', File::Spec::Unix->catdir('', $vol ? $vol : (), @dirs), $file);
210 # specifying extra relative directories. They must always be in Unix format,
781 use File::Spec::Unix;
799 # On Unix platforms, we depend on {shlibname}.so
810 # 2. For optimal usage, include directory paths must be in Unix form,
817 # To resolve 2, we convert all include directory specs we get to Unix,
1338 # On Unix and on Windows, the corresponding maneuver goes through
1346 # symbols, to mimic the way linking work on Unix and Windows, and s
    [all...]
  /src/external/gpl2/rcs/dist/src/
conf.sh 548 /* This is incompatible with Posix and Unix. */
568 /* This may need changing on non-Unix systems (notably DOS). */
2123 /* single user OS -- not Posix or Unix */
  /src/sys/arch/m68k/060sp/dist/
os.s 74 # The result is that Unix processes are allowed to sleep as a consequence

Completed in 41 milliseconds

1 2 3