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

/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb1.c470 struct stat stat_info; local
484 sff, user_info, &stat_info);
488 if (stat_info.st_mode == ST_MODE_NOFILE &&
543 &stat_info);
H A Dsmdb2.c586 struct stat stat_info; local
601 mode_mask, sff, user_info, &stat_info);
607 if (stat_info.st_mode == ST_MODE_NOFILE &&
666 &stat_info);
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c2144 getldap_get_cacheStat(LineBuf *stat_info) argument
2155 stat_info->str = NULL;
2156 stat_info->len = 0;
2178 stat_info->str = calloc(infoSize, sizeof (char));
2179 if (stat_info->str != NULL) {
2180 (void) strncpy(stat_info->str,
2183 (void) strncat(stat_info->str,
2186 (void) strncat(stat_info->str,
2189 stat_info->len = infoSize;

Completed in 66 milliseconds