Searched defs:sep (Results 1 - 25 of 100) sorted by relevance

1234

/external/icu4c/test/intltest/
H A Dtestutil.cpp40 UnicodeString TestUtility::hex(const UnicodeString& s, UChar sep) { argument
47 result.append(sep);
/external/linux-tools-perf/
H A Dbuiltin-list.c41 char *sep = strchr(argv[i], ':'), *s; local
44 if (sep == NULL) {
48 sep_idx = sep - argv[i];
/external/stlport/src/
H A Dnum_get.cpp88 bool _STLP_CALL __get_fdigit_or_sep(wchar_t& c, wchar_t sep, argument
90 if (c == sep) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DDistributionPointName.java108 String sep = System.getProperty("line.separator");
111 buf.append(sep);
114 appendObject(buf, sep, "fullName", name.toString());
118 appendObject(buf, sep, "nameRelativeToCRLIssuer", name.toString());
121 buf.append(sep);
125 private void appendObject(StringBuffer buf, String sep, String name, String value) argument
132 buf.append(sep);
136 buf.append(sep);
H A DDistributionPoint.java124 String sep = System.getProperty("line.separator");
127 buf.append(sep);
130 appendObject(buf, sep, "distributionPoint", distributionPoint.toString());
134 appendObject(buf, sep, "reasons", reasons.toString());
138 appendObject(buf, sep, "cRLIssuer", cRLIssuer.toString());
141 buf.append(sep);
145 private void appendObject(StringBuffer buf, String sep, String name, String value) argument
152 buf.append(sep);
156 buf.append(sep);
H A DIssuingDistributionPoint.java230 String sep = System.getProperty("line.separator");
234 buf.append(sep);
237 appendObject(buf, sep, "distributionPoint", distributionPoint.toString());
241 appendObject(buf, sep, "onlyContainsUserCerts", booleanToString(onlyContainsUserCerts));
245 appendObject(buf, sep, "onlyContainsCACerts", booleanToString(onlyContainsCACerts));
249 appendObject(buf, sep, "onlySomeReasons", onlySomeReasons.toString());
253 appendObject(buf, sep, "onlyContainsAttributeCerts", booleanToString(onlyContainsAttributeCerts));
257 appendObject(buf, sep, "indirectCRL", booleanToString(indirectCRL));
260 buf.append(sep);
264 private void appendObject(StringBuffer buf, String sep, Strin argument
[all...]
/external/iproute2/lib/
H A Dipx_pton.c67 char *sep = (char *)src; local
72 while(*sep && (*sep != '.'))
73 sep++;
75 if (*sep != '.')
86 if (ipx_getnode(addr->ipx_node, sep + 1))
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_getenv.c43 const char *sep; local
45 sep = SDL_strchr(variable, '=');
46 if ( sep == NULL ) {
59 value = SDL_envmem + (sep - variable);
/external/bison/src/
H A Dprint_graph.c103 char const *sep = ""; local
107 obstack_fgrow2 (oout, "%s%s", sep, symbols[k]->tag);
108 sep = ", ";
H A Doutput.c339 char const *sep = ""; local
373 sep, sym->tag, number);
374 sep = ",\n";
388 char const *sep = ""; local
399 fprintf (out, "%s[", sep);
400 sep = ",\n";
421 char const *sep = ""; local
432 fprintf (out, "%s[", sep);
433 sep = ",\n";
H A Dstate.c238 char const *sep = ""; local
242 fprintf (out, "%s%s", sep, symbols[k]->tag);
243 sep = ", ";
/external/iptables/extensions/
H A Dlibxt_state.c78 const char *sep = ""; local
81 printf("%sINVALID", sep);
82 sep = ",";
85 printf("%sNEW", sep);
86 sep = ",";
89 printf("%sRELATED", sep);
90 sep = ",";
93 printf("%sESTABLISHED", sep);
94 sep = ",";
97 printf("%sUNTRACKED", sep);
[all...]
H A Dlibipt_addrtype.c152 const char *sep = ""; local
157 printf("%s%s", sep, rtn_names[i]);
158 sep = ",";
H A Dlibxt_CT.c87 const char *sep = ""; local
93 printf("%s%s", sep, tbl[i].name);
94 sep = ",";
/external/linux-tools-perf/util/
H A Dcpumap.c49 char sep; local
55 sep = 0;
58 n = fscanf(onlnf, "%u%c", &cpu, &sep);
84 if (n == 2 && sep == '-')
88 if (n == 1 || sep == '\n')
H A Dstrlist.c139 char *sep; local
142 while ((sep = strchr(s, ',')) != NULL) {
143 *sep = '\0';
145 *sep = ',';
148 s = sep + 1;
/external/linux-tools-perf/util/ui/
H A Dutil.c79 const char *sep = strchr(t, '\n'); local
82 if (sep == NULL)
83 sep = strchr(t, '\0');
84 len = sep - t;
88 if (*sep == '\0')
90 t = sep + 1;
/external/tcpdump/
H A Dprint-sctp.c76 const char *sep; local
124 sep = "\n\t";
126 sep = " (";
145 printf("%s%d) [Bad chunk length %u]", sep, chunkCount+1, chunkLength);
158 printf("%s%d) ", sep, chunkCount+1);
352 sep = ", (";
/external/iproute2/tc/
H A Df_flow.c64 char *s, *sep; local
71 sep = strchr(s, ',');
72 if (sep)
73 *sep = '\0';
86 s = sep ? sep + 1 : NULL;
298 char *sep = ""; local
303 fprintf(f, "%s%s", sep, flow_keys[i]);
304 sep = ",";
/external/javassist/src/main/javassist/compiler/ast/
H A DDeclarator.java102 public static String astToClassName(ASTList name, char sep) { argument
107 astToClassName(sbuf, name, sep);
112 char sep) {
118 astToClassName(sbuf, (ASTList)h, sep);
124 sbuf.append(sep);
111 astToClassName(StringBuffer sbuf, ASTList name, char sep) argument
/external/nist-sip/java/gov/nist/core/
H A DNameValue.java102 public void setSeparator(String sep) { argument
103 separator = sep;
/external/oprofile/libutil++/
H A Dstring_manip.cpp54 vector<string> separate_token(string const & str, char sep) argument
62 if (pos < str.length() - 1 && str[pos + 1] == sep) {
64 next += sep;
68 } else if (ch == sep) {
/external/qemu/android/utils/
H A Dbufprint.c139 char* sep; local
151 sep = strrchr(appDir, '\\');
152 if (sep)
153 *sep = 0;
/external/qemu/
H A Dqemu-error.c165 const char *sep = ""; local
171 sep = " ";
177 error_printf("%s%s", sep, argp[i]);
178 sep = " ";
190 error_printf("%s", sep);
/external/chromium/sdch/open-vcdiff/src/
H A Dgflags_reporting.cc234 const char* sep = strrchr(filename, PATH_SEPARATOR); local
235 return sep ? sep + 1 : filename;
239 string::size_type sep = filename.rfind(PATH_SEPARATOR); local
240 return filename.substr(0, (sep == string::npos) ? 0 : sep);

Completed in 508 milliseconds

1234