Lines Matching +defs:g +defs:n
137 static glue* moreglue(int n) { in moreglue()
141 glue* g = reinterpret_cast<glue*>(data); in moreglue() local
168 int n; in __sfp() local
169 struct glue *g; in __sfp() local
213 for (glue* g = &__sglue; g != nullptr; g = g->next) { in _fwalk() local
215 for (int n = g->niobs; --n >= 0; ++fp) { in _fwalk() local
506 int n = fp->_p - p; in __sflush() local
526 int __sread(void* cookie, char* buf, int n) { in __sread()
531 int __swrite(void* cookie, const char* buf, int n) { in __swrite()
763 char* fgets(char* buf, int n, FILE* fp) { in fgets()
773 char* fgets_unlocked(char* buf, int n, FILE* fp) { in fgets_unlocked()
969 int snprintf(char* s, size_t n, const char* fmt, ...) { in snprintf()
981 int swprintf(wchar_t* s, size_t n, const wchar_t* fmt, ...) { in swprintf()
1017 int vsnprintf(char* s, size_t n, const char* fmt, va_list ap) { in vsnprintf()
1154 size_t n; in fwrite_unlocked() local