Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/patch/
H A Dpch.c559 p_end--; in another_hunk()
596 p_end++; in another_hunk()
624 p_end--; in another_hunk()
755 p_end--; in another_hunk()
777 p_end--; in another_hunk()
799 p_end--; in another_hunk()
813 p_len[p_end] = strlen(p_line[p_end]); in another_hunk()
826 for (p_end--; p_end > repl_beginning; p_end--) in another_hunk()
852 p_end--; in another_hunk()
898 (p_line[p_end])[p_len[p_end]] = 0; in another_hunk()
[all …]
/freebsd-13.1/bin/cp/
H A Dcp.c80 while ((p).p_end > (p).p_path + 1 && (p).p_end[-1] == '/') \
81 *--(p).p_end = 0; \
194 to.p_end = to.p_path + strlen(to.p_path); in main()
195 if (to.p_path == to.p_end) { in main()
196 *to.p_end++ = '.'; in main()
197 *to.p_end = 0; in main()
199 have_trailing_slash = (to.p_end[-1] == '/'); in main()
202 to.target_end = to.p_end; in main()
371 to.p_end = target_mid + nlen; in copy()
372 *to.p_end = 0; in copy()
H A Dextern.h36 char *p_end; /* pointer to NULL at end of path */ member
/freebsd-13.1/contrib/apr-util/strmatch/
H A Dapr_strmatch.c42 const char *p_end = p_start + this_pattern->length - 1; in match_boyer_moore_horspool() local
45 const char *p_tmp = p_end; in match_boyer_moore_horspool()
66 const char *p_end = p_start + this_pattern->length - 1; in match_boyer_moore_horspool_nocase() local
69 const char *p_tmp = p_end; in match_boyer_moore_horspool_nocase()
/freebsd-13.1/stand/common/
H A Dload_elf.c93 Elf_Addr p_start, Elf_Addr p_end);
95 Elf_Addr p_start, Elf_Addr p_end);
507 Elf_Addr p_start, p_end; local
882 p_end = sym.st_value + ef->off;
895 p_end = sym.st_value + ef->off;
970 Elf_Addr p_start, p_end; local
1030 p_end = dest + sh_meta->sh_size;
1094 Elf_Addr p_start, Elf_Addr p_end)
1101 while (p < p_end) {
1120 Elf_Addr p_start, Elf_Addr p_end)
[all …]
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c213 const char *p_end; /* end ('\0') of pattern */ member
256 if (p == ms->p_end) in classend()
263 if (p == ms->p_end) in classend()
265 if (*(p++) == L_ESC && p < ms->p_end) in classend()
338 if (p >= ms->p_end - 1) in matchbalance()
425 if (p != ms->p_end) { /* end of pattern? */ in match()
439 if ((p + 1) != ms->p_end) /* is the `$' the last char in pattern? */ in match()
619 ms.p_end = p + lp; in str_find_aux()
660 ms.p_end = p + lp; in gmatch_aux()
767 ms.p_end = p + lp; in str_gsub()
/freebsd-13.1/sys/cddl/dev/sdt/
H A Dsdt.c290 struct sdt_probe **probe, **p_begin, **p_end; in sdt_kld_load_probes() local
293 if (linker_file_lookup_set(lf, "sdt_probes_set", &p_begin, &p_end, in sdt_kld_load_probes()
295 for (probe = p_begin; probe < p_end; probe++) { in sdt_kld_load_probes()
/freebsd-13.1/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk373 class_add_prop(RevRange, p_end, "end")
557 _rev_end = get(_revs, p_end)
957 _end = get(revisions, p_end)
2809 set(_obj, p_end, end)
2820 if (get(lhs, p_end) != get(rhs, p_end))
2832 else if (rev > get(range, p_end)) {
2846 _end = get(revs, p_end)
2905 _end = get(_revs, p_end)
3095 "_r" get(_revs, p_end))
3144 _end = get(revs, p_end)
[all …]
/freebsd-13.1/contrib/lua/src/
H A Dlstrlib.c359 const char *p_end; /* end ('\0') of pattern */ member
403 if (p == ms->p_end) in classend()
410 if (p == ms->p_end) in classend()
412 if (*(p++) == L_ESC && p < ms->p_end) in classend()
485 if (p >= ms->p_end - 1) in matchbalance()
571 if (p != ms->p_end) { /* end of pattern? */ in match()
585 if ((p + 1) != ms->p_end) /* is the '$' the last char in pattern? */ in match()
760 ms->p_end = p + lp; in prepstate()
/freebsd-13.1/contrib/ofed/opensm/opensm/
H A Dosm_console.c1144 char *p_end; in switchbalance_parse() local
1152 guid = strtoull(p_cmd, &p_end, 0); in switchbalance_parse()
1153 if (!guid || *p_end != '\0') { in switchbalance_parse()
1351 char *p_end; in lidbalance_parse() local
1353 guid = strtoull(p_cmd, &p_end, 0); in lidbalance_parse()
1354 if (!guid || *p_end != '\0') { in lidbalance_parse()
H A Dosm_subnet.c1747 char *p_prefix, *p_guid, *p_extra, *p_last, *p_end; in parse_prefix_routes_file() local
1778 prefix = strtoull(p_prefix, &p_end, 16); in parse_prefix_routes_file()
1779 if (*p_end != '\0') { in parse_prefix_routes_file()
1790 guid = strtoull(p_guid, &p_end, 16); in parse_prefix_routes_file()
1791 if (*p_end != '\0' && *p_end != '#') { in parse_prefix_routes_file()
/freebsd-13.1/contrib/wpa/hostapd/
H A Dctrl_iface.c4701 char *p_start = cmd, *p_end; in hostapd_global_ctrl_iface_dup_network() local
4706 p_end = os_strchr(p_start, ' '); in hostapd_global_ctrl_iface_dup_network()
4707 if (!p_end) { in hostapd_global_ctrl_iface_dup_network()
4713 *p_end = '\0'; in hostapd_global_ctrl_iface_dup_network()
4721 p_start = p_end + 1; in hostapd_global_ctrl_iface_dup_network()
4722 p_end = os_strchr(p_start, ' '); in hostapd_global_ctrl_iface_dup_network()
4723 if (!p_end) { in hostapd_global_ctrl_iface_dup_network()
4729 *p_end = '\0'; in hostapd_global_ctrl_iface_dup_network()
4737 p_start = p_end + 1; in hostapd_global_ctrl_iface_dup_network()
/freebsd-13.1/crypto/openssl/crypto/ts/
H A Dts_rsp_sign.c996 char *p_end = genTime_str + sizeof(genTime_str); in TS_RESP_set_genTime_with_precision() local
1011 p += BIO_snprintf(p, p_end - p, in TS_RESP_set_genTime_with_precision()