Home
last modified time | relevance | path

Searched refs:f_size (Results 1 – 16 of 16) sorted by relevance

/openbsd/bin/ls/
H A Dprint.c91 (f_longform || f_size)) in printlong()
101 if (f_size) in printlong()
143 if (f_size) in compute_columns()
200 (f_longform || f_size)) in printcol()
231 if (f_size) in printaname()
280 (f_longform || f_size)) in printacol()
310 if (f_size) in printstream()
H A Dls.c90 int f_size; /* list size in short listing */ variable
239 f_size = 1; in ls_main()
265 if (!f_longform && !f_inode && !f_size && !f_type && !f_typedir && in ls_main()
277 if (f_longform || f_size) { in ls_main()
447 needstats = f_inode || f_longform || f_size; in display()
552 if (!entries && (!(f_longform || f_size) || p == NULL)) in display()
H A Dls.h50 extern int f_size; /* list size in short listing */
/openbsd/sys/ntfs/
H A Dntfs_vnops.c109 DPRINTF("ntfs_read: filesize: %llu", fp->f_size); in ntfs_read()
112 if (uio->uio_offset > fp->f_size) in ntfs_read()
115 toread = MIN(uio->uio_resid, fp->f_size - uio->uio_offset); in ntfs_read()
150 vap->va_size = fp->f_size; in ntfs_getattr()
272 if (ntfs_cntob(bp->b_blkno) >= fp->f_size) { in ntfs_strategy()
277 fp->f_size - ntfs_cntob(bp->b_blkno)); in ntfs_strategy()
279 toread, fp->f_size); in ntfs_strategy()
H A Dntfs_inode.h74 u_int64_t f_size; /* defattr/dirinfo: */ member
H A Dntfs_vfsops.c561 bmsize = VTOF(vp)->f_size; in ntfs_calccfree()
714 fp->f_size = fp->f_allocated = 0; in ntfs_vgetex()
719 &fp->f_size, &fp->f_allocated); in ntfs_vgetex()
H A Dntfs_subr.c991 nfp->f_size = iep->ie_fsize; in ntfs_ntlookupfile()
996 &nfp->f_size, &nfp->f_allocated); in ntfs_ntlookupfile()
/openbsd/bin/stty/
H A Dkey.c62 void f_size(struct info *);
96 { "size", f_size, 0 },
307 f_size(struct info *ip) in f_size() function
/openbsd/lib/libkvm/
H A Dkvm_ntfs.c80 kf->va_size = fn.f_size; in _kvm_stat_ntfs()
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmt-opc.h138 long f_size; member
H A Dmt-ibld.c724 errmsg = insert_normal (cd, fields->f_size, 0, 0, 13, 14, 32, total_length, buffer); in mt_cgen_insert_operand()
944 …h = extract_normal (cd, ex_info, insn_value, 0, 0, 13, 14, 32, total_length, pc, & fields->f_size); in mt_cgen_extract_operand()
1144 value = fields->f_size; in mt_cgen_get_int_operand()
1326 value = fields->f_size; in mt_cgen_get_vma_operand()
1515 fields->f_size = value; in mt_cgen_set_int_operand()
1694 fields->f_size = value; in mt_cgen_set_vma_operand()
H A Dmt-dis.c276 print_dollarhex (cd, info, fields->f_size, 0, pc, length); in mt_cgen_print_operand()
H A Dmt-asm.c580 …sg = cgen_parse_unsigned_integer (cd, strp, MT_OPERAND_SIZE, (unsigned long *) (& fields->f_size)); in mt_cgen_parse_operand()
/openbsd/usr.bin/find/
H A Dfunction.c106 int f_size(PLAN *, FTSENT *);
1464 f_size(PLAN *plan, FTSENT *entry) in f_size() function
1481 new = palloc(N_SIZE, f_size); in c_size()
/openbsd/sys/arch/amd64/amd64/
H A Ddb_disasm.c112 int f_size; /* size for memory instruction */ member
1023 switch (fp->f_size) { in db_disasm_esc()
/openbsd/sys/arch/i386/i386/
H A Ddb_disasm.c113 int f_size; /* size for memory instruction */ member
1020 switch(fp->f_size) { in db_disasm_esc()