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

/forgerock/web-agents-v4/source/
H A Dutility.c1122 text = malloc(st.st_size + 1);
1124 if (st.st_size != read(fd, text, st.st_size)) {
1129 text[st.st_size] = '\0';
1131 *data_sz = st.st_size;
2534 if (sendfile(dest, source, &offset, st.st_size) != -1) {
H A Dlog.c380 if (max_size > 0 && stat(file_name, &st) == 0 && (st.st_size + 1024) > max_size) {

Completed in 31 milliseconds