Searched refs:splitstr (Results 1 – 6 of 6) sorted by relevance
/external/ltp/pan/ |
D | Makefile | 50 ltp-pan: ltp-pan.o zoolib.o splitstr.o 52 ltp-scanner: scan.o ltp-scanner.o reporter.o tag_report.o symbol.o splitstr.o debug.o
|
D | splitstr.c | 61 const char **splitstr(const char *str, const char *separator, int *argcount) in splitstr() function 182 ret = splitstr(test_str, NULL, &size_ret); in main()
|
D | splitstr.h | 23 splitstr(const char *, const char *, int *);
|
D | symbol.c | 206 keys = splitstr(key, ",", NULL); in sym_put() 277 keys = splitstr(nkey, ",", NULL); in sym_get()
|
D | tag_report.c | 87 cont_save = splitstr(expert, ",", NULL); in test_result() 128 ant = splitstr((dat = strdup(at)), ":", NULL); in cuts_report()
|
D | ltp-pan.c | 1045 arg_v = (char **)splitstr(c_cmdline, NULL, NULL); in run_child()
|