strsep 272 modules/er/er_macro.c defname = strsep(&this_line, " \t");
strsep 53 modules/pc/pc_commands.c name = (char *)strsep(&cursor, " ");
strsep 245 modules/pc/pc_commands.c name = (char *)strsep(&body, " ");
strsep 70 modules/pc/protocol_config.c if( (token = strsep(&cursor, " \t")) != NULL) {
strsep 111 modules/pc/protocol_config.c name = strsep(&next_word, " \t");
strsep 498 modules/qc/query_command.c while( (token = strsep( &cursor, "," )) != NULL ) {
strsep 616 modules/qc/query_command.c while( (token = strsep( &cursor, "," )) != NULL ) {
strsep 235 modules/qi/query_instructions.c while( (token = strsep( &cursor, "-" )) != NULL && index < 2) {
strsep 141 modules/ud/ud_core.c *begin=convert_as(strsep(&token, " -"));
strsep 142 modules/ud/ud_core.c *end=convert_as(strsep(&token, " -"));
strsep 766 modules/ud/ud_core.c while((p_name=strsep(&token, " "))){
strsep 870 modules/ud/ud_core.c mu_mntner=strsep(&token, " ");
strsep 1130 modules/ud/ud_core.c mu_mntner=strsep(&token, " ");
strsep 115 modules/ud/ud_process_stream.c while((split=strsep(&token, ATTR_DELIMITERS))){