/external/iproute2/lib/ |
ipx_pton.c | 67 char *sep = (char *)src; local 72 while(*sep && (*sep != '.')) 73 sep++; 75 if (*sep != '.') 86 if (ipx_getnode(addr->ipx_node, sep + 1))
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiSeparatorAttributeNode.java | 87 Label sep = toolkit.createSeparator(row, SWT.HORIZONTAL); local 90 sep.setLayoutData(gd); 95 sep = toolkit.createSeparator(row, SWT.HORIZONTAL); 96 sep.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false));
|
/development/tools/emulator/system/camera/ |
EmulatedQemuCamera.cpp | 95 char* sep = strchr(first_dim, 'x'); local 96 if (sep == NULL) { 102 *sep = '\0'; 104 const int y = atoi(sep + 1);
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/ |
CRLDistPoint.java | 87 String sep = System.getProperty("line.separator"); local 90 buf.append(sep); 96 buf.append(sep);
|
GeneralNames.java | 82 String sep = System.getProperty("line.separator"); local 85 buf.append(sep); 91 buf.append(sep);
|
DistributionPointName.java | 119 String sep = System.getProperty("line.separator"); local 122 buf.append(sep); 125 appendObject(buf, sep, "fullName", name.toString()); 129 appendObject(buf, sep, "nameRelativeToCRLIssuer", name.toString()); 132 buf.append(sep); 136 private void appendObject(StringBuffer buf, String sep, String name, String value) 143 buf.append(sep); 147 buf.append(sep);
|
DistributionPoint.java | 124 String sep = System.getProperty("line.separator"); local 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) 152 buf.append(sep); 156 buf.append(sep);
|
IssuingDistributionPoint.java | 212 String sep = System.getProperty("line.separator"); local 216 buf.append(sep); 219 appendObject(buf, sep, "distributionPoint", distributionPoint.toString()); 223 appendObject(buf, sep, "onlyContainsUserCerts", booleanToString(onlyContainsUserCerts)); 227 appendObject(buf, sep, "onlyContainsCACerts", booleanToString(onlyContainsCACerts)); 231 appendObject(buf, sep, "onlySomeReasons", onlySomeReasons.toString()); 235 appendObject(buf, sep, "onlyContainsAttributeCerts", booleanToString(onlyContainsAttributeCerts)); 239 appendObject(buf, sep, "indirectCRL", booleanToString(indirectCRL)); 242 buf.append(sep); 246 private void appendObject(StringBuffer buf, String sep, String name, String value [all...] |
/external/iptables/extensions/ |
libxt_state.c | 78 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...] |
libxt_CT.c | 87 const char *sep = ""; local 93 printf("%s%s", sep, tbl[i].name); 94 sep = ",";
|
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
SDL_getenv.c | 43 const char *sep; local 45 sep = SDL_strchr(variable, '='); 46 if ( sep == NULL ) { 59 value = SDL_envmem + (sep - variable);
|
/external/bison/src/ |
print_graph.c | 103 char const *sep = ""; local 107 obstack_fgrow2 (oout, "%s%s", sep, symbols[k]->tag); 108 sep = ", ";
|
state.c | 238 char const *sep = ""; local 242 fprintf (out, "%s%s", sep, symbols[k]->tag); 243 sep = ", ";
|
/external/bluetooth/glib/gio/xdgmime/ |
xdgmimealias.c | 138 char *sep; local 142 sep = strchr (line, ' '); 143 if (sep == NULL) 145 *(sep++) = '\000'; 146 sep[strlen (sep) -1] = '\000'; 154 list->aliases[list->n_aliases].mime_type = strdup (sep);
|
xdgmimeicon.c | 137 char *sep; local 141 sep = strchr (line, ':'); 142 if (sep == NULL) 144 *(sep++) = '\000'; 145 sep[strlen (sep) -1] = '\000'; 153 list->icons[list->n_icons].icon_name = strdup (sep);
|
xdgmimeparent.c | 144 char *sep; local 148 sep = strchr (line, ' '); 149 if (sep == NULL) 151 *(sep++) = '\000'; 152 sep[strlen (sep) -1] = '\000'; 188 entry->parents[entry->n_parents - 1] = strdup (sep);
|
/external/iproute2/tc/ |
f_flow.c | 64 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/qemu/android/utils/ |
bufprint.c | 139 char* sep; local 151 sep = strrchr(appDir, '\\'); 152 if (sep) 153 *sep = 0;
|
/external/qemu/ |
qemu-error.c | 165 const char *sep = ""; local 171 sep = " "; 177 error_printf("%s%s", sep, argp[i]); 178 sep = " "; 190 error_printf("%s", sep);
|
/external/tcpdump/ |
print-sctp.c | 76 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 = ", (";
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
DecorComposite.java | 51 Label sep = new Label(this, SWT.SEPARATOR | SWT.HORIZONTAL); local 52 GridDataBuilder.create(sep).hSpan(2).hFill();
|
/external/chromium/sdch/open-vcdiff/src/ |
gflags_reporting.cc | 234 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);
|
/external/clang/lib/StaticAnalyzer/Core/ |
BasicConstraintManager.cpp | 96 const char* nl, const char *sep); 305 const char* nl, const char *sep) { 311 Out << nl << sep << "'==' constraints:"; local 321 Out << nl << sep << "'!=' constraints:"; local
|
/external/e2fsprogs/misc/ |
logsave.c | 120 char buffer[4096], *cp, *sep; local 138 sep = strchr(cp, '\001'); 139 if (sep) 140 *sep = 0; 142 if (sep) { 143 cp = sep + 1;
|
/external/elfutils/libebl/ |
eblwstrtab.c | 180 searchstring (struct Ebl_WStrent **sep, struct Ebl_WStrent *newstr) 185 if (*sep == NULL) 187 *sep = newstr; 188 return sep; 192 cmpres = wmemcmp ((*sep)->reverse, newstr->reverse, 193 MIN ((*sep)->len, newstr->len) - 1); 196 return sep; 198 return searchstring (&(*sep)->left, newstr); 200 return searchstring (&(*sep)->right, newstr); 209 struct Ebl_WStrent **sep; local [all...] |