Home
last modified time | relevance | path

Searched refs:copystr (Results 1 – 15 of 15) sorted by relevance

/src/tools/coccinelle/
H A Dcopystr9.cocci7 -copystr(__src, __dst, __len, NULL);
16 -copystr(__src, __dst, __len, NULL) == ENAMETOOLONG
18 -copystr(__src, __dst, __len, NULL) != 0
20 -copystr(__src, __dst, __len, NULL)
32 -copystr(__src, __dst, __len, &__done);
36 -copystr(__src, __dst, __len, __done);
/src/usr.bin/env/
H A Denvopts.c166 const char *bq_src, *copystr, *src; in split_spaces() local
202 copystr = NULL; in split_spaces()
215 copystr = nullarg; in split_spaces()
225 copystr = expand_vars(in_arg, (nextarg - 1), in split_spaces()
240 copystr = nullarg; in split_spaces()
334 if (copychar || copystr != NULL) { in split_spaces()
343 else if (copystr != NULL) in split_spaces()
344 while (*copystr != '\0') in split_spaces()
345 *dest++ = *copystr++; in split_spaces()
/src/crypto/krb5/src/lib/crypto/krb/
H A Ds2k_rc4.c14 unsigned char *copystr; in krb5int_arcfour_string_to_key() local
27 err = k5_utf8_to_utf16le(utf8, &copystr, &copystrlen); in krb5int_arcfour_string_to_key()
34 iov.data = make_data(copystr, copystrlen); in krb5int_arcfour_string_to_key()
39 zapfree(copystr, copystrlen); in krb5int_arcfour_string_to_key()
/src/contrib/netbsd-tests/rump/rumpkern/
H A Dt_copy.c38 ATF_TC(copystr);
39 ATF_TC_HEAD(copystr, tc) in ATF_TC_HEAD() argument
95 ATF_TC_BODY(copystr, tc) in ATF_TC_BODY() argument
133 ATF_TP_ADD_TC(tp, copystr); in ATF_TP_ADD_TCS()
/src/usr.bin/mkstr/
H A Dmkstr.c69 void copystr(void);
146 copystr(); in process()
170 copystr(void) in copystr() function
/src/share/examples/kld/cdev/module/
H A Dcdev.c179 copystr(&buf, uio->uio_iov->iov_base, 513, &len); in mydev_read()
/src/sys/kern/
H A Dimgact_shell.c234 error = copystr(fname, imgp->args->begin_argv + offset, in exec_shell_imgact()
H A Dkern_exec.c1581 copystr(fname, args->fname, PATH_MAX, &length) : in exec_args_add_fname()
1611 copystr(str, args->endp, args->stringspace, &length) : in exec_args_add_str()
H A Dvfs_lookup.c468 error = copystr(ndp->ni_dirp, cnp->cn_pnbuf, MAXPATHLEN, in namei_getpath()
/src/share/examples/ipfilter/l4check/
H A Dl4check.c69 copystr(char *dst, char *src) in copystr() function
654 copystr(probe, t); in readconfig()
/src/sys/dev/vmm/
H A Dvmm_dev.c274 error = copystr(dsc->name, mseg->name, len, NULL); in get_memseg()
301 error = copystr(mseg->name, name, len, NULL); in alloc_memseg()
/src/sys/conf/
H A Dfiles.arm10 arm/arm/copystr.S standard
/src/sys/sys/
H A Dsystm.h292 #define copystr(src, dst, len, outlen) ({ \ macro
/src/sys/ufs/ufs/
H A Dufs_extattr.c267 error = copystr(dirname, cnp.cn_pnbuf, MAXPATHLEN, in ufs_extattr_lookup()
/src/share/man/man9/
H A DMakefile910 copy.9 copystr.9