cg_merge.c | 189 static Bool streqn ( char* s1, char* s2, size_t n ) function 621 if (!streqn(line, "desc: ", 6)) 640 if (!streqn(line, "cmd: ", 5)) 651 if (!streqn(line, "events: ", 8)) 688 if (streqn(line, "fn=", 3)) { 695 if (streqn(line, "fl=", 3)) { 702 if (streqn(line, "summary: ", 9)) { 710 if (!streqn(line, "summary: ", 9)) [all...] |