/external/libppp/src/ |
auth.c | 167 const char *slash; local 193 if ((slash = strrchr(name, '\\')) != NULL && slash[1]) { 195 name = slash + 1; 212 const char *slash; local 262 if ((slash = strrchr(name, '\\')) != NULL && slash[1]) { 264 name = slash + 1; 295 const char *slash; local 318 if ((slash = strrchr(name, '\\')) != NULL && slash[1]) 346 const char *slash; local [all...] |
/bionic/libc/unistd/ |
fnmatch.c | 151 const int slash = !!(flags & FNM_PATHNAME); local 187 if (slash && (**pattern == '/')) 208 * or ranges containing a slash in FNM_PATHNAME mode pattern 211 if (!**pattern || (slash && (**pattern == '/'))) 245 if (!**string || (slash && (**string == '/'))) 261 /* Refuse to advance over trailing slash or nulls 263 if (!**string || !**pattern || (slash && ((**string == '/') || (**pattern == '/')))) 277 const int slash = !!(flags & FNM_PATHNAME); local 302 if (slash && escape && (*pattern == '\\') && (pattern[1] == '/')) 304 if (slash && (*pattern == '/') && (*string == '/')) [all...] |
/external/bison/lib/ |
progname.c | 46 const char *slash; local 59 slash = strrchr (argv0, '/'); 60 base = (slash != NULL ? slash + 1 : argv0);
|
/external/chromium_org/ppapi/shared_impl/ |
file_ref_util.h | 30 // If path ends with a slash, normalize it away unless it's the root path.
|
/external/chromium_org/tools/gn/ |
path_output.cc | 37 // Writing system root is always a slash (this will normally only come up 43 // The inverse_current_dir_ will contain a [back]slash at the end, so we 106 // Input begins with one slash, don't write the current directory since 109 // On Windows, trim the leading slash, since the input for absolute
|
/external/chromium_org/tools/gyp/test/win/ |
gyptest-macro-vcinstalldir.py | 21 # This fails on VS because the trailing slash escapes the trailing quote.
|
/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...] |
/external/qemu/pc-bios/keymaps/ |
en-us | 34 slash 0x35
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
lstat.c | 42 `ls' take into consideration the fact that FILE has a trailing slash 48 If FILE has a trailing slash and specifies a symbolic link, 66 /* FILE refers to a symbolic link and the name ends with a slash. 78 But it was specified via a name including a trailing slash.
|
/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. */
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldFileTest.java | 38 private String slash = File.separator; field in class:OldFileTest 81 if (!dirName.regionMatches((dirName.length() - 1), slash, 0, 1)) 82 dirName += slash; 116 if (!userDir.regionMatches((userDir.length() - 1), slash, 0, 1)) 117 userDir += slash; 173 assertTrue("Test 1: URL does not end with slash.", 214 if (!userDir.regionMatches((userDir.length() - 1), slash, 0, 1)) 215 userDir += slash;
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
dash-C | 48 $example .= "slash"; 53 "-C $workdir/ clean ext=slash",
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
fnmatch.h | 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/ |
fnmatch.h | 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/ |
fnmatch.h | 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
fnmatch.h | 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/ |
fnmatch.h | 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
fnmatch.h | 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/ |
fnmatch.h | 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/ |
fnmatch.h | 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/ |
fnmatch.h | 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/ |
fnmatch.h | 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/ |
fnmatch.h | 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/ |
fnmatch.h | 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
|