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

/illumos-gate/usr/src/cmd/ypcmd/
H A Dmkalias.c270 char last_modified[PBLKSIZ]; local
280 sprintf(last_modified, "%10.10d", now);
281 value.dptr = last_modified;
/illumos-gate/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)

Completed in 117 milliseconds