Lines Matching defs:end
423 * itself plus all the used sub-programs, appended at the end
1217 pr_warn("struct_ops init: var %s is beyond the end of DATASEC %s\n",
1255 char *end;
1269 end = strchr(obj->name, '.');
1270 if (end)
1271 *end = 0;
6317 * - append it at the end of main program's instructions blog;
6384 * is zero), subprog instructions are appended at the end of main program's
7057 if (cur == buf) /* end of a log buf */
7084 * buf_sz capacity. If that's the case, we'll truncate the end
7111 * line3 -> <anything else or end of buffer>
7150 * line3 -> <anything else or end of buffer>
7183 * line3 -> <anything else or end of buffer>
12851 int err = 0, n, len, start, end = -1;
12863 n = sscanf(s, "%d%n-%d%n", &start, &len, &end, &len);
12869 end = start;
12871 if (start < 0 || start > end) {
12873 start, end, s);
12877 tmp = realloc(*mask, end + 1);
12884 memset(tmp + start, 1, end - start + 1);
12885 *mask_sz = end + 1;