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

1 2 3 4 5 6 7 8 91011>>

  /external/bison/lib/
progname.c 46 const char *slash; local
59 slash = strrchr (argv0, '/');
60 base = (slash != NULL ? slash + 1 : argv0);
  /external/google-breakpad/src/processor/
pathname_stripper.cc 42 string::size_type slash = path.rfind('/'); local
46 if (slash != string::npos &&
47 (backslash == string::npos || slash > backslash)) {
48 file_start = slash + 1;
  /external/blktrace/btt/
trace.c 81 char *slash = strchr(iop->pdu, '/'); local
82 if (slash)
83 *slash = '\0';
  /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/toybox/toys/posix/
echo.c 65 int slash = *(c++), n = unescape(slash); local
68 else if (slash=='c') goto done;
69 else if (slash=='0') {
72 } else if (slash=='x') {
84 // Slash in front of unknown character, print literal.
  /external/iproute2/tc/
f_fw.c 45 char *slash; local
46 if ((slash = strchr(handle, '/')) != NULL)
47 *slash = '\0';
52 if (slash) {
53 if (get_u32(&mask, slash+1, 0)) {
  /external/nist-sip/java/gov/nist/javax/sip/header/
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
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 );
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
AlphaControlledSignalTileView.java 48 final SlashDrawable slash = getSlash(); local
49 if (slash != null) {
50 ((AlphaControlledSlashDrawable)slash).setFinalTintList(tint);
57 final SlashDrawable slash = new AlphaControlledSlashDrawable(getDrawable()); local
58 setSlash(slash);
59 slash.setAnimationEnabled(getAnimationEnabled());
60 setImageViewDrawable(slash);
67 * it not to disobey. The slash still will animate its alpha.
  /libcore/ojluni/src/main/java/sun/nio/fs/
AbstractFileTypeDetector.java 67 int slash = s.indexOf('/'); local
69 if (slash < 0)
71 String type = s.substring(0, slash).trim().toLowerCase(Locale.ENGLISH);
74 String subtype = (semicolon < 0) ? s.substring(slash + 1) :
75 s.substring(slash + 1, semicolon);
  /toolchain/binutils/binutils-2.25/gold/
main.cc 99 size_t slash = filename_str.rfind('/'); local
100 if (slash != std::string::npos)
101 filename_str = filename_str.c_str() + slash + 1;
  /bionic/libc/upstream-openbsd/lib/libc/gen/
fnmatch.c 150 const int slash = !!(flags & FNM_PATHNAME); local
186 if (slash && (**pattern == '/'))
209 * or ranges containing a slash in FNM_PATHNAME mode pattern
212 if (!**pattern || (slash && (**pattern == '/')))
251 if (!**string || (slash && (**string == '/')))
269 /* Refuse to advance over trailing slash or nulls
271 if (!**string || !**pattern || (slash && ((**string == '/') || (**pattern == '/'))))
285 const int slash = !!(flags & FNM_PATHNAME); local
306 if (slash && escape && (*pattern == '\\') && (pattern[1] == '/'))
308 if (slash && (*pattern == '/') && (*string == '/'))
    [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/mesa3d/src/mesa/drivers/dri/i915/
intel_regions.c 91 char *p = strings[i], *slash = strings[i]; local
94 slash = p;
98 DBG("%s:", slash);
  /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);
  /system/core/liblog/
pmsg_writer.c 214 char *cp, *slash; local
234 slash = strrchr(cp, '/');
235 if (slash) {
236 *slash = ':';
237 slash = strrchr(cp, '/');
238 if (slash) {
239 tag = slash + 1;
  /system/netd/server/
NetdConstants.cpp 91 const char *slash = strchr(prefix, '/'); local
92 const char *prefixlenString = slash + 1;
93 if (!slash || !*prefixlenString)
108 std::string addressString(prefix, slash - prefix);
  /external/curl/lib/
curl_ntlm_wb.c 119 char *slash, *domain = NULL; local
158 slash = strpbrk(username, "\\/");
159 if(slash) {
162 slash = domain + (slash - username);
163 *slash = '\0';
164 username = username + (slash - domain) + 1;
  /external/dtc/
srcpos.c 39 const char *slash = strrchr(path, '/'); local
41 if (slash) {
42 int len = slash - path;
  /external/iptables/extensions/
libip6t_icmp6.c 123 char *slash; local
128 slash = strchr(buffer, '/');
130 if (slash)
131 *slash = '\0';
137 if (slash) {
138 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX))
141 slash+1);
libipt_icmp.c 143 char *slash; local
148 slash = strchr(buffer, '/');
150 if (slash)
151 *slash = '\0';
157 if (slash) {
158 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX))
161 slash+1);
  /external/jarjar/src/main/com/tonicsystems/jarjar/util/
AntJarProcessor.java 82 int slash = file.lastIndexOf('/'); local
83 if (slash >= 0) {
84 String dir = file.substring(0, slash);
  /external/libusb/libusb/os/
linux_netlink.c 201 const char *tmp, *slash; local
260 slash = strrchr(tmp, '/');
261 if (!slash)
264 *busnum = (uint8_t)(strtoul(slash - 3, NULL, 10) & 0xff);
270 *devaddr = (uint8_t)(strtoul(slash + 1, NULL, 10) & 0xff);
283 slash = strrchr(tmp, '/');
284 if (slash)
285 *sys_name = slash + 1;
  /external/syslinux/mtools/
syslinux.c 133 int slash = 1; local
139 if (slash)
141 slash = 1;
143 slash = 0;
154 slash = 0;
160 if (!slash)
  /frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
SharedStorageAgent.java 75 int slash = relpath.indexOf('/'); local
76 if (slash > 0) {
78 int i = Integer.parseInt(relpath.substring(0, slash));
80 outFile = new File(mVolumes[i].getPath(), relpath.substring(slash + 1));
86 if (DEBUG) Slog.w(TAG, "Bad volume number token: " + relpath.substring(0, slash));

Completed in 2857 milliseconds

1 2 3 4 5 6 7 8 91011>>