Searched refs:copt (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/fs/smbfs/
H A Dsmbfs_subr.c186 int copt = (caseopt == SMB_CS_LOWER ? KICONV_FROM_LOWER : local
201 (vcp->vc_tolocal, NULL, NULL, &obuf, &olen, copt);
206 (vcp->vc_tolocal, (const char **)&ibuf, &ilen, &obuf, &olen, copt);
/freebsd-9.3-release/contrib/binutils/include/coff/
H A Dsym.h123 long copt; /* count of file's optimization entries */ member in struct:fdr
/freebsd-9.3-release/contrib/binutils/bfd/
H A Decoffswap.h200 intern->copt = H_GET_32 (abfd, ext->f_copt);
266 H_PUT_32 (abfd, intern->copt, ext->f_copt);
H A Decofflink.c972 if (fdr.copt > 0)
976 unsigned long size = fdr.copt * external_opt_size;
1020 end = in + fdr.copt * insz;
1021 sz = fdr.copt * outsz;
1043 output_symhdr->ioptMax += fdr.copt;
/freebsd-9.3-release/contrib/gcc/
H A Dmips-tdump.c1166 (ulong) fdp->copt,
1167 (ulong) (fdp->copt * sizeof (OPTR)),

Completed in 117 milliseconds