Searched refs:blocks (Results 1 - 13 of 13) sorted by relevance

/ast/src/lib/libast/misc/
H A Dstack.c55 stack->blocks = b;
75 b = stack->blocks;
92 stack->position.block = stack->blocks;
/ast/src/lib/libast/include/
H A Dstack.h51 struct stackblock* blocks; /* stack table blocks */ member in struct:stacktable
/ast/src/lib/libcmd/
H A Dtail.c58 "[b:blocks?Copy units of 512 bytes.]"
408 int blocks = 0; local
442 blocks = 512;
587 if (blocks)
588 number *= blocks;
/ast/src/cmd/dsslib/ip_t/
H A Dbgp.h287 unsigned char blocks; /* # blocks for this record */ member in struct:Bgproute_s
/ast/src/cmd/std/
H A Dls.c78 " [+blocks?size in blocks]"
84 " [+dir.blocks?directory blocks]"
105 " [+total.blocks?running total block count]"
130 "[k:kilobytes?Use 1024 blocks instead of 512.]"
151 "[s:size?Print size of each file, in blocks.]"
179 " [s:size|blocks?File size.]"
206 "[101:block-size?Use \ablocksize\a blocks.]#[blocksize]"
309 Sfulong_t blocks; /* numbe member in struct:__anon229
[all...]
/ast/src/cmd/pax/
H A Dtar.sh61 [B:read-full-blocks?Reblock as we read (for reading 4.2BSD pipes).]
H A Dpax-slt.c165 sfsprintf(slt->buf, sizeof(slt->buf), "%s1%-17.17s000001%04d%04d000100 %02d%03d 00000 %06d%-6.6sD%-7.7s ", type, f->id, slt->section, slt->sequence, tm->tm_year, tm->tm_yday, f->record.blocks, slt->format, slt->implementation);
684 f->record.blocks = 0;
842 f->record.blocks++;
H A Dpax.h298 int blocks; /* io block count */ \
601 int pad; /* pad output record blocks */ \
/ast/src/lib/libtksh/
H A DMakefile77 desksh/lib/imgs/blocks.gif \
/ast/src/cmd/mailx/
H A Dimap.c179 Imapblock_t* blocks; /* multiline cache */ member in struct:__anon127
582 if (*e != '}' || !op->blocks || !(op->blocks = op->blocks->next))
584 ap->value.data.buffer = op->blocks->data;
650 if (!op->blocks || !(op->blocks = op->blocks->next))
652 s = op->blocks->data;
827 op->blocks
[all...]
/ast/src/cmd/paxlib/calib/
H A Dcalib.c53 unsigned short blocks; member in struct:Cadir_s
340 dp->blocks = dir[14];
755 ar->nblocks = ar->dir->blocks;
/ast/src/cmd/INIT/
H A Dratz.c1200 /* do length NMAX blocks -- requires just one modulo operation */
1433 * all blocks if lit_bufsize is not greater than 32K.)
1625 Read deflate blocks:
4248 unsigned long blocks;
4416 state.blocks++;
4935 * loop on all the header blocks
4941 * last 2 blocks are NUL
5113 p = (state.blocks * 100) / total;
5297 fprintf(stderr, "%lu file%s, %lu block%s\n", state.files, state.files == 1 ? "" : "s", state.blocks, state.blocks
[all...]
/ast/src/cmd/ksh93/sh/
H A Dnvtype.c1430 FIELD(blocks,),

Completed in 420 milliseconds