HomeSort by: relevance | last modified time | path
    Searched defs:p_end (Results 1 - 5 of 5) sorted by relevancy

  /src/bin/cp/
extern.h 38 char *p_end; /* pointer to NULL at end of path */ member in struct:__anon83ea26830108
  /src/libexec/ld.elf_so/
tls.c 318 uint8_t *p, *p_end; local in function:_rtld_tls_free
328 p_end = p + _rtld_tls_static_space;
333 (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.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/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