strsep           688 modules/qc/query_command.c           while( (token = strsep( &cursor, "," )) != NULL ) {
strsep           128 modules/qi/query_instructions.c   while( (token = strsep( &cursor, "-" )) != NULL && index < 2) {
strsep           219 modules/ud/ud_process_stream.c   while((split=strsep(&token, ATTR_DELIMITERS))){