HomeSort by relevance Sort by last modified time
    Searched full:slash (Results 1 - 25 of 443) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/util/
libecho.c 42 char *slash; local
49 while((slash = strrchr(f, '/')) != NULL)
50 *slash = '\\';
54 slash = strrchr(filepath, '\\');
56 if (slash) {
57 slash++;
58 *slash = 0;
  /external/bison/lib/
basename.c 33 NAME if it is empty, the address of its last slash otherwise. */
45 /* Treat multiple adjacent slashes like a single slash. */
49 /* If the file name ends in slash, use the trailing slash as
58 /* *P is a non-slash preceded by a slash. */
  /external/iptables/extensions/
libipt_NETMAP.c 73 char *slash; local
79 slash = strchr(arg, '/');
80 if (slash)
81 *slash = '\0';
88 if (slash) {
89 if (strchr(slash+1, '.')) {
90 ip = dotted_to_mask(slash+1);
93 slash+1);
97 if (string_to_number(slash+1, 0, 32, &bits) == -1)
99 slash+1)
    [all...]
libip6t_icmp6.c 119 char *slash; local
124 slash = strchr(buffer, '/');
126 if (slash)
127 *slash = '\0';
133 if (slash) {
134 if (string_to_number(slash+1, 0, 255, &number) == -1)
137 slash+1);
libipt_icmp.c 143 char *slash; local
148 slash = strchr(buffer, '/');
150 if (slash)
151 *slash = '\0';
157 if (slash) {
158 if (string_to_number(slash+1, 0, 255, &number) == -1)
161 slash+1);
  /external/qemu/distrib/sdl-1.2.12/src/main/qtopia/
SDL_qtopia_main.cc 21 int slash = appname.findRev("/"); local
22 if(slash != -1) { appname = appname.mid(slash+1); }
  /external/chromium/net/tools/flip_server/
url_to_filename_encoder.h 44 const std::string slash("/");
46 ReplaceAll(filename, backslash, slash);
88 char slash = '\\'; local
90 char slash = '/';
92 output.append(&slash, 1);
111 const std::string slash("/");
113 ReplaceAll(path, slash, backslash);
  /external/chromium/googleurl/src/
url_canon_path.cc 135 // Single dot followed by a slash.
136 *consumed_len = 1; // Consume the slash
149 // Double dot followed by a slash.
160 // Rewinds the output to the previous slash. It is assumed that the output
161 // ends with a slash and this doesn't count (we call this when we are
163 // slash).
165 // This will stop at the first slash (assumed to be at position
169 // It searches for a literal slash rather than including a backslash as well
172 // The output is guaranteed to end in a slash when this function completes.
180 return; // We're at the first slash, nothing to do
    [all...]
  /build/tools/fs_config/
fs_config.c 26 // trailing slash) on the stdin, and prints to stdout each input
28 // The leading slash should be stripped from the input.
40 // Note that the output will omit the trailing slash from
  /build/target/board/emulator/
tuttle2.kl 31 key 212 SLASH
70 key 53 SLASH
  /build/target/board/generic/
tuttle2.kl 31 key 212 SLASH
70 key 53 SLASH
  /external/iproute2/tc/
f_fw.c 47 char *slash; local
48 if ((slash = strchr(handle, '/')) != NULL)
49 *slash = '\0';
54 if (slash) {
55 if (get_u32(&mask, slash+1, 0)) {
  /external/nist-sip/java/gov/nist/javax/sip/stack/
HopImpl.java 101 int slash = hop.indexOf('/',colon); local
106 if (slash>0) {
107 portstr = hop.substring(colon+1,slash);
108 this.transport = hop.substring(slash+1);
119 if (slash>0) {
120 this.host = hop.substring(0,slash);
121 this.transport = hop.substring(slash+1);
  /external/ipsec-tools/src/libipsec/
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...]
  /bionic/libc/include/
fnmatch.h 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
  /development/ndk/platforms/android-3/include/
fnmatch.h 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
fnmatch.h 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
fnmatch.h 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
fnmatch.h 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
fnmatch.h 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
fnmatch.h 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
fnmatch.h 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
  /libcore/luni/src/test/java/tests/api/java/io/
FileTest.java 53 private String slash = File.separator; field in class:FileTest
104 if (!dirName.regionMatches((dirName.length() - 1), slash, 0, 1))
105 dirName += slash;
150 if (!fileName.regionMatches((fileName.length() - 1), slash, 0, 1))
151 fileName += slash;
176 if (!userDir.regionMatches((userDir.length() - 1), slash, 0, 1))
177 userDir += slash;
316 slash + "pa th" + slash + "another\u20ac" + slash
    [all...]
  /bootable/recovery/minzip/
DirUtil.c 69 /* Allocate a path that we can modify; stick a slash on
80 /* Strip everything after the last slash.
94 c[1] = '\0'; // Terminate after the slash we found.
96 /* Make sure that the path ends in a slash.
126 * We know that we'll see a slash before the NUL,
  /frameworks/base/core/java/android/webkit/
FileLoader.java 117 int slash = mPath.indexOf('/'); local
118 int dot = mPath.indexOf('.', slash);
119 if (slash == -1 || dot == -1) {
125 String subClassName = mPath.substring(0, slash);
126 String fieldName = mPath.substring(slash + 1, dot);

Completed in 481 milliseconds

1 2 3 4 5 6 7 8 91011>>