Home | History | Annotate | Download | only in Stdio

Lines Matching defs:STRLEN

78 #define STRLEN(a) wcslen(a)

88 #define STRLEN(a) strlen(a)
456 insize = strlen(mbsarg);
1361 * can't use STRLEN; can only look for the
1363 * STRLEN() will go further.
1374 size = (int)STRLEN(result);