Searched refs:fold (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/usr.bin/fold/
H A DMakefile6 PROG= fold
H A Dfold.c43 static char sccsid[] = "@(#)fold.c 8.1 (Berkeley) 6/6/93";
62 void fold(int);
128 fold(width);
134 fold(width);
141 (void)fprintf(stderr, "usage: fold [-bs] [-w width] [file ...]\n");
157 fold(int width) function
/freebsd-13-stable/usr.bin/fold/tests/
H A Dfold_test.sh37 atf_check -s exit:0 -o empty fold -b < /dev/null
48 atf_check -s exit:0 -o empty fold -s < /dev/null
59 atf_check -s not-exit:0 -e inline:"fold: option requires an argument -- w
60 usage: fold [-bs] [-w width] [file ...]
61 " fold -w
67 atf_set "descr" "Verify that fold(1) executes successfully and silently when invoked without any arguments"
72 atf_check -s exit:0 -o empty fold < /dev/null
/freebsd-13-stable/contrib/vis/
H A Dvis.c58 static int eflags, fold, foldwidth = 80, none, markeol; variable
91 errx(1, "can't fold lines to less than 5 cols");
97 fold++; /* fold output lines to 80 cols */
254 if (fold) {
274 if (fold && *(cp - 1) != '\n')
/freebsd-13-stable/sys/dev/syscons/dragon/
H A Ddragon_saver.c114 static unsigned char fold[1 << (ORDER - 3)]; local
115 #define GET_FOLD(x) (fold[(x) >> 3] & (1 << ((x) & 7)))
116 #define SET_FOLD(x) (fold[(x) >> 3] |= (1 << ((x) & 7)))
117 #define CLR_FOLD(x) (fold[(x) >> 3] &= ~(1 << ((x) & 7)))
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc42 // Any reasonable optimizer will fold and propagate all of these.
H A Dfp_trunc_impl.inc43 // Any reasonable optimizer will fold and propagate all of these.
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A DMakefile.am26 n-fold-test \
189 n-fold.c \
264 n-fold.c \
H A DMakefile.in56 n-fold-test$(EXEEXT) parse-name-test$(EXEEXT) \
185 libkrb5_la-n-fold.lo libkrb5_la-pac.lo libkrb5_la-padata.lo \
227 librfc3961_la-keyblock.lo librfc3961_la-n-fold.lo \
234 n-fold-test$(EXEEXT) parse-name-test$(EXEEXT) \
262 n_fold_test_SOURCES = n-fold-test.c
263 n_fold_test_OBJECTS = n-fold-test.$(OBJEXT)
468 krbhst-test.c n-fold-test.c parse-name-test.c store-test.c \
478 aes-test.c derived-key-test.c krbhst-test.c n-fold-test.c \
878 n-fold.c \
946 n-fold
[all...]
/freebsd-13-stable/usr.bin/
H A DMakefile45 fold \
/freebsd-13-stable/usr.sbin/crunch/examples/
H A Dreally-big.conf43 progs dirname du env error expand false file find finger fmt fold fpr from
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp158 bool fold(CallInst *CI, AliasAnalysis *AA = nullptr);
636 bool AMDGPULibCalls::fold(CallInst *CI, AliasAnalysis *AA) { function in class:AMDGPULibCalls
1259 // fold sqrt -> native_sqrt (x)
1277 // fold sin, cos -> sincos.
1293 { // fold in load value.
1743 if(Simplifier.fold(CI, AA))
/freebsd-13-stable/kerberos5/lib/libkrb5/
H A DMakefile567 n-fold.c \
/freebsd-13-stable/targets/pseudo/userland/
H A DMakefile.depend206 usr.bin/fold \

Completed in 200 milliseconds