Home
last modified time | relevance | path

Searched refs:wc (Results 276 – 287 of 287) sorted by relevance

1...<<1112

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c58 local_iswblank(wchar_t wc) in local_iswblank() argument
68 return(iswctype(wc, wt)); in local_iswblank()
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs174 comp/wc.o \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile134 wc.c wc2utf8.c \
H A DMamfile3501 make wc.o
3502 make comp/wc.c
3505 done comp/wc.c
3506 meta wc.o %.c>%.o comp/wc.c wc
3507 prev comp/wc.c
3508 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -D_PACKAGE_ast -c comp/wc.c
3509 done wc.o generated
6103 …le.o sfdcslow.o sfdcsubstr.o sfdctee.o sfdcunion.o sfdcmore.o sfdcprefix.o wc.o wc2utf8.o basename…
H A DRELEASE1092 comp/wc.c: fix mbstate_t initialization typo
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh1926 unc=$(wc -l < $1)
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh3034 NUM_DBS=`wc -l ${TMPDIR}/ids_database_name | awk '{print $1}'`
3590 NUM_TOP=`wc -l ${TMPDIR}/treeTOP | awk '{print $1}'`
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh2785 COMMENT_CHAR_LENGTH=`echo "${COMMENT_CHAR}" | wc -c`
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib2535 echo $1 | wc -w
2590 (($(psrinfo | wc -l) > 1))
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c11694 uint32_t cnt, rest_addr, fdata, wc; in ql_24xx_load_flash() local
11792 wc = ((~faddr & (rest_addr>>1)) + 1); in ql_24xx_load_flash()
11794 if (size - cnt < wc) { in ql_24xx_load_flash()
11795 wc = size - cnt; in ql_24xx_load_flash()
11799 (uint8_t *)dmabuf.bp, wc<<2, in ql_24xx_load_flash()
11803 faddr, dmabuf.cookie.dmac_laddress, wc); in ql_24xx_load_flash()
11810 cnt += wc; in ql_24xx_load_flash()
11811 faddr += wc; in ql_24xx_load_flash()
11812 dp += wc << 2; in ql_24xx_load_flash()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A DMakefile.in3664 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
3670 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A Dsh.memo2925 \f5cat < /dev/null | sort -u bigfile | wc\fP

1...<<1112