Searched defs:is (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/stdio/
H A Dfgets.c3 * This software is part of the ast package *
5 * and is licensed under the *
9 * A copy of the License is available at *
30 unsigned char* is; local
39 is = (uchar*)us;
54 if((ps = (uchar*)memccpy((char*)is,(char*)ps,'\n',p)) != NIL(uchar*))
55 p = ps-is;
56 is += p;
60 { while(p-- && (*is++ = *ps++) != '\n')
68 while((*is
[all...]
/ast/src/cmd/INIT/
H A Diffe.sh3 # This software is part of the ast package #
5 # and is licensed under the #
9 # A copy of the License is available at #
24 # this script is written to make it through all sh variants
29 *x*:[0123456789]*) : bash set -x is broken :; set +ex ;;
71 is hdr $1
139 is() # op name function
148 ?*) yy=is
443 # verify that cc is a C compiler
722 [+DESCRIPTION?\biffe\b is
[all...]
/ast/src/cmd/pzip/
H A Dpin.c3 * This software is part of the ast package *
5 * and is licensed under the *
9 * A copy of the License is available at *
36 " file is specified then that partition is refined. A partition file,"
37 " suitable for use by \bpin\b, \bpzip\b(1) or \bpop\b(1) is listed"
38 " on the standard output. The input \afile\a is referred to as"
42 " [+(1)?If \b--partition\b is not specified then a"
52 " both ordering and partitioning is NP-complete.]"
53 " [+(3)?The optimal partition for the ordering from step (2) is"
1456 struct stat is; local
[all...]
/ast/src/cmd/sort/
H A Dmain.c3 * This software is part of the ast package *
5 * and is licensed under the *
9 * A copy of the License is available at *
45 "standard input. If no files are named, the standard input is sorted.]"
46 "[+?The default sort key is an entire line. Default ordering is "
47 "lexicographic by bytes in machine collating sequence. The ordering is "
50 "[+?For backwards compatibility the \b-o\b option is allowed in any file "
59 "If \a.n\a is missing from \apos1\a, it is take
854 struct stat is; local
[all...]

Completed in 12 milliseconds