Home
last modified time | relevance | path

Searched refs:xstrndup (Results 51 – 75 of 2036) sorted by relevance

12345678910>>...82

/dports/graphics/icoutils/icoutils-0.32.3/m4/
H A Dxstrndup.m41 # xstrndup.m4 serial 2
12 # Prerequisites of lib/xstrndup.c.
/dports/devel/gnulib/gnulib-20140202-stable/m4/
H A Dxstrndup.m41 # xstrndup.m4 serial 2
12 # Prerequisites of lib/xstrndup.c.
/dports/net/yaz/yaz-5.31.1/test/
H A Dtest_xmalloc.c32 p = xstrndup("hello", 2); in tst()
39 p = xstrndup("hello", 6); in tst()
/dports/net-p2p/microdc2/microdc2-0.15.6/m4/
H A Dxstrndup.m41 # xstrndup.m4 serial 2
12 # Prerequisites of lib/xstrndup.c.
/dports/sysutils/coreutils/coreutils-8.32/m4/
H A Dxstrndup.m41 # xstrndup.m4 serial 2
12 # Prerequisites of lib/xstrndup.c.
/dports/editors/zile/zile-2.4.14/m4/
H A Dxstrndup.m41 # xstrndup.m4 serial 2
12 # Prerequisites of lib/xstrndup.c.
/dports/misc/gnuls/coreutils-8.30/m4/
H A Dxstrndup.m41 # xstrndup.m4 serial 2
12 # Prerequisites of lib/xstrndup.c.
/dports/misc/hello/hello-2.10/m4/
H A Dxstrndup.m41 # xstrndup.m4 serial 2
12 # Prerequisites of lib/xstrndup.c.
/dports/security/shishi/shishi-1.0.2/gl/m4/
H A Dxstrndup.m41 # xstrndup.m4 serial 2
12 # Prerequisites of lib/xstrndup.c.
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/m4/
H A Dxstrndup.m41 # xstrndup.m4 serial 2
12 # Prerequisites of lib/xstrndup.c.
/dports/www/wget2/wget2-2.0.0/m4/
H A Dxstrndup.m41 # xstrndup.m4 serial 2
12 # Prerequisites of lib/xstrndup.c.
/dports/sysutils/renameutils/renameutils-0.12.0/gnulib-m4/
H A Dxstrndup.m41 # xstrndup.m4 serial 2
12 # Prerequisites of lib/xstrndup.c.
/dports/devel/patch/patch-2.7.6/m4/
H A Dxstrndup.m41 # xstrndup.m4 serial 2
12 # Prerequisites of lib/xstrndup.c.
/dports/misc/findutils/findutils-4.8.0/gl/m4/
H A Dxstrndup.m41 # xstrndup.m4 serial 2
12 # Prerequisites of lib/xstrndup.c.
/dports/editors/poke/poke-1.0/m4/
H A Dxstrndup.m41 # xstrndup.m4 serial 2
12 # Prerequisites of lib/xstrndup.c.
/dports/ftp/wget/wget-1.21.2/m4/
H A Dxstrndup.m41 # xstrndup.m4 serial 2
12 # Prerequisites of lib/xstrndup.c.
/dports/textproc/datamash/datamash-1.7/m4/
H A Dxstrndup.m41 # xstrndup.m4 serial 2
12 # Prerequisites of lib/xstrndup.c.
/dports/devel/blame/blame-1.3.1/m4/
H A Dxstrndup.m41 # xstrndup.m4 serial 2
12 # Prerequisites of lib/xstrndup.c.
/dports/devel/bison/bison-3.7.6/m4/
H A Dxstrndup.m41 # xstrndup.m4 serial 2
12 # Prerequisites of lib/xstrndup.c.
/dports/devel/bison/bison-3.7.6/src/
H A Dfiles.c339 dir_prefix = xstrndup (spec_outfile, base - spec_outfile); in compute_file_name_parts()
343 xstrndup (spec_outfile, in compute_file_name_parts()
348 xstrndup (spec_outfile, in compute_file_name_parts()
364 xstrndup (spec_file_prefix, in compute_file_name_parts()
380 xstrndup (base, (strlen (base) - (ext ? strlen (ext) : 0))); in compute_file_name_parts()
/dports/mail/libspf/libspf-1.0.0-p5/src/libspf/
H A Dutil.c677 p = cp = xstrndup(s, SPF_MAX_STR); in UTIL_split_str()
688 ret = xstrndup(p, SPF_MAX_STR); in UTIL_split_str()
979 peer_ip = xstrndup(inet_ntoa(p->addr), 16); in UTIL_mx_cmp()
1061 cp = copy = xstrndup(s, (s_len + 1)); in UTIL_a_cmp()
1198 tmp_ptr = xstrndup(s, (strlen(s) + 1)); in UTIL_ptr_cmp()
1810 ip = xstrndup(token_ptr, (pos + 1)); in UTIL_expand_ip()
1973 cp = xstrndup(s, len); in UTIL_rev_addr()
2040 buf = xstrndup(s, (strlen(s) + 1)); in UTIL_get_dname()
2171 tmp_ptr = xstrndup(p->current_domain, SPF_MAX_HNAME); in UTIL_validate_ptr()
2252 ip = xstrndup(inet_ntoa(*addr), SPF_MAX_IP_ADDR); in UTIL_validate_hostname()
[all …]
/dports/archivers/opkg-openwrt/opkg-b07cde3/libopkg/
H A Dopkg_conf.c241 type = xstrndup(line + regmatch[2].rm_so, in opkg_conf_parse_file()
244 type = xstrndup(line + regmatch[3].rm_so, in opkg_conf_parse_file()
249 name = xstrndup(line + regmatch[5].rm_so, in opkg_conf_parse_file()
252 name = xstrndup(line + regmatch[6].rm_so, in opkg_conf_parse_file()
257 value = xstrndup(line + regmatch[8].rm_so, in opkg_conf_parse_file()
260 value = xstrndup(line + regmatch[9].rm_so, in opkg_conf_parse_file()
269 xstrndup(line + regmatch[11].rm_so, in opkg_conf_parse_file()
273 extra = xstrndup(line + regmatch[11].rm_so, in opkg_conf_parse_file()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/
H A Ddarwin-driver.c208 new_flag = xstrndup (checked, strlen (checked)); in darwin_default_min_version()
232 return xstrndup (maybe_sysroot, strlen (maybe_sysroot)); in maybe_get_sysroot_from_sdkroot()
327 vers_string = xstrndup ((*decoded_options)[i].arg, 32); in darwin_driver_init()
446 asm_major = xstrndup (vers_string, second_period-vers_string); in darwin_driver_init()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/
H A Ddarwin-driver.c208 new_flag = xstrndup (checked, strlen (checked)); in darwin_default_min_version()
232 return xstrndup (maybe_sysroot, strlen (maybe_sysroot)); in maybe_get_sysroot_from_sdkroot()
327 vers_string = xstrndup ((*decoded_options)[i].arg, 32); in darwin_driver_init()
446 asm_major = xstrndup (vers_string, second_period-vers_string); in darwin_driver_init()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/
H A Ddarwin-driver.c208 new_flag = xstrndup (checked, strlen (checked)); in darwin_default_min_version()
232 return xstrndup (maybe_sysroot, strlen (maybe_sysroot)); in maybe_get_sysroot_from_sdkroot()
327 vers_string = xstrndup ((*decoded_options)[i].arg, 32); in darwin_driver_init()
446 asm_major = xstrndup (vers_string, second_period-vers_string); in darwin_driver_init()

12345678910>>...82