Searched refs:strcnt (Results 1 – 5 of 5) sorted by relevance
18 int strcnt(char *str, char c);
140 argc = strcnt(cmd, ' ') + 1; in exec_out2file()
142 int strcnt(char *str, char c) in strcnt() function
123 return strcnt(mfile->begin, '\n'); in mm_count_lines()
147 ret = strcnt(vm->history_data, '\n'); in get_vms_history()
Completed in 12 milliseconds