Searched refs:rev (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/ss/
H A Dss.c95 int rev; member in struct:__anon220
146 return(n * state.rev);
150 return(state.rev);
152 return(-state.rev);
156 return(-state.rev);
158 return(state.rev);
162 return(state.rev);
164 return(-state.rev);
168 return(n * state.rev);
171 return strcoll(a->name, b->name) * state.rev;
[all...]
/ast/src/lib/libcmd/
H A DMakefile21 cmd.h rev.h wc.h \
25 mkfifo.c mktemp.c mv.c paste.c pathchk.c pids.c rev.c rm.c \
H A Drevlib.c23 * common support for tail and rev
27 #include <rev.h>
H A Drev.c23 * rev [-l] [file ...]
34 "[-?\n@(#)$Id: rev (AT&T Research) 2007-11-29 $\n]"
36 "[+NAME?rev - reverse the characters or lines of one or more files]"
55 #include <rev.h>
H A Dtail.c106 #include <rev.h>
/ast/src/cmd/dsslib/sort/
H A Dsort.c93 rev(Rs_t* rs, unsigned char* data, size_t datasize, unsigned char* key, size_t keysize, Rsdisc_t* disc) function
277 state->sortdisc.defkeyf = rev;

Completed in 231 milliseconds