Lines Matching defs:path
1753 * Description; Given a file status structure and path name, encode the
1760 * path - [RO, *RO] - (char *)
1761 * Pointer to path name of file to encode
1767 smlSetFileStatInfo(SML_TAG **tag, struct stat *statbuf, char *path)
1797 if (path != (char *)NULL) {
1798 smlSetParam(rtag, "st_path", path);
1815 * Description: Given a file status structure and path name, look for the
1823 * path - [RO, *RO] - (char *)
1824 * Pointer to path name of file to compare
1831 smlFstatCompareEq(struct stat *statbuf, SML_TAG *tag, char *path)
1843 if (path != (char *)NULL) {
1845 _sml_fileStatInfoTag, "st_path", path) != B_TRUE) {