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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsml.c71 * smlParamEqF - Determine if parameter is equal to a specified value
1517 * Name: smlParamEqF
1538 smlParamEqF(SML_TAG *tag, char *findTag, char *findParam, char *format, ...) function
1850 if (smlParamEqF(tag, _sml_fileStatInfoTag, "st_ino",
1855 if (smlParamEqF(tag, _sml_fileStatInfoTag, "st_mode",
1860 if (smlParamEqF(tag, _sml_fileStatInfoTag, "st_mtime",
1865 if (smlParamEqF(tag, _sml_fileStatInfoTag, "st_ctime",
1870 if (smlParamEqF(tag, _sml_fileStatInfoTag, "st_size",

Completed in 49 milliseconds