Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/cachefs/cachefspack/
H A Drules.c442 static char pathb[MAXPATHLEN]; in mk_base_dir() local
451 strcpy(pathb, linkpath); in mk_base_dir()
460 strcpy(pathb, dnam); in mk_base_dir()
461 len = strlen(pathb); in mk_base_dir()
463 return (pathb); in mk_base_dir()
464 if (pathb[len-1] != '/') in mk_base_dir()
465 strcat(pathb, "/"); in mk_base_dir()
471 strcat(pathb, &linkpath[3]); in mk_base_dir()
476 strcat(pathb, linkpath); in mk_base_dir()
479 return (pathb); in mk_base_dir()