Lines Matching refs:end
436 char *start, *end, *var;
439 (end = strchr(start + 2, '}'))) {
440 *start = *end = 0;
443 new_location, var ? var : "", end + 1);
459 int end = 0, dname_len = 0;
464 name, location, &mode, &uid, &gid, &end)) {
468 if (end && isgraph(line[end])) {
483 if (sscanf(line + end, "%" str(PATH_MAX) "s %n",
490 end += nend;
491 } while (isgraph(line[end]));