OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_end
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.bin/patch/
pch.c
59
static LINENUM
p_end
= -1; /* last line in hunk */
variable in typeref:typename:LINENUM
60
static LINENUM p_max; /* max allowed value of
p_end
*/
97
p_end
= (LINENUM) - 1;
524
while (
p_end
>= 0) {
525
if (
p_end
== p_efake)
526
p_end
= p_bfake; /* don't free twice */
528
free(p_line[
p_end
]);
529
p_end
--;
555
while (
p_end
< p_max) {
566
p_end
++
[
all
...]
/src/bin/cp/
extern.h
38
char *
p_end
; /* pointer to NULL at end of path */
member in struct:__anon83ea26830108
cp.c
82
while ((p).
p_end
> (p).p_path + 1 && (p).
p_end
[-1] == '/') \
83
*--(p).
p_end
= '\0'; \
87
PATH_T to = { .
p_end
= to.p_path, .target_end = empty };
212
to.
p_end
= to.p_path + strlen(to.p_path);
213
have_trailing_slash = (to.
p_end
[-1] == '/');
216
to.target_end = to.
p_end
;
414
to.
p_end
= target_mid + nlen;
415
*to.
p_end
= 0;
/src/libexec/ld.elf_so/
tls.c
325
uint8_t *p, *
p_end
;
local in function:_rtld_tls_free
335
p_end
= p + _rtld_tls_static_space;
340
(uint8_t *)tcb->tcb_dtv[i] >=
p_end
)
/src/sys/arch/ews4800mips/stand/common/
lance.c
110
uint8_t *q, *p = data, *
p_end
= p + len;
local in function:lance_get
140
if (p <
p_end
)
/src/usr.sbin/sysinst/
mbr.c
2285
daddr_t
p_end
= p_start
local in function:mbr_add_part
2288
if (m == last || data.start >
p_end
)
Completed in 15 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025