st 85 htags-refkit/htags_path2url.c struct stat st; st 95 htags-refkit/htags_path2url.c if (fstat(fd, &st) < 0) st 98 htags-refkit/htags_path2url.c if ((p = (char *)malloc(st.st_size)) == NULL) st 101 htags-refkit/htags_path2url.c if (read(fd, p, st.st_size) != st.st_size) st 105 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 355 libutil/find.c struct stat st; st 364 libutil/find.c if (stat(makepath(dir, dp->d_name, NULL), &st) < 0) { st 368 libutil/find.c if (S_ISDIR(st.st_mode)) st 370 libutil/find.c else if (S_ISREG(st.st_mode))