Home | History | Annotate | Download | only in x11

Lines Matching refs:linksize

288 	int linksize;
307 linksize = readlink(procfile, linkfile, sizeof(linkfile)-1);
308 if ( linksize > 0 ) {
309 linkfile[linksize] = '\0';