fc                 23 srclib/apr/file_io/netware/flock.c 	int fc;
fc                 25 srclib/apr/file_io/netware/flock.c 	fc = (type & APR_FLOCK_NONBLOCK) ? NX_RANGE_LOCK_TRYLOCK : NX_RANGE_LOCK_CHECK;
fc                 27 srclib/apr/file_io/netware/flock.c     if(NXFileRangeLock(thefile->filedes,fc, 0, 0) == -1)
fc                 33 srclib/apr/file_io/unix/flock.c         int fc;
fc                 43 srclib/apr/file_io/unix/flock.c         fc = (type & APR_FLOCK_NONBLOCK) ? F_SETLK : F_SETLKW;
fc                 46 srclib/apr/file_io/unix/flock.c         while ((rc = fcntl(thefile->filedes, fc, &l)) < 0 && errno == EINTR)
fc               7404 srclib/pcre/pcre.c       GETCHARLEN(fc, ecode, length);
fc               7427 srclib/pcre/pcre.c       GETCHARLEN(fc, ecode, length);
fc               7434 srclib/pcre/pcre.c       if (fc < 128)
fc               7452 srclib/pcre/pcre.c         if (fc != dc)
fc               7457 srclib/pcre/pcre.c           if (ucp_findchar(fc, &chartype, &othercase) < 0 || dc != othercase)
fc               7511 srclib/pcre/pcre.c       GETCHARLEN(fc, ecode, length);
fc               7527 srclib/pcre/pcre.c              ucp_findchar(fc, &chartype, &othercase) >= 0 &&
fc               7599 srclib/pcre/pcre.c       fc = *ecode++;
fc               7611 srclib/pcre/pcre.c     DPRINTF(("matching %c{%d,%d} against subject %.*s\n", fc, min, max,
fc               7616 srclib/pcre/pcre.c       fc = md->lcc[fc];
fc               7618 srclib/pcre/pcre.c         if (fc != md->lcc[*eptr++]) RRETURN(MATCH_NOMATCH);
fc               7627 srclib/pcre/pcre.c               fc != md->lcc[*eptr++])
fc               7637 srclib/pcre/pcre.c           if (eptr >= md->end_subject || fc != md->lcc[*eptr]) break;
fc               7655 srclib/pcre/pcre.c       for (i = 1; i <= min; i++) if (fc != *eptr++) RRETURN(MATCH_NOMATCH);
fc               7663 srclib/pcre/pcre.c           if (fi >= max || eptr >= md->end_subject || fc != *eptr++)
fc               7673 srclib/pcre/pcre.c           if (eptr >= md->end_subject || fc != *eptr) break;
fc               7746 srclib/pcre/pcre.c     fc = *ecode++;
fc               7756 srclib/pcre/pcre.c     DPRINTF(("negative matching %c{%d,%d} against subject %.*s\n", fc, min, max,
fc               7761 srclib/pcre/pcre.c       fc = md->lcc[fc];
fc               7772 srclib/pcre/pcre.c           if (fc == d) RRETURN(MATCH_NOMATCH);
fc               7781 srclib/pcre/pcre.c           if (fc == md->lcc[*eptr++]) RRETURN(MATCH_NOMATCH);
fc               7799 srclib/pcre/pcre.c             if (fi >= max || eptr >= md->end_subject || fc == d)
fc               7811 srclib/pcre/pcre.c             if (fi >= max || eptr >= md->end_subject || fc == md->lcc[*eptr++])
fc               7835 srclib/pcre/pcre.c             if (fc == d) break;
fc               7852 srclib/pcre/pcre.c             if (eptr >= md->end_subject || fc == md->lcc[*eptr]) break;
fc               7880 srclib/pcre/pcre.c           if (fc == d) RRETURN(MATCH_NOMATCH);
fc               7888 srclib/pcre/pcre.c           if (fc == *eptr++) RRETURN(MATCH_NOMATCH);
fc               7905 srclib/pcre/pcre.c             if (fi >= max || eptr >= md->end_subject || fc == d)
fc               7917 srclib/pcre/pcre.c             if (fi >= max || eptr >= md->end_subject || fc == *eptr++)
fc               7940 srclib/pcre/pcre.c             if (fc == d) break;
fc               7957 srclib/pcre/pcre.c             if (eptr >= md->end_subject || fc == *eptr) break;