HomeSort by relevance Sort by last modified time
    Searched full:slash (Results 26 - 50 of 431) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/blktrace/btt/
trace.c 81 char *slash = strchr(iop->pdu, '/'); local
82 if (slash)
83 *slash = '\0';
  /external/iproute2/tc/
tc_util.c 172 char * slash = strchr(str, '/'); local
174 if (slash)
175 *slash = 0;
180 if (slash) {
184 if (get_integer(&cell, slash+1, 0))
186 *slash = '/';
310 char * slash = strchr(str, '/'); local
312 if (slash)
313 *slash = 0;
318 if (slash) {
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
Protocol.java 72 .append(SLASH)
74 .append(SLASH)
105 int slash = name_and_version.indexOf('/'); local
106 if (slash>0) {
107 this.protocolName = name_and_version.substring(0,slash);
108 this.protocolVersion = name_and_version.substring( slash+1 );
ContentLanguage.java 133 final int slash = languageTag.indexOf('-');
134 if (slash>=0) {
135 this.locale = new Locale(languageTag.substring(0,slash), languageTag.substring(slash+1) );
132 final int slash = languageTag.indexOf('-'); local
  /external/chromium/net/base/
net_util_win.cc 28 // will probably be preceeded with a slash, as in "/C:/foo.txt", so we
35 // URL contains a host: this means it's UNC. We keep the preceeding slash
net_util_posix.cc 35 // Collapse multiple path slashes into a single path slash.
  /external/ipsec-tools/src/libipsec/
policy_parse.h 56 SLASH = 272,
75 #define SLASH 272
  /system/core/init/
util.c 308 const char *slash; local
314 while ((slash = strchr(p, '/')) != NULL) {
315 width = slash - pathname;
316 p = slash + 1;
351 char *slash; local
354 slash = strrchr(newpath, '/');
355 if (!slash)
357 width = slash - newpath;
  /external/bison/lib/
stripslash.c 26 Return true if a trailing slash was removed.
  /external/skia/bench/
DecodeBench.cpp 24 fname += 1; // skip the slash
  /external/chromium/googleurl/src/
url_canon_fileurl.cc 59 // A drive spec is the start of a path, so we need to add a slash for the
60 // authority terminator (typically the third slash).
93 // Copies the rest of the path, starting from the slash following the
94 // drive colon (if any, Windows only), or the first slash of the path.
105 // No input path, canonicalize to a slash.
  /external/iproute2/ip/
iprule.c 274 char *slash; local
277 if ((slash = strchr(*argv, '/')) != NULL)
278 *slash = '\0';
282 if (slash) {
283 if (get_u32(&fwmask, slash+1, 0))
284 invarg("fwmask value is invalid\n", slash+1);
  /external/chromium/net/tools/dump_cache/
url_to_filename_encoder.h 103 static const char slash[] = { '/', '\0' }; local
105 ReplaceAll(slash, backslash, path);
  /external/expat/tests/
xmltest.sh 35 # reldir includes trailing slash
50 # reldir includes trailing slash
  /external/ipsec-tools/src/racoon/
prsa_par.h 60 SLASH = 276,
84 #define SLASH 276
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/regexp/
regress-9141.js 39 * var a = /(?:xx|x)*[slash](s);
40 * var b = /(xx|x)*[slash](s);
  /build/target/board/emulator/
tuttle2.kcm 35 SLASH '/' '/' '/' '?' '?' '\'
  /build/target/board/generic/
tuttle2.kcm 35 SLASH '/' '/' '/' '?' '?' '\'
  /device/htc/passion-common/
mahimahi-keypad.kl 74 key 53 SLASH
  /device/samsung/crespo/
qwerty.kl 74 key 53 SLASH
  /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/chromium/third_party/icu/source/tools/gencnval/
gencnval.1.in 77 Some tools in ICU depend on the presence of the trailing slash. It is thus
  /external/chromium/third_party/icu/source/tools/genuca/
genuca.8.in 81 Some tools in ICU depend on the presence of the trailing slash. It is thus
  /external/icu4c/tools/gencnval/
gencnval.1.in 77 Some tools in ICU depend on the presence of the trailing slash. It is thus
  /external/icu4c/tools/genuca/
genuca.8.in 81 Some tools in ICU depend on the presence of the trailing slash. It is thus

Completed in 363 milliseconds

12 3 4 5 6 7 8 91011>>