| /src/external/gpl3/gdb/dist/gdb/ |
| ada-typeprint.c | 218 int bound_len; 224 *n += bound_len = strlen (bound); 227 bound_len = pend - bound; 228 *n += bound_len + 2; 230 gdb_printf (stream, "%.*s", bound_len, bound); 217 int bound_len; local
|
| ada-typeprint.c | 218 int bound_len; 224 *n += bound_len = strlen (bound); 227 bound_len = pend - bound; 228 *n += bound_len + 2; 230 gdb_printf (stream, "%.*s", bound_len, bound); 217 int bound_len; local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ada-typeprint.c | 220 int bound_len; 226 *n += bound_len = strlen (bound); 229 bound_len = pend - bound; 230 *n += bound_len + 2; 232 gdb_printf (stream, "%.*s", bound_len, bound); 219 int bound_len; local
|
| ada-typeprint.c | 220 int bound_len; 226 *n += bound_len = strlen (bound); 229 bound_len = pend - bound; 230 *n += bound_len + 2; 232 gdb_printf (stream, "%.*s", bound_len, bound); 219 int bound_len; local
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| mime_state.c | 285 ssize_t bound_len; /* boundary length */ member in struct:MIME_STACK 468 if ((stack->bound_len = strlen(boundary)) > var_mime_bound_len) 469 stack->bound_len = var_mime_bound_len; 470 stack->boundary = mystrndup(boundary, stack->bound_len); 1090 if (len >= 2 + sp->bound_len && 1091 strncmp(text + 2, sp->boundary, sp->bound_len) == 0) { 1094 if (len >= 4 + sp->bound_len && 1095 strncmp(text + 2 + sp->bound_len, "--", 2) == 0) {
|
| mime_state.c | 285 ssize_t bound_len; /* boundary length */ member in struct:MIME_STACK 468 if ((stack->bound_len = strlen(boundary)) > var_mime_bound_len) 469 stack->bound_len = var_mime_bound_len; 470 stack->boundary = mystrndup(boundary, stack->bound_len); 1090 if (len >= 2 + sp->bound_len && 1091 strncmp(text + 2, sp->boundary, sp->bound_len) == 0) { 1094 if (len >= 4 + sp->bound_len && 1095 strncmp(text + 2 + sp->bound_len, "--", 2) == 0) {
|