Home | History | Annotate | Download | only in lib

Lines Matching defs:nlen

429         size_t nlen = strlen(name);
430 const char *endofn = &ptr[ nlen ];
435 if(nlen) {
439 while(*endofn && ISBLANK(*endofn) && nlen) {
441 nlen--;
443 name[nlen]=0; /* new end of name */