Searched refs:spl (Results 1 – 1 of 1) sorted by relevance
3015 void tag_spl(char *tag, char *spl) in tag_spl() argument3020 if(!tag || !spl) in tag_spl()3024 file = fopen(spl, "rb"); in tag_spl()3049 len = strlen(spl); in tag_spl()3051 strcpy(taggedspl, spl); in tag_spl()3129 string spl = argv[3]; in handle_command() local3130 printf("tag %s to %s\n", tag.c_str(), spl.c_str()); in handle_command()3131 tag_spl((char*)tag.c_str(), (char*)spl.c_str()); in handle_command()