Lines Matching defs:end
434 * itself plus all the used sub-programs, appended at the end
1262 pr_warn("struct_ops init: var %s is beyond the end of DATASEC %s\n",
1300 char *end;
1314 end = strchr(obj->name, '.');
1315 if (end)
1316 *end = 0;
6754 * - append it at the end of main program's instructions blog;
6803 * is zero), subprog instructions are appended at the end of main program's
7500 if (cur == buf) /* end of a log buf */
7527 * buf_sz capacity. If that's the case, we'll truncate the end
7554 * line3 -> <anything else or end of buffer>
7593 * line3 -> <anything else or end of buffer>
7626 * line3 -> <anything else or end of buffer>
13365 int err = 0, n, len, start, end = -1;
13377 n = sscanf(s, "%d%n-%d%n", &start, &len, &end, &len);
13383 end = start;
13385 if (start < 0 || start > end) {
13387 start, end, s);
13391 tmp = realloc(*mask, end + 1);
13398 memset(tmp + start, 1, end - start + 1);
13399 *mask_sz = end + 1;