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

/xsrc/external/mit/xorg-server/dist/os/
H A Dclient.c141 int totsize = 0; local in function:DetermineClientCmd
309 totsize = read(fd, path, sizeof(path));
311 if (totsize <= 0)
313 path[totsize - 1] = '\0';
323 int argsize = totsize - cmdsize;
359 totsize = read(fd, &psinfo, sizeof(psinfo_t));
361 if (totsize <= 0)

Completed in 2 milliseconds