strsep           331 modules/er/er_macro.c       defname = strsep(&this_line, " \t");
strsep           129 modules/pc/pc_commands.c     name = (char *)strsep(&cursor, " ");
strsep           502 modules/pc/pc_commands.c     name = (char *)strsep(&body, " ");
strsep            76 modules/pc/protocol_config.c   if( (token = strsep(&cursor, " \t")) != NULL) {
strsep           143 modules/pc/protocol_config.c   name = strsep(&next_word, " \t");
strsep           497 modules/qc/query_command.c         while( (token = strsep( &cursor, "," )) != NULL ) {
strsep           620 modules/qc/query_command.c           while( (token = strsep( &cursor, "," )) != NULL ) {
strsep           265 modules/qi/query_instructions.c   while( (token = strsep( &cursor, "-" )) != NULL && index < 2) {
strsep           153 modules/ud/ud_core.c   *begin=convert_as(strsep(&token, "-"));
strsep           742 modules/ud/ud_core.c         while((p_name=strsep(&token, " \t"))){
strsep           849 modules/ud/ud_core.c                         mu_mntner=strsep(&token, " \t");
strsep          1117 modules/ud/ud_core.c             mu_mntner=strsep(&token, " \t");
strsep           168 modules/ud/ud_process_stream.c   while((split=strsep(&token, ATTR_DELIMITERS))){