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           509 modules/qc/query_command.c         while( (token = strsep( &cursor, "," )) != NULL ) {
strsep           632 modules/qc/query_command.c           while( (token = strsep( &cursor, "," )) != NULL ) {
strsep           258 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           776 modules/ud/ud_core.c         while((p_name=strsep(&token, " \t"))){
strsep           903 modules/ud/ud_core.c                         mu_mntner=strsep(&token, " \t");
strsep          1169 modules/ud/ud_core.c             mu_mntner=strsep(&token, " \t");