HomeSort by relevance Sort by last modified time
    Searched refs:SLASH (Results 1 - 18 of 18) sorted by null

  /external/ipsec-tools/src/libipsec/
policy_parse.h 56 SLASH = 272,
75 #define SLASH 272
policy_parse.y 144 %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 mode SLAS
    [all...]
  /external/ipsec-tools/src/racoon/
prsa_par.h 60 SLASH = 276,
84 #define SLASH 276
prsa_tok.l 81 \/ { return SLASH; }
prsa_par.y 143 %token ADDR4 ADDR6 ADDRANY SLASH NUMBER BASE64
282 | SLASH NUMBER { $$ = $2; }
  /external/bluetooth/glib/build/win32/dirent/
dirent.c 51 #define SLASH _T("\\")
101 nd = (_TDIR *) malloc (sizeof (_TDIR) + (_tcslen(szFullPath) + _tcslen (SLASH) +
114 /* Add on a slash if the path does not end with one. */
119 _tcscat (nd->dd_name, SLASH);
  /external/icu4c/tools/genrb/
read.c 28 #define SLASH 0x002F
339 if (c != SLASH) {
350 case SLASH: /* "//" */
368 return SLASH;
410 if (d != SLASH) {
  /external/jhead/
jhead.h 44 #define SLASH '\\'
46 #define SLASH '/'
jhead.c 364 while(a > 0 && FileName[a-1] != SLASH) a--;
498 for(PathLen = strlen(FileName);FileName[PathLen-1] != SLASH;){
550 if (FileName[a] == SLASH){
    [all...]
  /dalvik/libcore/support/src/test/java/tests/support/
Support_Configuration.java 364 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5;
384 if (mode == SLASH) {
443 mode = SLASH;
  /dalvik/libcore/luni/src/main/java/java/util/
Properties.java 85 private static final int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3,
310 // if mode is SLASH and no data is read, should append '\u0000'
312 if (mode == SLASH) {
341 if (mode == SLASH) {
413 mode = SLASH;
  /external/icu4c/i18n/
plurrule_impl.h 34 #define SLASH ((UChar)0x002F)
  /external/qemu/android/skin/
keyset.c 101 _KEYSYM1_(SLASH) \
  /external/icu4c/common/
ucnv_u7.c 834 #define SLASH 0x2f
843 #define FROM_BASE64_IMAP(c) ((c)==COMMA ? 63 : (c)==SLASH ? -1 : fromBase64[c])
    [all...]
  /external/qemu/android/
hw-events.h 97 KEY_CODE(SLASH ,53) \
  /external/opencore/nodes/pvmp4ffcomposernode/src/
pvmp4ffcn_node.cpp 264 #define SLASH '/'
    [all...]
  /prebuilt/common/jython/
jython.jar 
  /external/srec/config/en.us/dictionary/
c0.6 102 /SLASH S L AE1 SH
    [all...]

Completed in 1143 milliseconds