Searched refs:p_base (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Ddisktab.h67 int p_base; /* base sector# of partition */ member in struct:partition
/macosx-10.10.1/patch_cmds-17/patch/
H A Dpch.c61 static LINENUM p_base; /* where to intuit this time */ variable
62 static LINENUM p_bline; /* line # of p_base */
185 if (p_base != 0L && p_base >= p_filesize) {
194 if (p_base != 0L) {
203 (p_base == 0L ? "L" : "The next patch l"),
257 fseek(pfp, p_base, SEEK_SET);
413 p_base = file_pos;
425 if (p_base > file_pos)
426 fatal("Internal error: seek %ld>%ld\n", p_base, file_po
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/intl/
H A Drelocatable.c185 const char *p_base = curr_pathname + FILESYSTEM_PREFIX_LEN (curr_pathname); local
189 while (p > p_base)
/macosx-10.10.1/cxxfilt-11/cxxfilt/intl/
H A Drelocatable.c185 const char *p_base = curr_pathname + FILESYSTEM_PREFIX_LEN (curr_pathname); local
189 while (p > p_base)
/macosx-10.10.1/libiconv-42/libiconv/lib/
H A Drelocatable.c192 const char *p_base = curr_pathname + FILESYSTEM_PREFIX_LEN (curr_pathname); local
196 while (p > p_base)
/macosx-10.10.1/libiconv-42/libiconv/libcharset/lib/
H A Drelocatable.c192 const char *p_base = curr_pathname + FILE_SYSTEM_PREFIX_LEN (curr_pathname); local
196 while (p > p_base)
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Drelocatable.c192 const char *p_base = curr_pathname + FILE_SYSTEM_PREFIX_LEN (curr_pathname); local
196 while (p > p_base)
/macosx-10.10.1/gpatch-3/patch/
H A Dpch.c63 static file_offset p_base; /* where to intuit this time */ variable
64 static LINENUM p_bline; /* line # of p_base */
201 if (p_base != 0 && p_base >= p_filesize) {
211 say (p_base
214 if (! p_base && p_filesize)
226 (p_base == 0 ? "L" : "The next patch l"),
311 Fseek (pfp, p_base, SEEK_SET);
464 file_offset saved_p_base = p_base;
750 p_base
[all...]

Completed in 284 milliseconds