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

/openbsd-current/bin/ls/
H A Dls.h50 extern int f_size; /* list size in short listing */
H A Dprint.c91 (f_longform || f_size))
101 if (f_size)
143 if (f_size)
200 (f_longform || f_size))
231 if (f_size)
280 (f_longform || f_size))
310 if (f_size)
H A Dls.c90 int f_size; /* list size in short listing */ variable
239 f_size = 1;
265 if (!f_longform && !f_inode && !f_size && !f_type && !f_typedir &&
277 if (f_longform || f_size) {
447 needstats = f_inode || f_longform || f_size;
552 if (!entries && (!(f_longform || f_size) || p == NULL))
/openbsd-current/sys/ntfs/
H A Dntfs_inode.h74 u_int64_t f_size; /* defattr/dirinfo: */ member in struct:fnode
H A Dntfs_vnops.c109 DPRINTF("ntfs_read: filesize: %llu", fp->f_size);
112 if (uio->uio_offset > fp->f_size)
115 toread = MIN(uio->uio_resid, fp->f_size - uio->uio_offset);
150 vap->va_size = fp->f_size;
270 if (ntfs_cntob(bp->b_blkno) >= fp->f_size) {
275 fp->f_size - ntfs_cntob(bp->b_blkno));
277 toread, fp->f_size);
H A Dntfs_vfsops.c561 bmsize = VTOF(vp)->f_size;
714 fp->f_size = fp->f_allocated = 0;
719 &fp->f_size, &fp->f_allocated);
H A Dntfs_subr.c991 nfp->f_size = iep->ie_fsize;
996 &nfp->f_size, &nfp->f_allocated);
/openbsd-current/lib/libkvm/
H A Dkvm_ntfs.c80 kf->va_size = fn.f_size;
/openbsd-current/bin/stty/
H A Dkey.c62 void f_size(struct info *);
96 { "size", f_size, 0 },
307 f_size(struct info *ip) function
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmt-opc.h139 long f_size;
138 long f_size; member in struct:cgen_fields
H A Dmt-ibld.c727 errmsg = insert_normal (cd, fields->f_size, 0, 0, 13, 14, 32, total_length, buffer);
947 length = extract_normal (cd, ex_info, insn_value, 0, 0, 13, 14, 32, total_length, pc, & fields->f_size);
1147 value = fields->f_size;
1329 value = fields->f_size;
1518 fields->f_size = value;
1697 fields->f_size = value;
H A Dmt-asm.c581 errmsg = cgen_parse_unsigned_integer (cd, strp, MT_OPERAND_SIZE, (unsigned long *) (& fields->f_size));
H A Dmt-dis.c277 print_dollarhex (cd, info, fields->f_size, 0, pc, length);
/openbsd-current/usr.bin/find/
H A Dfunction.c106 int f_size(PLAN *, FTSENT *);
1464 f_size(PLAN *plan, FTSENT *entry) function
1481 new = palloc(N_SIZE, f_size);
/openbsd-current/sys/arch/i386/i386/
H A Ddb_disasm.c113 int f_size; /* size for memory instruction */ member in struct:finst
1020 switch(fp->f_size) {
/openbsd-current/sys/arch/amd64/amd64/
H A Ddb_disasm.c112 int f_size; /* size for memory instruction */ member in struct:finst
1023 switch (fp->f_size) {

Completed in 389 milliseconds