Home
last modified time | relevance | path

Searched defs:st (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/stdio/
Dremove.c42 struct stat st; in remove() local
Dmakebuf.c83 struct stat st; in __swhatbuf() local
Dfseek.c54 struct stat st; in fseeko() local
/bionic/libc/unistd/
Dftok.c34 struct stat st; in ftok() local
/bionic/libc/regex/
Dengine.c81 states st; /* current states */ member
674 states st = m->st; in fast() local
758 states st = m->st; in slow() local
953 print(struct match *m, char *caption, states st, int ch, FILE *d) in print()