OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:slash
(Results
26 - 50
of
1294
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/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/jarjar/src/main/com/tonicsystems/jarjar/
PackageRemapper.java
62
int
slash
= s.lastIndexOf('/');
local
64
if (
slash
< 0) {
68
end = s.substring(
slash
+ 1);
69
s = s.substring(0,
slash
+ 1) + RESOURCE_SUFFIX;
/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
. */
/development/ndk/platforms/android-L/include/
fnmatch.h
39
#define FNM_PATHNAME 0x02 /*
Slash
must be matched by
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
. */
/prebuilts/ndk/7/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-4/arch-arm/usr/include/
fnmatch.h
39
#define FNM_PATHNAME 0x02 /*
Slash
must be matched by
slash
. */
Completed in 5040 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>