read.c | 103 static size_t gettlen(const char *, const char **); 660 tlen = gettlen(cp, &ep); 750 gettlen(const char *cp, const char **epp) function in typeref:typename:size_t 877 (void)gettlen(cp, &cp); 880 (void)gettlen(cp, &cp); 890 (void)gettlen(cp, &cp); 893 (void)gettlen(cp, &cp);
|