Lines Matching refs:end
386 char *start, *end, *var;
389 (end = strchr(start + 2, '}'))) {
390 *start = *end = 0;
393 new_location, var ? var : "", end + 1);
409 int end = 0, dname_len = 0;
414 name, location, &mode, &uid, &gid, &end)) {
418 if (end && isgraph(line[end])) {
433 if (sscanf(line + end, "%" str(PATH_MAX) "s %n",
440 end += nend;
441 } while (isgraph(line[end]));