st 91 htags-refkit/htags_path2url.c struct stat st; st 101 htags-refkit/htags_path2url.c if (fstat(fd, &st) < 0) st 104 htags-refkit/htags_path2url.c if ((p = (char *)malloc(st.st_size)) == NULL) st 107 htags-refkit/htags_path2url.c if (read(fd, p, st.st_size) != st.st_size) st 111 htags-refkit/htags_path2url.c *size = st.st_size; st 62 libglibc/regex.c # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) st 66 libglibc/regex.c # define re_set_registers(bu, re, nu, st, en) \ st 67 libglibc/regex.c __re_set_registers (bu, re, nu, st, en) st 465 libutil/find.c struct stat st; st 480 libutil/find.c if (stat(makepath(dir, dp->d_name, NULL), &st) < 0) { st 484 libutil/find.c if (S_ISDIR(st.st_mode)) st 486 libutil/find.c else if (S_ISREG(st.st_mode))