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

  /src/usr.bin/qsubst/
qsubst.c 199 foundit(void) function
425 if ((n >= rahead) && foundit() && doit()) {
  /src/external/bsd/openldap/dist/libraries/libldap/
result.c 515 int foundit = 0; local
1173 foundit = 1; /* return the chain later */
1193 if ( foundit ) {
1211 if ( foundit ) {
1221 if ( foundit ) {
  /src/lib/libc/gen/
getcap.c 260 int myfd, eof, foundit; local
302 foundit = 0;
496 foundit = 1;
501 if (foundit)
505 if (!foundit) {
  /src/sys/dev/raidframe/
rf_dagutils.c 1084 int foundit, i; local
1086 foundit = 0;
1137 for (foundit = i = 0, pda = asmap->physInfo; pda; i++, pda = pda->next) {
1140 foundit = 1;
1148 if (!foundit) {
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
memberof.c 197 int foundit; member in struct:memberof_cookie_t
223 mc->foundit = 1;
241 mc->foundit = 1;
303 mc.foundit = 0;
315 if ( mc.foundit ) {
326 mc.foundit = 0;
338 if ( mc.foundit ) {
syncprov.c 2478 int do_check = 0, have_psearches, foundit, csn_changed = 0; local
2488 slap_get_commit_csn( op, &maxcsn, &foundit );
2499 slap_get_commit_csn( op, &maxcsn, &foundit );

Completed in 44 milliseconds