HomeSort by: relevance | last modified time | path
    Searched defs:twice (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
infoline.c 18 int twice (int i) { /* THIS LINE */ function
28 int t = twice (1);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
infoline.c 18 int twice (int i) { /* THIS LINE */ function
28 int t = twice (1);
  /src/external/bsd/openpam/dist/lib/libpam/
pam_get_authtok.c 79 int pitem, r, style, twice; local
83 twice = 0;
100 twice = 1;
107 twice = 0;
144 if (twice) {
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/tests/
srpl-host-2i.c 85 static bool twice = false; local
122 } else if (twice && (state->variant == DUP_TEST_VARIANT_ADD_FIRST ||
127 twice = false;
148 twice = true;
153 twice = true;
  /src/usr.bin/pr/
pr.c 1306 static int twice = -1; local
1308 ++twice;
1313 if (twice)
1345 if (nohead || (dt && twice))
1375 if (nohead || (dt && twice))

Completed in 32 milliseconds