Searched refs:copybuf (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.sbin/pw/
H A Dcpdir.c47 char *p, lnk[MAXPATHLEN], copybuf[4096]; local
113 while ((sz = read(srcfd, copybuf, sizeof(copybuf))) > 0)
114 write(destfd, copybuf, sz);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dargv.c165 char *copybuf; local
176 copybuf = (char *) alloca (strlen (input) + 1);
212 arg = copybuf;
271 argv[argc] = strdup (copybuf);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dargv.c165 char *copybuf; local
176 copybuf = (char *) alloca (strlen (input) + 1);
212 arg = copybuf;
271 argv[argc] = strdup (copybuf);

Completed in 117 milliseconds