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

/freebsd-10.1-release/contrib/groff/src/libs/libgroff/
H A Dsearchpath.cpp117 char *origpath = new char[(end - p) + need_slash + namelen + 1]; local
118 memcpy(origpath, p, end - p);
120 origpath[end - p] = '/';
121 strcpy(origpath + (end - p) + need_slash, name);
123 fprintf(stderr, "origpath `%s'\n", origpath);
125 char *path = relocate(origpath);
126 a_delete origpath; local
174 char *origpath = new char[(end - p) + need_slash + namelen + 1]; local
175 memcpy(origpath,
183 a_delete origpath; local
[all...]
/freebsd-10.1-release/sbin/kldconfig/
H A Dkldconfig.c341 char *origpath; local
347 origpath = NULL;
412 if ((origpath = strdup(modpath)) == NULL) {
438 printf("%s -> ", origpath);
/freebsd-10.1-release/usr.bin/csup/
H A Dupdater.c68 char *origpath; member in struct:file_update
140 fup->origpath = NULL;
146 fup->origpath = atticpath(coll->co_prefix, name);
148 if (fup->origpath != NULL &&
149 strcmp(fup->origpath, fup->destpath) == 0) {
150 free(fup->origpath);
151 fup->origpath = NULL;
177 if (fup->origpath != NULL) {
178 free(fup->origpath);
179 fup->origpath
[all...]

Completed in 58 milliseconds