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

/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c196 static char ofname [MAXPATHLEN]; variable
648 if (strlcpy(ofname, *fileptr,
649 sizeof (ofname)) >=
650 sizeof (ofname)) {
661 ofname[strlen(*fileptr) - 2] = '\0';
734 if (strlcpy(ofname, *fileptr,
735 sizeof (ofname)) >=
736 sizeof (ofname)) {
745 if (addDotZ(ofname,
746 sizeof (ofname)) <
1579 copystat(char *ifname, struct stat *ifstat, char *ofname) argument
[all...]

Completed in 430 milliseconds