Searched defs:sep (Results 76 - 100 of 157) sorted by relevance

1234567

/external/wpa_supplicant_8/src/drivers/
H A Ddriver_roboswitch.c208 char *sep; local
211 sep = drv->ifname + os_strlen(drv->ifname);
212 *sep = '.';
221 *sep = '\0';
350 char *sep; local
359 sep = drv->ifname +
362 while (sep > drv->ifname && *sep != '.') sep--;
363 if (sep <
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_roboswitch.c208 char *sep; local
211 sep = drv->ifname + os_strlen(drv->ifname);
212 *sep = '.';
221 *sep = '\0';
350 char *sep; local
359 sep = drv->ifname +
362 while (sep > drv->ifname && *sep != '.') sep--;
363 if (sep <
[all...]
/external/chromium_org/sandbox/win/src/
H A Dsandbox_nt_util.cc430 wchar_t* sep = NULL; local
436 sep = &module_path->Buffer[ix];
442 if ((ix == start_pos) && sep)
446 if (!sep) {
447 sep = &module_path->Buffer[-1];
465 NTSTATUS ret = CopyData(out_string->Buffer, &sep[1], out_string->Length);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRenderTreeAsText.cpp93 TextStream& operator<<(TextStream& ts, TextStreamSeparator& sep) argument
95 if (sep.m_needToSeparate)
96 ts << sep.m_separator;
98 sep.m_needToSeparate = true;
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dicuzdump.cpp123 void setLineSeparator(const char* sep) { argument
124 linesep = sep;
311 << "\t-l <sep> : New line code type used in file outputs. CR or LF (default)"
/external/chromium_org/third_party/leveldatabase/src/doc/bench/
H A Ddb_bench_sqlite3.cc220 const char* sep = strchr(line, ':');
221 if (sep == NULL) {
224 Slice key = TrimSpace(Slice(line, sep - 1 - line));
225 Slice val = TrimSpace(Slice(sep + 1));
349 const char* sep = strchr(benchmarks, ','); local
351 if (sep == NULL) {
355 name = Slice(benchmarks, sep - benchmarks);
356 benchmarks = sep + 1;
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dloadlib.c351 const char *sep,
355 if (*sep != '\0') /* non-empty separator? */
356 name = luaL_gsub(L, name, sep, dirsep); /* replace it by 'dirsep' */
349 searchpath(lua_State *L, const char *name, const char *path, const char *sep, const char *dirsep) argument
H A Dlstrlib.c112 const char *sep = luaL_optlstring(L, 3, "", &lsep); local
123 memcpy(p, sep, lsep * sizeof(char)); p += lsep;
/external/fio/engines/
H A Drdma.c1055 char *sep, *portp, *modep; local
1072 sep = strchr(buf, '/');
1073 if (!sep)
1076 *sep = '\0';
1077 sep++;
1083 portp = sep;
1084 sep = strchr(portp, '/');
1085 if (sep) {
1086 *sep = '\0';
1087 modep = sep
[all...]
/external/icu/icu4c/source/tools/tzcode/
H A Dicuzdump.cpp123 void setLineSeparator(const char* sep) { argument
124 linesep = sep;
311 << "\t-l <sep> : New line code type used in file outputs. CR or LF (default)"
/external/iptables/extensions/
H A Dlibxt_conntrack.c580 const char *sep = " "; local
583 printf("%sINVALID", sep);
584 sep = ",";
587 printf("%sNEW", sep);
588 sep = ",";
591 printf("%sRELATED", sep);
592 sep = ",";
595 printf("%sESTABLISHED", sep);
596 sep = ",";
599 printf("%sUNTRACKED", sep);
615 const char *sep = " "; local
1116 const char *sep = ""; local
[all...]
/external/oprofile/gui/
H A Doprof_start.cpp997 string sep = "--separate="; local
1000 sep += "library,";
1002 sep += "kernel,";
1004 sep += "cpu,";
1006 sep += "thread,";
1008 if (sep == "--separate=")
1009 sep += "none";
1010 args.push_back(sep);
/external/ppp/pppd/
H A Dtty.c871 char *sep, *endp = NULL; local
878 sep = strchr(dest, ':');
879 if (sep != NULL)
880 port = strtol(sep+1, &endp, 10);
881 if (port < 0 || endp == sep+1 || sep == dest) {
885 *sep = 0;
891 *sep = ':';
896 *sep = ':';
/external/tcpdump/
H A Dprint-nfs.c897 char const *sep = ""; local
901 (void)printf("%s%x", sep, dp[i]);
902 sep = ":";
/external/chromium_org/base/strings/
H A Dstring_util.cc586 static STR JoinStringT(const std::vector<STR>& parts, const STR& sep) { argument
595 result += sep;
602 std::string JoinString(const std::vector<std::string>& parts, char sep) { argument
603 return JoinStringT(parts, std::string(1, sep));
606 string16 JoinString(const std::vector<string16>& parts, char16 sep) { argument
607 return JoinStringT(parts, string16(1, sep));
/external/chromium_org/chrome/third_party/mozilla_security_manager/
H A DnsNSSCertHelper.cpp954 std::string ProcessKeyUsageBitString(SECItem* bitstring, char sep) { argument
956 arraysize(key_usage_string_map), sep);
/external/chromium_org/courgette/
H A Dadjustment_method.cc164 const char* sep = ""; local
166 s += sep;
167 sep = ",";
/external/chromium_org/net/ftp/
H A Dftp_network_transaction.cc128 char sep = *(++ptr); local
129 if (!sep || isdigit(sep) || *(++ptr) != sep || *(++ptr) != sep)
138 if (*ptr != sep)
/external/chromium_org/third_party/icu/source/i18n/
H A Ddtfmtsym.cpp1394 UChar *sep = u_strchr(resStr, (UChar)0x003B /* ';' */); local
1395 if (sep != NULL) {
1401 fGmtHourFormats[GMT_NEGATIVE_HM].setTo(TRUE, sep + 1, -1);
1402 fGmtHourFormats[GMT_POSITIVE_HM].setTo(FALSE, resStr, (int32_t)(sep - resStr));
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpackage.cpp284 char *sep; local
291 sep=strchr(filename, 0)-strlen(name);
292 while((sep=strchr(sep, U_FILE_SEP_CHAR))!=NULL) {
293 if(sep!=filename) {
294 *sep=0; // truncate temporarily
301 *sep++=U_FILE_SEP_CHAR; // restore file separator character
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_bench.cc368 const char* sep = strchr(line, ':'); local
369 if (sep == NULL) {
372 Slice key = TrimSpace(Slice(line, sep - 1 - line));
373 Slice val = TrimSpace(Slice(sep + 1));
424 const char* sep = strchr(benchmarks, ','); local
426 if (sep == NULL) {
430 name = Slice(benchmarks, sep - benchmarks);
431 benchmarks = sep + 1;
/external/chromium_org/third_party/leveldatabase/src/util/
H A Denv_posix.cc220 const char* sep = strrchr(f, '/'); local
223 if (sep == NULL) {
227 dir = std::string(f, sep - f);
228 basename = sep + 1;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
H A Dxmlconfig.c358 XML_Char *end, *sep; local
363 sep = strchr (range, ':');
364 if (sep) { /* non-empty interval */
365 *sep = '\0';
367 !parseValue (&ranges[i].end, info->type, sep+1))
/external/deqp/modules/gles3/functional/
H A Des3fFboRenderTest.cpp222 static std::string join (const std::vector<T>& list, const std::string& sep) argument
229 out << sep; local
/external/icu/icu4c/source/i18n/
H A Dlocdspnm.cpp385 UnicodeString sep; local
386 langData.getNoFallback("localeDisplayPattern", "separator", sep);
387 if (sep.isBogus()) {
388 sep = UnicodeString("{0}, {1}", -1, US_INV);
391 separatorFormat = new MessageFormat(sep, status);

Completed in 2044 milliseconds

1234567