| /freebsd-12-stable/usr.bin/env/ |
| D | envopts.c | 168 const char *bq_src, *copystr, *src; in split_spaces() local 204 copystr = NULL; in split_spaces() 217 copystr = nullarg; in split_spaces() 227 copystr = expand_vars(in_arg, (nextarg - 1), in split_spaces() 242 copystr = nullarg; in split_spaces() 336 if (copychar || copystr != NULL) { in split_spaces() 345 else if (copystr != NULL) in split_spaces() 346 while (*copystr != '\0') in split_spaces() 347 *dest++ = *copystr++; in split_spaces()
|
| /freebsd-12-stable/contrib/netbsd-tests/rump/rumpkern/ |
| 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()
|
| /freebsd-12-stable/usr.bin/mkstr/ |
| D | mkstr.c | 84 void copystr(void); 161 copystr(); in process() 185 copystr(void) in copystr() function
|
| /freebsd-12-stable/sys/arm/arm/ |
| D | copystr.S | 71 ENTRY(copystr) 94 END(copystr)
|
| /freebsd-12-stable/sys/powerpc/powerpc/ |
| D | copystr.c | 47 copystr(kfaddr, kdaddr, len, done) in copystr() function
|
| /freebsd-12-stable/sys/riscv/riscv/ |
| D | copystr.c | 34 copystr(const void * __restrict kfaddr, void * __restrict kdaddr, size_t len, in copystr() function
|
| /freebsd-12-stable/sys/arm64/arm64/ |
| D | copystr.c | 35 copystr(const void * __restrict kfaddr, void * __restrict kdaddr, size_t len, in copystr() function
|
| /freebsd-12-stable/share/examples/kld/cdev/module/ |
| D | cdev.c | 181 copystr(&buf, uio->uio_iov->iov_base, 513, &len); in mydev_read()
|
| /freebsd-12-stable/sys/fs/unionfs/ |
| D | union_vfsops.c | 308 copystr((below ? "<below>:" : "<above>:"), tmp, len, &done); in unionfs_domount() 311 copystr(target, tmp, len, NULL); in unionfs_domount()
|
| /freebsd-12-stable/sys/kern/ |
| D | imgact_shell.c | 244 error = copystr(fname, imgp->args->begin_argv + offset, in exec_shell_imgact()
|
| D | subr_uio.c | 378 error = copystr(src, dst, len, copied); in copyinstrfrom()
|
| D | vfs_lookup.c | 343 error = copystr(ndp->ni_dirp, cnp->cn_pnbuf, MAXPATHLEN, in namei() 1422 error = copystr(path, ptr, sz, &len); in kern_alternate_path()
|
| /freebsd-12-stable/sys/dev/hwpmc/ |
| D | hwpmc_powerpc.c | 121 if ((error = copystr(powerpc_name, pi->pm_name, PMC_NAME_MAX, in powerpc_describe()
|
| D | hwpmc_tsc.c | 136 if ((error = copystr(pd->pm_descr.pd_name, pi->pm_name, in tsc_describe()
|
| D | hwpmc_uncore.c | 249 if ((error = copystr(ucf_name, pi->pm_name, PMC_NAME_MAX, in ucf_describe() 586 if ((error = copystr(ucp_name, pi->pm_name, PMC_NAME_MAX, in ucp_describe()
|
| D | hwpmc_arm64.c | 386 if ((error = copystr(arm64_name, pi->pm_name, PMC_NAME_MAX, in arm64_describe()
|
| D | hwpmc_armv7.c | 377 if ((error = copystr(armv7_name, pi->pm_name, PMC_NAME_MAX, in armv7_describe()
|
| D | hwpmc_soft.c | 175 if ((error = copystr(pd->pm_descr.pd_name, pi->pm_name, in soft_describe()
|
| D | hwpmc_core.c | 324 if ((error = copystr(iaf_name, pi->pm_name, PMC_NAME_MAX, in iaf_describe() 826 if ((error = copystr(iap_name, pi->pm_name, PMC_NAME_MAX, in iap_describe()
|
| /freebsd-12-stable/sys/conf/ |
| D | files.riscv | 37 riscv/riscv/copystr.c standard
|
| /freebsd-12-stable/share/examples/ipfilter/l4check/ |
| D | l4check.c | 70 copystr(char *dst, char *src) in copystr() function 655 copystr(probe, t); in readconfig()
|
| /freebsd-12-stable/sys/i386/i386/ |
| D | support.s | 239 ENTRY(copystr) 275 END(copystr)
|
| /freebsd-12-stable/sys/mips/mips/ |
| D | support.S | 113 LEAF(copystr) 133 END(copystr) 154 jal _C_LABEL(copystr)
|
| /freebsd-12-stable/sys/amd64/vmm/ |
| D | vmm_dev.c | 268 error = copystr(dsc->name, mseg->name, SPECNAMELEN + 1, NULL); in get_memseg() 290 error = copystr(mseg->name, name, SPECNAMELEN + 1, 0); in alloc_memseg()
|
| /freebsd-12-stable/sys/sparc64/sparc64/ |
| D | support.S | 312 ENTRY(copystr) 316 END(copystr)
|