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

/sssd/src/tools/common/
H A Dsss_process.c45 size_t fsize; local
60 fsize = fread(pid_str, sizeof(char), MAX_PID_LENGTH * sizeof(char),
74 if (fsize == 0) {
/sssd/src/tests/
H A Ddebug-tests.c127 int fsize; local
184 fsize = fread(msg, sizeof(char), filesize, file);
185 if (fsize != filesize) {
190 msg[fsize] = '\0';

Completed in 1185 milliseconds