Searched refs:p_end (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/usr.bin/patch/
H A Dpch.c54 static LINENUM p_end = -1; /* last line in hunk */ variable
55 static LINENUM p_max; /* max allowed value of p_end */
92 p_end = (LINENUM) - 1;
525 while (p_end >= 0) {
526 if (p_end == p_efake)
527 p_end = p_bfake; /* don't free twice */
529 free(p_line[p_end]);
530 p_end--;
556 while (p_end < p_max) {
561 if (p_max - p_end <
[all...]
/freebsd-10.0-release/bin/cp/
H A Dextern.h34 char *p_end; /* pointer to NULL at end of path */ member in struct:__anon1
H A Dcp.c78 while ((p).p_end > (p).p_path + 1 && (p).p_end[-1] == '/') \
79 *--(p).p_end = 0; \
186 to.p_end = to.p_path + strlen(to.p_path);
187 if (to.p_path == to.p_end) {
188 *to.p_end++ = '.';
189 *to.p_end = 0;
191 have_trailing_slash = (to.p_end[-1] == '/');
194 to.target_end = to.p_end;
346 to.p_end
[all...]
/freebsd-10.0-release/contrib/apr-util/strmatch/
H A Dapr_strmatch.c42 const char *p_end = p_start + this_pattern->length - 1; local
45 const char *p_tmp = p_end;
66 const char *p_end = p_start + this_pattern->length - 1; local
69 const char *p_tmp = p_end;
/freebsd-10.0-release/sbin/atm/atmconfig/
H A Dmain.c89 const char *p_end; /* end of current path in path */ member in struct:help_file
103 const char *p_end; /* end of current path in path */ member in struct:help_pos
150 for (hp->p_end = hp->p_start; *hp->p_end != '\0' &&
151 *hp->p_end != ':'; hp->p_end++)
154 if (asprintf(&hp->dirname, "%.*s", (int)(hp->p_end - hp->p_start),
178 hp->p_start = hp->p_end;
202 pos->p_end = hp->p_end;
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dnode_iterators.hpp93 mid_pointer(Ptr p_begin, Ptr p_end) argument
95 _GLIBCXX_DEBUG_ASSERT(p_end >= p_begin);
96 return (p_begin + (p_end - p_begin) / 2);
H A Dov_tree_map_.hpp412 mid_pointer(Ptr p_begin, Ptr p_end) argument
414 _GLIBCXX_DEBUG_ASSERT(p_end >= p_begin);
415 return (p_begin + (p_end - p_begin) / 2);
/freebsd-10.0-release/sys/cddl/dev/sdt/
H A Dsdt.c239 struct sdt_probe **probe, **p_begin, **p_end; local
247 if (linker_file_lookup_set(lf, "sdt_probes_set", &p_begin, &p_end,
250 for (probe = p_begin; probe < p_end; probe++) {
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_console.c860 char *p_end; local
868 guid = strtoull(p_cmd, &p_end, 0);
869 if (!guid || *p_end != '\0') {
1066 char *p_end; local
1068 guid = strtoull(p_cmd, &p_end, 0);
1069 if (!guid || *p_end != '\0') {
H A Dosm_subnet.c750 char *p_prefix, *p_guid, *p_extra, *p_last, *p_end; local
781 prefix = strtoull(p_prefix, &p_end, 16);
782 if (*p_end != '\0') {
793 guid = strtoull(p_guid, &p_end, 16);
794 if (*p_end != '\0' && *p_end != '#') {
/freebsd-10.0-release/sys/fs/nandfs/
H A Dnandfs_fs.h515 uint64_t p_end; member in struct:nandfs_period
H A Dnandfs_cleaner.c524 pd[i].p_end);
/freebsd-10.0-release/crypto/openssl/crypto/ts/
H A Dts_rsp_sign.c957 char *p_end = genTime_str + sizeof(genTime_str); local
973 p += BIO_snprintf(p, p_end - p,

Completed in 341 milliseconds