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

  /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) {
  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/arj/
ArjArchiveEntry.java 84 * {@link #isHostOsUnix considered to be Unix} stores time in a
89 * non-Unix system and a time taking the current timezone into
90 * account if the archive has beeen created on Unix.</p>
113 * File mode of this entry as Unix stat value.
115 * <p>Will only be non-zero of the host os was UNIX.
117 * @return the Unix mode
134 * that is considered a UNIX OS by arj?
136 * created on is considered a UNIX OS by arj
139 return getHostOs() == HostOs.UNIX || getHostOs() == HostOs.NEXT;
152 public static final int UNIX = 2
    [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;
396 switch(parser->state.UNIX.main) {
398 switch(parser->state.UNIX.sub.total_dirsize) {
401 parser->state.UNIX.sub.total_dirsize = PL_UNIX_TOTALSIZE_READING;
405 parser->state.UNIX.main = PL_UNIX_FILETYPE;
431 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/python/cpython2/Modules/
mmapmodule.c 3 / Hacked for Unix by AMK
25 #define UNIX
52 #ifdef UNIX
68 #endif /* UNIX */
108 #ifdef UNIX
130 #ifdef UNIX
138 #endif /* UNIX */
168 #ifdef UNIX
192 #ifdef UNIX
200 #endif /* UNIX */
    [all...]
  /external/python/cpython3/Modules/
mmapmodule.c 3 / Hacked for Unix by AMK
26 #define UNIX
53 #ifdef UNIX
69 #endif /* UNIX */
108 #ifdef UNIX
131 #ifdef UNIX
137 #endif /* UNIX */
174 #ifdef UNIX
197 #ifdef UNIX
205 #endif /* UNIX */
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cShadingLanguage420PackTests.hpp 610 * * Unix-style new line continuation:
612 * Run test with shader that contains line continuation and Unix-style (LF)
737 UNIX = 0,
    [all...]
  /external/guice/extensions/persist/lib/
commons-io.jar 
  /external/guice/extensions/struts2/lib/
commons-io-1.3.2.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-io-1.4.jar 
  /external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 502 milliseconds