Home
last modified time | relevance | path

Searched refs:spl (Results 1 – 1 of 1) sorted by relevance

/rkdeveloptool/
H A Dmain.cpp3015 void tag_spl(char *tag, char *spl) in tag_spl() argument
3020 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() local
3130 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()