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

/macosx-10.10.1/text_cmds-88/split/
H A Dsplit.c72 regex_t rgx; variable
134 if (regcomp(&rgx, optarg, REG_EXTENDED|REG_NOSUB) != 0)
183 regfree(&rgx);
263 if (regexec(&rgx, bfr, 0, &pmatch, REG_STARTEND) == 0)
/macosx-10.10.1/shell_cmds-179/killall/
H A Dkillall.c176 regex_t rgx; local
460 if (regcomp(&rgx, cmd,
469 if (regexec(&rgx, thiscmd, 0, &pmatch,
472 regfree(&rgx);
492 if (regcomp(&rgx, av[j],
501 if (regexec(&rgx, thiscmd, 0, &pmatch,
504 regfree(&rgx);

Completed in 65 milliseconds