Searched refs:at_and (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/patch_cmds-17/diffstat/
H A Ddiffstat.c1554 char *at_and = strstr(s, " and "); local
1556 if ((at_and != NULL) && !strcmp(s, " differ")) {
1557 char *second = skip_blanks(at_and + 5);
1560 *at_and = EOS;

Completed in 131 milliseconds