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

1 2

  /external/valgrind/coregrind/m_syswrap/
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...]
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...]
  /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) {
  /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/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...]
  /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.
  /external/guice/extensions/persist/lib/
commons-io.jar 
  /external/guice/extensions/struts2/lib/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-io-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.4/
commons-io-1.4.jar 
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /prebuilts/tools/common/offline-m2/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/tools/common/offline-m2/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /prebuilts/devtools/tools/lib/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 638 milliseconds

1 2