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

/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dpch.c48 static LINENUM p_end = -1; /* last line in hunk */ variable
49 static LINENUM p_max; /* max allowed value of p_end */
75 p_end = (LINENUM)-1;
516 while (p_end >= 0) {
517 if (p_end == p_efake)
518 p_end = p_bfake; /* don't free twice */
520 free(p_line[p_end]);
521 p_end--;
523 assert(p_end == -1);
552 while (p_end < p_ma
[all...]
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/sys/cddl/dev/sdt/
H A Dsdt.c259 struct sdt_probe **probe, **p_begin, **p_end; local
267 if (linker_file_lookup_set(lf, "sdt_probes_set", &p_begin, &p_end,
270 for (probe = p_begin; probe < p_end; probe++) {
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_console.c857 char *p_end; local
865 guid = strtoull(p_cmd, &p_end, 0);
866 if (!guid || *p_end != '\0') {
1063 char *p_end; local
1065 guid = strtoull(p_cmd, &p_end, 0);
1066 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 != '#') {

Completed in 68 milliseconds