/src/lib/libc/gen/ |
extattr.c | 102 ssize_t llen, vlen, maxvlen; local in function:extattr_copy_fd 109 llen = extattr_list_fd(from_fd, namespace, NULL, 0); 110 if (llen == -1) { 117 if (llen == 0) { 122 if ((alist = malloc((size_t)llen)) == NULL) 125 llen = extattr_list_fd(from_fd, namespace, alist, (size_t)llen); 126 if (llen == -1) 133 for (i = 0; i < (size_t)llen; i += alen + 1) { 172 ssize_t llen, vlen, maxvlen local in function:extattr_copy_file 242 ssize_t llen, vlen, maxvlen; local in function:extattr_copy_link [all...] |
/src/usr.bin/tail/ |
reverse.c | 109 int llen; local in function:r_reg 134 for (llen = 1; --size; ++llen) 136 WR(p + 1, llen); 137 llen = 0; 143 if (llen) 144 WR(p, llen); 170 int ch, len, llen; local in function:r_buf 240 for (p = tl->l + (len = tl->len) - 1, llen = 0; len--; 241 --p, ++llen) [all...] |
/src/sys/lib/libsa/ |
ip_cksum.c | 67 ip_cksum(const void *p, size_t llen) 69 int sum = 0, oddbyte = 0, v = 0, len = (int)llen;
|
/src/usr.bin/realpath/ |
realpath.c | 156 ssize_t llen; local in function:process 177 if ((llen = readlink(s, lbuf, sizeof lbuf - 2)) == -1) { 183 lbuf[llen] = '\0'; 188 lbuf[llen++] = '/'; 189 lbuf[llen] = '\0';
|
/src/distrib/utils/libhack/ |
gethost.c | 142 size_t llen, anum; local in function:gethostent_r 152 if ((p = fgetln(hf, &llen)) == NULL) { 156 if (llen < 1) 160 p[llen] = '\0';
|
/src/bin/ksh/ |
path.c | 234 int len, llen; local in function:do_phys_path 263 llen = readlink(Xstring(*xsp, xp), lbuf, sizeof(lbuf) - 1); 264 if (llen < 0) { 270 lbuf[llen] = '\0';
|
/src/sbin/iscsictl/ |
iscsic_driverif.c | 591 size_t llen; local in function:report_luns 612 llen = ntohl(n); 613 if (!llen) { 617 if (llen + 8 > sizeof(buf)) 622 for (llen = min(llen, sizeof(buf) - 8) / 8; llen; llen--) {
|
/src/bin/sh/ |
show.c | 83 size_t llen; /* number of chars in current output line */ member in struct:traceinfo 180 tracedata.llen = 0; 218 if (tracetfile->llen == 0) 236 if (tracetfile->llen == 0) 305 return fp->llen; 812 if (fp->llen == 0) { 863 fp->llen = 0; 869 fp->llen |= 7; 870 fp->llen++; 883 fp->llen = 0 [all...] |
/src/usr.sbin/sysinst/ |
msg.pm.de | 37 message fillzeros {F�llen mit Nullen} 38 message fillrandom {F�llen mit zuf�lligen Daten}
|
/src/sys/coda/ |
coda_venus.h | 121 const char *lnm, int llen, const char *nm, int len, struct vattr *va,
|
coda_venus.c | 664 const char *lnm, int llen, const char *nm, int len, struct vattr *va, 668 coda_symlink_size += llen + 1 + len + 1; 677 STRCPY(srcname, lnm, llen); /* increments Isize */
|
/src/usr.sbin/sysinst/arch/ofppc/ |
msg.md.de | 89 gen�gend Partitionen um die Minimalanforderungen zu erf�llen.}
|
/src/sys/net/ |
link_proto.c | 415 * two memory regions, [l, l + llen) and [r, r + llen). 419 const uint_fast8_t llen, const uint_fast8_t rlen, 426 minlen = MIN(llen, rlen); 432 return llen - rlen; 448 return llen - rlen;
|
/src/sys/dev/isa/ |
if_iy.c | 632 u_int llen, residual; local in function:iystart 752 llen = m->m_len; 761 --llen; 767 if (llen > 1) 770 llen>>1); 771 residual = llen & 1; 773 resval = *(data + llen - 1);
|
/src/usr.sbin/makefs/ |
ffs.c | 1010 uint16_t llen, reclen; local in function:ffs_make_dirbuf 1026 llen = 0; 1028 llen = UFS_DIRSIZ(0, dp, needswap); 1034 dbuf->size, dbuf->cur, llen, 1038 if (reclen + dbuf->cur + llen > roundup(dbuf->size, UFS_DIRBLKSIZ)) { 1048 dp->d_reclen = ufs_rw16(llen,needswap); 1049 dbuf->cur += llen;
|
walk.c | 334 ssize_t llen; local in function:walk_dir 336 llen = readlink(path, slink, sizeof(slink) - 1); 337 if (llen == -1) 339 slink[llen] = '\0';
|
/src/usr.sbin/bootp/bootpd/ |
bootpd.c | 1251 byte tag, llen; 1264 llen = *p++; 1267 if (llen == 2) { 1276 p += llen; 1242 byte tag, llen; local in function:dovend_rfc1048
|
/src/lib/libedit/ |
history.c | 775 size_t llen; local in function:history_load 790 llen = 0; 791 if ((sz = getline(&line, &llen, fp)) == -1) 800 for (i = 0; (sz = getline(&line, &llen, fp)) != -1; i++) {
|
/src/libexec/makewhatis/ |
makewhatis.c | 594 size_t llen, slen, dlen; local in function:makewhatisline 615 llen = strlen(line); 618 result = emalloc(llen - dlen + slen + 1);
|
/src/sys/crypto/adiantum/ |
adiantum.c | 1836 adiantum_hash(uint8_t h[static 16], const void *l, size_t llen, 1847 KASSERT(llen % 16 == 0); 1850 le64enc(llenbuf, 8*llen); 1859 nhpoly1305(hl, l, llen, kl, kn); 1871 size_t Llen = len - Rlen; 1874 uint8_t *cR = c8 + Llen; 1877 const uint8_t *pR = p8 + Llen; 1884 adiantum_hash(h, pL, Llen, t, tlen, A->kt, A->kl, A->kn); 1890 xchacha_stream_xor(cL, pL, Llen, 0, nonce, A->ks, 12); 1892 adiantum_hash(h, cL, Llen, t, tlen, A->kt, A->kl, A->kn) [all...] |