Lines Matching refs:strlen
120 if( 0 == strncmp( tmp, id, strlen(id))) {
122 ptr = &tmp[strlen(id)];
127 res[strlen(res)-1] = '\0';
179 if(0 != strncmp(tmp, except, strlen(except))) {
181 if( strlen( tmp ) > 0 ) {
183 ptr += strlen(tmp);
231 if(0 == strncmp(tmp, which, strlen(which))) {
234 diml = strtol(&tmp[strlen(which)], NULL, 10);
235 p = strchr( &tmp[strlen(which)], ':' );
278 rb = &tmp[strlen(tmp)];
561 if( strlen( set_tmp ))