HomeSort by relevance Sort by last modified time
    Searched refs:UNIX (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
strip-10.d 8 OS/ABI:[ \t]+UNIX - GNU
  /external/valgrind/coregrind/m_syswrap/
syscall-x86-darwin.S 80 /* DO_SYSCALL MACH|MDEP|UNIX */
83 #define UNIX 3
138 .if $0 == UNIX
139 int $$0x80 /* UNIX (GrP fixme should be sysenter?) */
154 .if $0 == UNIX
155 /* UNIX: save carry flag to vex */
198 DO_SYSCALL UNIX
213 /* eg MK_L_SCLASS_N(UNIX,99) produces L_3_99
214 since UNIX is #defined to 3 at the top of this file */
245 ML_(blksys_setup_UNIX): .long MK_L_SCCLASS_N(UNIX,1
    [all...]
syscall-amd64-darwin.S 80 /* DO_SYSCALL MACH|MDEP|UNIX */
83 #define UNIX 3
151 .if $0 == UNIX
200 DO_SYSCALL UNIX
215 /* eg MK_L_SCLASS_N(UNIX,99) produces L_3_99
216 since UNIX is #defined to 3 at the top of this file */
247 ML_(blksys_setup_UNIX): .quad MK_L_SCCLASS_N(UNIX,1)
248 ML_(blksys_restart_UNIX): .quad MK_L_SCCLASS_N(UNIX,2)
249 ML_(blksys_complete_UNIX): .quad MK_L_SCCLASS_N(UNIX,3)
250 ML_(blksys_committed_UNIX): .quad MK_L_SCCLASS_N(UNIX,4
    [all...]
  /external/curl/lib/
ftplistparser.c 26 * 1) Unix version 1
28 * 2) Unix version 2
30 * 3) Unix version 3
32 * 4) Unix symlink
160 } UNIX;
402 switch (parser->state.UNIX.main) {
404 switch(parser->state.UNIX.sub.total_dirsize) {
407 parser->state.UNIX.sub.total_dirsize = PL_UNIX_TOTALSIZE_READING;
411 parser->state.UNIX.main = PL_UNIX_FILETYPE;
438 parser->state.UNIX.main = PL_UNIX_FILETYPE
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-unique/
unique.exp 159 if {! [check_osabi tmpdir/unique.o {UNIX - GNU}]} {
174 if {! [check_osabi tmpdir/unique_prog {UNIX - GNU}]} {
189 if {! [check_osabi tmpdir/unique_empty.o {UNIX - System V}]} {
204 if {! [check_osabi tmpdir/unique_shared.o {UNIX - GNU}]} {
219 if {! [check_osabi tmpdir/libunique_shared.so {UNIX - GNU}]} {
230 if {! [check_osabi tmpdir/libunique_shared_ref.so {UNIX - GNU}]} {
245 if {! [check_osabi tmpdir/unique_shared_prog {UNIX - System V}]} {
  /development/tools/line_endings/
line_endings.c 14 fprintf(stderr, "usage: line_endings unix|dos FILES\n"
16 "Convert FILES to either unix or dos line endings.\n");
28 enum { UNIX, DOS } ending;
35 if (0 == strcmp("unix", argv[1])) {
36 ending = UNIX;
81 if (ending == UNIX) {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
ifunc.exp 253 if {! [check_osabi tmpdir/libshared_ifunc.so {UNIX - GNU}]} {
257 if {! [check_osabi tmpdir/local_prog {UNIX - GNU}]} {
261 if {! [check_osabi tmpdir/static_prog {UNIX - GNU}]} {
265 if {! [check_osabi tmpdir/dynamic_prog {UNIX - System V}]} {
269 if {! [check_osabi tmpdir/static_nonifunc_prog {UNIX - System V}]} {
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/
DumperOptions.java 107 WIN("\r\n"), MAC("\r"), UNIX("\n");
131 return LineBreak.UNIX;
169 private LineBreak lineBreak = LineBreak.UNIX;
328 * Windows - "\r\n", old MacOS - "\r", Unix - "\n". The default value is the
329 * one for Unix.
  /prebuilts/go/darwin-x86/src/log/syslog/
doc.go 6 // service. It can send messages to the syslog daemon using UNIX
  /prebuilts/go/linux-x86/src/log/syslog/
doc.go 6 // service. It can send messages to the syslog daemon using UNIX
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/X64/
SwitchStack.S 20 # Convert UNIX to EFI ABI
Gasket.S 3 # Manage differenced between UNIX ABI and EFI/Windows ABI
7 # UNIX Arg passing: RDI, RSI, RDX, RCX, R8, R9
8 # RSI, RDI calle-save on EFI, scatch on UNIX callign
22 // Gaskets are EFI ABI to UNIX ABI calls
38 // EMU_THUNK_PROTOCOL gaskets (EFIAPI to UNIX ABI)
49 pushq %rsi // %rsi & %rdi are volatile in Unix and callee-save in EFI ABI
68 pushq %rsi // %rsi & %rdi are volatile in Unix and callee-save in EFI ABI
83 pushq %rsi // %rsi & %rdi are volatile in Unix and callee-save in EFI ABI
101 pushq %rsi // %rsi & %rdi are volatile in Unix and callee-save in EFI ABI
119 pushq %rsi // %rsi & %rdi are volatile in Unix and callee-save in EFI AB
    [all...]
  /external/libunwind/doc/
unw_is_signal_frame.tex 23 asynchronous interruption. For UNIX and UNIX-like platforms, such
libunwind-ia64.tex 197 \Type{ucontext\_t} (as defined by the Single UNIX Spec). This implies
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileSystemUtils.java 56 /** Operating system state flag for neither Unix nor Windows. */
60 /** Operating system state flag for Unix. */
61 private static final int UNIX = 2;
62 /** Operating system state flag for Posix flavour Unix. */
85 osName.indexOf("digital unix") != -1 ||
86 osName.indexOf("unix") != -1 ||
88 os = UNIX;
114 * bytes on Windows, 512 byte units on OS X and kilobytes on Unix.
127 * @param path the path to get free space for, not null, not empty on Unix
150 * It uses 'dir /-c' on Windows, 'df -kP' on AIX/HP-UX and 'df -k' on other Unix
    [all...]
  /external/v8/tools/testrunner/server/
daemon.py 34 do the UNIX double-fork magic, see Stevens' "Advanced
35 Programming in the UNIX Environment" for details (ISBN 0201563177)
36 http://www.erlenstar.demon.co.uk/unix/faq_2.html#SEC16
  /prebuilts/go/darwin-x86/src/syscall/
creds_test.go 18 // (PID, UID, GID) in an ancillary message between two UNIX
  /prebuilts/go/linux-x86/src/syscall/
creds_test.go 18 // (PID, UID, GID) in an ancillary message between two UNIX
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DumperOptionsTest.java 222 assertEquals("Unknown Line break must match UNIX line break.", "\n", lineBreak.getString());
231 assertEquals("Unknown Line break must match UNIX line break.", "\r", lineBreak.getString());
240 assertEquals("Unknown Line break must match UNIX line break.", "\r\n",
248 assertEquals("Unknown Line break must match UNIX line break.", "\n", lineBreak.getString());
331 DumperOptions.LineBreak lb = DumperOptions.LineBreak.UNIX;
332 assertEquals("Line break: UNIX", lb.toString());
  /external/libvorbis/doc/
05-comment.tex 66 The comment vectors are structured similarly to a UNIX environment variable.
  /prebuilts/go/darwin-x86/src/net/
server_test.go 128 {"unix", testUnixAddr()},
129 {"unix", "@nettest/go/unix"},
190 go transceiver(c, []byte("UNIX AND UNIXPACKET SERVER TEST"), trchs[i])
mockserver_test.go 18 // It also uses /tmp directory in case it is prohibited to create UNIX
50 case "unix", "unixpacket":
110 case "unix", "unixpacket":
  /prebuilts/go/linux-x86/src/net/
server_test.go 128 {"unix", testUnixAddr()},
129 {"unix", "@nettest/go/unix"},
190 go transceiver(c, []byte("UNIX AND UNIXPACKET SERVER TEST"), trchs[i])
mockserver_test.go 18 // It also uses /tmp directory in case it is prohibited to create UNIX
50 case "unix", "unixpacket":
110 case "unix", "unixpacket":
  /prebuilts/go/darwin-x86/src/runtime/
mstats.go 338 // nanoseconds since 1970 (the UNIX epoch).
358 // as nanoseconds since 1970 (the UNIX epoch).

Completed in 476 milliseconds

1 2 3 4