| /src/tools/coccinelle/ |
| H A D | copystr9.cocci | 7 -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 D | envopts.c | 166 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 D | s2k_rc4.c | 14 unsigned char *copystr; in krb5int_arcfour_string_to_key() local 27 err = k5_utf8_to_utf16le(utf8, ©str, ©strlen); 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 D | t_copy.c | 38 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 D | mkstr.c | 69 void copystr(void); 146 copystr(); in process() 170 copystr(void) in copystr() function
|
| /src/share/examples/kld/cdev/module/ |
| H A D | cdev.c | 179 copystr(&buf, uio->uio_iov->iov_base, 513, &len); in mydev_read()
|
| /src/sys/kern/ |
| H A D | imgact_shell.c | 234 error = copystr(fname, imgp->args->begin_argv + offset, in exec_shell_imgact()
|
| H A D | kern_exec.c | 1581 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 D | vfs_lookup.c | 468 error = copystr(ndp->ni_dirp, cnp->cn_pnbuf, MAXPATHLEN, in namei_getpath()
|
| /src/share/examples/ipfilter/l4check/ |
| H A D | l4check.c | 69 copystr(char *dst, char *src) in copystr() function 654 copystr(probe, t); in readconfig()
|
| /src/sys/dev/vmm/ |
| H A D | vmm_dev.c | 274 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 D | files.arm | 10 arm/arm/copystr.S standard
|
| /src/sys/sys/ |
| H A D | systm.h | 292 #define copystr(src, dst, len, outlen) ({ \ macro
|
| /src/sys/ufs/ufs/ |
| H A D | ufs_extattr.c | 267 error = copystr(dirname, cnp.cn_pnbuf, MAXPATHLEN, in ufs_extattr_lookup()
|
| /src/share/man/man9/ |
| H A D | Makefile | 910 copy.9 copystr.9
|