Home
last modified time | relevance | path

Searched refs:p_end (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/usr.bin/patch/
Dpch.c56 static LINENUM p_end = -1; /* last line in hunk */ variable
94 p_end = (LINENUM) - 1; in re_patch()
497 while (p_end >= 0) { in another_hunk()
498 if (p_end == p_efake) in another_hunk()
499 p_end = p_bfake; /* don't free twice */ in another_hunk()
501 free(p_line[p_end]); in another_hunk()
502 p_end--; in another_hunk()
525 while (p_end < p_max) { in another_hunk()
530 if (p_max - p_end < 4) { in another_hunk()
541 p_end++; in another_hunk()
[all …]
/mirbsd/src/bin/cp/
Dcp.c176 to.p_end = to.p_path + strlen(to.p_path); in main()
177 if (to.p_path == to.p_end) { in main()
178 *to.p_end++ = '.'; in main()
179 *to.p_end = '\0'; in main()
181 to.target_end = to.p_end; in main()
336 to.p_end = target_mid + nlen; in copy()
337 *to.p_end = '\0'; in copy()
Dextern.h36 char *p_end; /* pointer to NULL at end of path */ member
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dxtensa-relax.c975 const char *p_end; in parse_special_fn() local
981 p_end = strchr (p_start, ')'); in parse_special_fn()
983 if (p_end == NULL) in parse_special_fn()
986 if (p_end[1] != '\0') in parse_special_fn()
990 *arg_name_p = enter_opname_n (p_start + 1, p_end - p_start - 1); in parse_special_fn()