Home
last modified time | relevance | path

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

/dragonfly/usr.bin/env/
H A Denvopts.c167 const char *bq_src, *copystr, *src; in split_spaces() local
203 copystr = NULL; in split_spaces()
216 copystr = nullarg; in split_spaces()
226 copystr = expand_vars(in_arg, (nextarg - 1), in split_spaces()
241 copystr = nullarg; in split_spaces()
335 if (copychar || copystr != NULL) { in split_spaces()
344 else if (copystr != NULL) in split_spaces()
345 while (*copystr != '\0') in split_spaces()
346 *dest++ = *copystr++; in split_spaces()
/dragonfly/usr.bin/mkstr/
H A Dmkstr.c71 static void copystr(void);
148 copystr(); in process()
172 copystr(void) in copystr() function
/dragonfly/sys/kern/
H A Dimgact_shell.c169 error = copystr(imgp->args->fname, imgp->args->buf + offset, in exec_shell_imgact()
173 error = copystr(imgp->args->begin_argv, imgp->interpreter_name, in exec_shell_imgact()
H A Dvfs_nlookup.c134 error = copystr(path, nd->nl_path, MAXPATHLEN, &pathlen); in nlookup_init()
269 error = copystr(path, nd->nl_path, MAXPATHLEN, &pathlen); in nlookup_init_raw()
313 error = copystr(path, nd->nl_path, MAXPATHLEN, &pathlen); in nlookup_init_root()
H A Dvfs_mount.c356 copystr(devname, mp->mnt_stat.f_mntfromname, MNAMELEN - 1, 0); in vfs_rootmountalloc()
H A Dkern_exec.c1036 error = copystr(fname, args->fname, PATH_MAX, &length); in exec_copyin_args()
/dragonfly/games/adventure/
H A Dextern.h103 #define copystr(src, dest) strcpy((dest), (src)) macro
H A Dmain.c160 copystr("quit", wd1); /* pretend he's quitting */ in main()
232 copystr("pour", wd2); in main()
273 l2800: copystr(wd2, wd1); in main()
H A Dsubr.c552 copystr(wd2, wd1); in trsay()
/dragonfly/share/examples/kld/cdev/module/
H A Dcdev.c184 copystr(&buf, args->a_uio->uio_iov->iov_base, 513, &len); in mydev_read()
/dragonfly/sys/vfs/dirfs/
H A Ddirfs_vfsops.c129 error = copystr(data, &dmp->dm_path, MAXPATHLEN, &done); in dirfs_mount()
/dragonfly/sys/platform/pc64/x86_64/
H A Dsupport.s724 ENTRY(copystr)
754 END(copystr)
/dragonfly/sys/platform/vkernel64/platform/
H A Dcopyio.c250 copystr(const void *kfaddr, void *kdaddr, size_t len, size_t *lencopied) in copystr() function
/dragonfly/sys/vfs/tmpfs/
H A Dtmpfs_vfsops.c247 copystr("tmpfs", mp->mnt_stat.f_mntfromname, MNAMELEN - 1, &size); in tmpfs_mount()
/dragonfly/sys/sys/
H A Dsystm.h302 int copystr (const void *kfaddr, void *kdaddr, size_t len,
/dragonfly/share/man/man9/
H A DMakefile411 copy.9 copystr.9