Home | History | Annotate | Download | only in openbsd-compat

Lines Matching defs:copy

252 	/* copy part up to the brace */
359 /* Copy up to the end of the string or / */
396 /* Copy the home directory */
621 /* Find end of next segment, copy tentatively to pathend. */
755 char *copy = NULL;
828 if ((copy = malloc(len)) != NULL) {
829 if (g_Ctoc(path, copy, len)) {
830 free(copy);
833 pathv[pglob->gl_offs + pglob->gl_pathc++] = copy;
844 return(copy == NULL ? GLOB_NOSPACE : 0);