Searched refs:fcp (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/games/hack/
H A Dhack.vault.c254 struct fakecorridor *fcp; local
323 fcp = &(EGD->fakecorr[EGD->fcend]);
325 fcp->fx = nx;
326 fcp->fy = ny;
327 fcp->ftyp = typ;
/openbsd-current/sys/msdosfs/
H A Dmsdosfs_fat.c304 struct fatcache *fcp; local
306 fcp = dep->de_fc;
307 for (i = 0; i < FC_SIZE; i++, fcp++) {
308 if (fcp->fc_frcn >= frcn)
309 fcp->fc_frcn = FCE_EMPTY;
/openbsd-current/usr.sbin/makefs/msdos/
H A Dmsdosfs_fat.c338 struct fatcache *fcp; local
340 fcp = dep->de_fc;
341 for (i = 0; i < FC_SIZE; i++, fcp++) {
342 if (fcp->fc_frcn >= frcn)
343 fcp->fc_frcn = FCE_EMPTY;
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-format.c1178 const char *fcp = *format;
1179 if (! ISDIGIT (*fcp))
1191 while (ISDIGIT (*fcp))
1194 nargnum = 10 * argnum + (*fcp - '0');
1198 fcp++;
1200 if (*fcp != '$')
1210 *format = fcp + 1;
1174 const char *fcp = *format; local
/openbsd-current/gnu/gcc/gcc/
H A Dc-format.c1062 const char *fcp = *format;
1063 if (!ISDIGIT (*fcp))
1075 while (ISDIGIT (*fcp))
1078 nargnum = 10 * argnum + (*fcp - '0');
1082 fcp++;
1084 if (*fcp != '$')
1094 *format = fcp + 1;
1058 const char *fcp = *format; local
/openbsd-current/sys/dev/pci/
H A Dif_aq_pci.c2161 enum aq_link_speed *speedp, enum aq_link_fc *fcp, enum aq_link_eee *eeep)
2200 if (fcp != NULL)
2201 *fcp = fc;
2361 enum aq_link_speed *speedp, enum aq_link_fc *fcp, enum aq_link_eee *eeep)
2404 if (fcp != NULL)
2405 *fcp = fc;
2160 aq_fw2x_get_mode(struct aq_softc *sc, enum aq_hw_fw_mpi_state *modep, enum aq_link_speed *speedp, enum aq_link_fc *fcp, enum aq_link_eee *eeep) argument
2360 aq2_fw_get_mode(struct aq_softc *sc, enum aq_hw_fw_mpi_state *modep, enum aq_link_speed *speedp, enum aq_link_fc *fcp, enum aq_link_eee *eeep) argument

Completed in 104 milliseconds