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

/vbox/src/libs/xpcom18a4/nsprpub/config/
H A Dpathsub.h72 /* Relate absolute pathnames from and to returning the result in outpath. */
73 extern int relatepaths(char *from, char *to, char *outpath);
76 extern void reversepath(char *inpath, char *name, int len, char *outpath);
H A Dnsinstall.c540 relatepaths(char *from, char *to, char *outpath) argument
554 len = strlen(strcpy(outpath, to));
555 if (outpath[len] != '/') {
556 outpath[len++] = '/';
557 outpath[len] = '\0';
562 strcpy(outpath + len, "../");
566 sprintf(outpath + len, "%s/", buf);
567 len += strlen(outpath + len);
574 reversepath(char *inpath, char *name, int len, char *outpath) argument
580 cp = strcpy(outpath
[all...]
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_vfs.c225 sf_pn_get(char *rawpath, struct mounta *uap, char **outpath) argument
236 *outpath = kmem_alloc(path.pn_pathlen + 1, KM_SLEEP);
237 strcpy(*outpath, path.pn_path);

Completed in 56 milliseconds