Searched defs:cvrt_path (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dauditwrite.c902 static char cvrt_path[AW_PATH_LEN+AW_PATH_LEN+2]; local
912 (void) strncpy(cvrt_path, absroot, AW_PATH_LEN);
913 (void) strcat(cvrt_path, "/");
914 (void) strcat(cvrt_path, path);
916 *pathp = cvrt_path;

Completed in 15 milliseconds