Searched refs:SLASH (Results 1 - 25 of 45) sorted by relevance

12

/external/ipsec-tools/src/libipsec/
H A Dpolicy_parse.h56 SLASH = 272, enumerator in enum:yytokentype
75 #define SLASH 272 macro
H A Dpolicy_parse.y144 %token SLASH HYPHEN
287 : protocol SLASH mode SLASH addresses SLASH level
288 | protocol SLASH mode SLASH addresses SLASH
289 | protocol SLASH mode SLASH addresses
290 | protocol SLASH mod
[all...]
/external/ipsec-tools/src/racoon/
H A Dprsa_par.h60 SLASH = 276, enumerator in enum:yytokentype
84 #define SLASH 276 macro
H A Dprsa_tok.l81 \/ { return SLASH; }
H A Dprsa_par.y143 %token ADDR4 ADDR6 ADDRANY SLASH NUMBER BASE64
282 | SLASH NUMBER { $$ = $2; }
/external/nist-sip/java/gov/nist/core/
H A DSeparators.java41 public static final String SLASH = "/"; field in interface:Separators
H A DGenericObjectList.java56 protected static final String SLASH = Separators.SLASH; field in class:GenericObjectList
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DMediaRange.java114 .append(SLASH)
H A DProtocol.java72 .append(SLASH)
74 .append(SLASH)
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DUserAgentParser.java83 * server-val = product / comment product = token [SLASH
105 if (this.lexer.peekNextToken().getTokenType() == TokenTypes.SLASH) {
107 this.lexer.match(TokenTypes.SLASH);
H A DTokenTypes.java191 public static final int SLASH = (int) '/'; field in interface:TokenTypes
/external/openssh/regress/
H A Dsftp-glob.sh47 SLASH="${DIR}/g-sl\\ash"
55 test "x$nobs" = "x" && touch "${QSLASH}" "${ESLASH}" "${SLASH}"
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dread.c28 #define SLASH 0x002F macro
339 if (c != SLASH) {
350 case SLASH: /* "//" */
368 return SLASH;
410 if (d != SLASH) {
/external/icu4c/tools/genrb/
H A Dread.c29 #define SLASH 0x002F macro
341 if (c != SLASH) {
352 case SLASH: /* "//" */
370 return SLASH;
412 if (d != SLASH) {
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_Configuration.java221 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5;
241 if (mode == SLASH) {
300 mode = SLASH;
/external/chromium_org/third_party/angle_dx11/src/compiler/
H A Dglslang_tab.h141 SLASH = 342, enumerator in enum:yytokentype
H A Dglslang.l238 "/" { return SLASH; }
/external/chromium_org/third_party/icu/source/i18n/
H A Dselfmtimpl.h35 #define SLASH ((UChar)0x002F) macro
H A Dplurrule_impl.h34 #define SLASH ((UChar)0x002F) macro
/external/icu4c/i18n/
H A Dselfmtimpl.h30 #define SLASH ((UChar)0x002F) macro
H A Dplurrule_impl.h31 #define SLASH ((UChar)0x002F) macro
/external/jhead/
H A Djhead.h44 #define SLASH '\\' macro
46 #define SLASH '/' macro
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A DPython.g302 term: factor ((STAR | SLASH | PERCENT | DOUBLESLASH ) factor)*
410 SLASH : '/' ;
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkgitems.cpp217 static const UChar SLASH=0x2f; variable
240 for(i=0; i<length && alias[i]!=SLASH; ++i) {}
/external/icu4c/tools/toolutil/
H A Dpkgitems.cpp217 static const UChar SLASH=0x2f; variable
240 for(i=0; i<length && alias[i]!=SLASH; ++i) {}

Completed in 1075 milliseconds

12