Home
last modified time | relevance | path

Searched refs:blklen (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.misc.c122 blklen(Char **av) in blklen() function
185 onewv = newv = xcalloc(blklen(v) + 1, sizeof(Char **)); in saveblk()
230 Char **wp = xcalloc(blklen(up) + blklen(vp) + 1, sizeof(Char **)); in blkspl()
441 Char **nv = xcalloc(blklen(v) + 1, sizeof(Char **)); in copyblk()
H A Dsh.decls.h260 extern int blklen (Char **);
H A Dsh.set.c376 if (subscr < 1 || subscr > blklen(v->vec)) in getvx()
1125 len = blklen(p->vec); in plist()
H A Dtc.who.c231 if (blklen(vp) % 2) /* odd # args: 1st == # minutes. */
H A Dsh.glob.c235 el = vl + blklen(vl); in expbrace()
H A Dsh.sem.c125 t->t_dcom[0][0] && (blklen(t->t_dcom) == 1) && !noexec) { in execute()
H A Dsh.dol.c603 upb = blklen(vp->vec); in Dgetdol()
H A Dsh.func.c136 i = blklen(t->t_dcom) - 1; in func()
527 if (v[0][0] != '(' || v[blklen(v) - 1][0] != ')') in doforeach()
H A Dsh.c2252 cnt = blklen(vp); in mailchk()
H A Dtw.parse.c544 return blklen(*v); in t_glob()
/freebsd/sys/cam/scsi/
H A Dscsi_sa.c3996 *blocksize = scsi_3btoul(mode_blk->blklen); in sagetparams()
4468 scsi_ulto3b(blocksize, mode_blk->blklen); in sasetparams()
4470 scsi_ulto3b(current_blocksize, mode_blk->blklen); in sasetparams()
4652 scsi_ulto3b(current_blocksize, mode_blk->blklen); in sasetparams()
H A Dscsi_all.h3714 uint8_t blklen[3]; member