/openbsd/bin/ls/ |
H A D | print.c | 91 (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 D | ls.c | 90 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 D | ls.h | 50 extern int f_size; /* list size in short listing */
|
/openbsd/sys/ntfs/ |
H A D | ntfs_vnops.c | 109 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 D | ntfs_inode.h | 74 u_int64_t f_size; /* defattr/dirinfo: */ member
|
H A D | ntfs_vfsops.c | 561 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 D | ntfs_subr.c | 991 nfp->f_size = iep->ie_fsize; in ntfs_ntlookupfile() 996 &nfp->f_size, &nfp->f_allocated); in ntfs_ntlookupfile()
|
/openbsd/bin/stty/ |
H A D | key.c | 62 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 D | kvm_ntfs.c | 80 kf->va_size = fn.f_size; in _kvm_stat_ntfs()
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | mt-opc.h | 138 long f_size; member
|
H A D | mt-ibld.c | 724 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 D | mt-dis.c | 276 print_dollarhex (cd, info, fields->f_size, 0, pc, length); in mt_cgen_print_operand()
|
H A D | mt-asm.c | 580 …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 D | function.c | 106 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 D | db_disasm.c | 112 int f_size; /* size for memory instruction */ member 1023 switch (fp->f_size) { in db_disasm_esc()
|
/openbsd/sys/arch/i386/i386/ |
H A D | db_disasm.c | 113 int f_size; /* size for memory instruction */ member 1020 switch(fp->f_size) { in db_disasm_esc()
|