strsep           346 modules/er/er_macro.c       defname = strsep(&this_line, " \t");
strsep           126 modules/pc/pc_commands.c     name = (char *)strsep(&cursor, " ");
strsep           485 modules/pc/pc_commands.c     name = (char *)strsep(&body, " ");
strsep            86 modules/pc/protocol_config.c   if( (token = strsep(&cursor, " \t")) != NULL) {
strsep           153 modules/pc/protocol_config.c   name = strsep(&next_word, " \t");
strsep           502 modules/qc/query_command.c         while( (token = strsep( &cursor, "," )) != NULL ) {
strsep           625 modules/qc/query_command.c           while( (token = strsep( &cursor, "," )) != NULL ) {
strsep           271 modules/qi/query_instructions.c   while( (token = strsep( &cursor, "-" )) != NULL && index < 2) {
strsep           154 modules/ud/ud_core.c   *begin=convert_as(strsep(&token, "-"));
strsep           785 modules/ud/ud_core.c     while((p_name=strsep(&token, " \t"))){
strsep           891 modules/ud/ud_core.c                         mu_mntner=strsep(&token, " \t");
strsep          1159 modules/ud/ud_core.c             mu_mntner=strsep(&token, " \t");
strsep           170 modules/ud/ud_process_stream.c   while((split=strsep(&token, ATTR_DELIMITERS))){