Searched defs:SEP (Results 1 - 20 of 20) sorted by relevance

/external/openssh/
H A Dcompat.c179 #define SEP "," macro
189 for ((p = strsep(&q, SEP)); p && *p != '\0'; (p = strsep(&q, SEP))) {
H A Dmatch.c239 #define SEP "," macro
250 for ((p = strsep(&sp, SEP)), i=0; p && *p != '\0';
251 (p = strsep(&sp, SEP)), i++) {
259 for ((p = strsep(&cp, SEP)), i=0; p && *p != '\0';
260 (p = strsep(&cp, SEP)), i++) {
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DFileHandlerTest.java69 final static String SEP = File.separator; field in class:FileHandlerTest
86 File file = new File(TEMPPATH + SEP + "log");
125 reset(TEMPPATH + SEP + "log", "");
180 FileOutputStream output = new FileOutputStream(TEMPPATH + SEP + "log"
181 + SEP + "java1.test.0");
185 assertFileContent(TEMPPATH + SEP + "log", "java1.test.0", h
208 assertFileContent(TEMPPATH + SEP + "log", "java0.test.0",
271 + SEP + filename));
301 file = new File(homepath + SEP + filename);
315 file = new File(homepath + SEP
[all...]
/external/chromium_org/chrome/common/extensions/
H A Dextension_file_util_unittest.cc296 #define SEP "\\" macro
298 #define SEP "/" macro
327 #undef SEP macro
/external/chromium_org/third_party/icu/source/test/intltest/
H A Djamotest.cpp21 // SEP is the disambiguation separator used by Latin-Jamo and Jamo-Latin
22 #define SEP "-" macro
115 //"bag" SEP "gga", "(Bi)(A)(Gf)" SEP "(Gi)(EU)(Gi)(A)", "bag" SEP "geuga",
H A Dtsnmfmt.cpp409 const char *SEP = "============================================================\n"; local
433 logln(SEP);
438 logln(SEP);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
H A DRSSFeedUpdateEntryTask.java65 private static final String SEP = "----"; //$NON-NLS-1$ field in class:RSSFeedUpdateEntryTask
143 System.out.println(SEP);
145 System.out.println(SEP);
251 System.out.println(SEP); //$NON-NLS-1$
253 System.out.println(SEP); //$NON-NLS-1$
H A DRSSFeedAddEntryTask.java118 private static final String SEP = "----"; //$NON-NLS-1$ field in class:RSSFeedAddEntryTask
297 System.out.println(SEP); //$NON-NLS-1$
299 System.out.println(SEP); //$NON-NLS-1$
314 System.out.println(SEP); //$NON-NLS-1$
316 System.out.println(SEP); //$NON-NLS-1$
/external/icu4c/test/intltest/
H A Djamotest.cpp21 // SEP is the disambiguation separator used by Latin-Jamo and Jamo-Latin
22 #define SEP "-" macro
115 //"bag" SEP "gga", "(Bi)(A)(Gf)" SEP "(Gi)(EU)(Gi)(A)", "bag" SEP "geuga",
H A Dtsnmfmt.cpp420 const char *SEP = "============================================================\n"; local
444 logln(SEP);
449 logln(SEP);
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPDate.java87 public static final String SEP = "Sep"; field in class:SIPDate
229 sipMonth = SEP;
437 } else if (sipMonth.compareToIgnoreCase(SEP) == 0) {
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DTokenNames.java74 public static final String SEP = SIPDate.SEP; field in interface:TokenNames
/external/openssh/openbsd-compat/
H A Dglob.c90 #define SEP '/' macro
602 *pathend++ = SEP;
608 pathend[-1] != SEP) && (S_ISDIR(sb.st_mode) ||
614 *pathend++ = SEP;
624 while (*p != EOS && *p != SEP) {
635 while (*pattern == SEP) {
698 *pathend++ = SEP;
/external/smack/src/org/xbill/DNS/
H A DWKSRecord.java120 public static final int SEP = 33; field in class:WKSRecord.Protocol
190 protocols.add(SEP, "sep");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DfeedTools.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/releng/ org/eclipse/releng/util/ ...
/external/chromium_org/third_party/icu/source/common/
H A Duloc_tag.c45 #define SEP '-' macro
324 if (*p == SEP) {
367 if (*p == SEP) {
1005 *(appendAt + reslen) = SEP;
1047 *(appendAt + reslen) = SEP;
1089 if (*p == SEP || *p == LOCALE_SEP || *p == 0) {
1152 *(appendAt + reslen) = SEP;
1333 *(appendAt + reslen) = SEP;
1344 *(appendAt + reslen) = SEP;
1353 *(appendAt + reslen) = SEP;
[all...]
/external/icu4c/common/
H A Duloc_tag.c55 #define SEP '-' macro
351 if (*p == SEP) {
394 if (*p == SEP) {
916 if (bcpType[i] == SEP) {
1076 *(appendAt + reslen) = SEP;
1118 *(appendAt + reslen) = SEP;
1160 if (*p == SEP || *p == LOCALE_SEP || *p == 0) {
1226 *(appendAt + reslen) = SEP;
1463 *(appendAt + reslen) = SEP;
1477 *(appendAt + reslen) = SEP;
[all...]
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 737 milliseconds