Searched refs:last_modified (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgweb.c2679 * last_modified - A string representing the date of last modification,
2686 get_unique_filename(char *dir, char *last_modified) argument
2728 if (last_modified != NULL)
2729 if (strlcat(buf, last_modified, PATH_MAX) >= PATH_MAX)
2977 * Arguments: last_modified - string of the form
2985 condense_lastmodified(char *last_modified) argument
2995 if (last_modified == NULL)
2998 if ((p = xstrdup(last_modified)) == NULL)
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py155 def last_modified(self): member in class:MenuConfigEntry

Completed in 35 milliseconds