HomeSort by: relevance | last modified time | path
    Searched refs:wordc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/openpam/dist/lib/libpam/
openpam_configure.c 171 int i, wordc; local
177 wordc = 0;
179 while ((wordv = openpam_readlinev(f, &lineno, &wordc)) != NULL) {
181 if (wordc == 0) {
182 FREEV(wordc, wordv);
190 FREEV(wordc, wordv);
216 FREEV(wordc, wordv);
251 FREEV(wordc, wordv);
295 FREEV(wordc, wordv);
316 this->optc = wordc - i
    [all...]
  /src/usr.bin/error/
subr.c 293 wordvprint(FILE *fyle, int wordc, char **wordv)
297 for (int i = 0; i < wordc; i++)
306 * a wordc wordv combination pointing into it.
351 wordv_eq(char **wordv1, int wordc, char **wordv2)
353 for (int i = 0; i < wordc; i++)
365 wordvsplice(int emptyhead, int wordc, char **wordv)
368 int nwordc = emptyhead + wordc;
pi.c 205 isdateformat(int wordc, char **wordv)
207 return wordc == 5
  /src/external/gpl3/gdb.old/dist/gdb/contrib/
spellcheck.sh 408 wordc=${word@u}
412 wordc=$(echo "$word" | sed 's/^\(.\)/\u\1/')
420 repl2="s%$before$wordc$after%\1$replacementc\2%g"

Completed in 16 milliseconds