Searched refs:as (Results 1 - 25 of 25) sorted by relevance

/ast/src/lib/libast/hash/
H A Dstrhash.c37 strhash(const char* as) argument
39 register const unsigned char* s = (const unsigned char*)as;
H A Dmemhash.c37 memhash(const void* as, int n) argument
39 register const unsigned char* s = (const unsigned char*)as;
H A Dstrsum.c42 strsum(const char* as, register unsigned long c) argument
44 register const unsigned char* s = (const unsigned char*)as;
/ast/src/lib/libast/string/
H A Dfmtesc.c39 * quote string as of length n with qb...qe
48 fmtquote(const char* as, const char* qb, const char* qe, size_t n, int flags) argument
50 register unsigned char* s = (unsigned char*)as;
221 * in length n string as
225 fmtnesq(const char* as, const char* qs, size_t n) argument
227 return fmtquote(as, NiL, qs, n, 0);
235 fmtesq(const char* as, const char* qs) argument
237 return fmtquote(as, NiL, qs, strlen((char*)as), 0);
245 fmtesc(const char* as) argument
[all...]
H A Dstropt.c56 stropt(const char* as, const void* tab, int siz, int(*f)(void*, const void*, int, const char*), void* a) argument
71 if (!as) n = 0;
72 else if (!(x = s = strdup(as))) n = -1;
H A Dfmtfmt.c50 fmtfmt(const char* as) argument
52 register char* s = (char*)as;
H A Dfmtre.c42 fmtre(const char* as) argument
44 register char* s = (char*)as;
H A Dfmtmatch.c34 fmtmatch(const char* as) argument
36 register char* s = (char*)as;
/ast/src/cmd/dsslib/bgp/
H A DMakefile14 $(LIBDIR)/dss :INSTALLDIR: data/bgp-map.dss data/as.map data/bgp.map
21 data/as.map data/ipma-lcl.dat data/rib.20080601.0108.bz2 \
H A Dbgp-mrt.c76 Bgpnum_t as; member in struct:Mrtpeer_s
492 sfprintf(sfstderr, " nlri rd type %u number %u as %u addr %s\n", rp->rd_type, rp->rd_number, rp->rd_as, fmtip4(rp->rd_addr.v4, -1));
1353 state->peer[i].as = AE4(state->buf);
1358 state->peer[i].as = AE2(state->buf);
1362 sfprintf(sfstderr, " peer %2d %8d %s\n", i, state->peer[i].as, (state->peer[i].type & PEER_IPV6) ? fmtip6(state->peer[i].addr.v6, -1) : fmtip4(state->peer[i].addr.v4, -1));
1702 rp->src_as32 = state->peer[i].as;
1704 rp->src_as = state->peer[i].as;
/ast/src/cmd/mam/
H A Dmamdag.sh63 print draw nodes as Box ';'
H A Dmamnew.c43 " of these are provided as predefined \bnmake\b(1) targets.]"
73 #define A_listtarg (A_LAST<<6) /* listed as target */
336 initrule(const char* as, char* ar, void* handle) argument
338 register char* s = (char*)as;
/ast/src/lib/libtksh/src/
H A Dvarcmd.c451 * Execute the residual arguments as a command.
511 * variable, such as "1" or "#0". */
586 * variable, such as "1" or "#0". */
952 ArraySearch *as, *searchPtr;
956 as = (ArraySearch *) malloc(sizeof(ArraySearch));
957 as->id = 1;
958 as->nextPtr = NULL;
964 as->id = searchPtr->id + 1;
965 as->nextPtr = searchPtr;
968 arrayInfo->clientData = as;
949 ArraySearch *as, *searchPtr; local
[all...]
/ast/src/cmd/pax/
H A Dtar.sh44 \bx\b\) and other function modifiers as needed, depending on the
61 [B:read-full-blocks?Reblock as we read (for reading 4.2BSD pipes).]
/ast/src/cmd/coshell/
H A Dmisc.c187 miscget(Coshell_t* sp, const char* as, int set, char** e, char* rep) argument
189 register char* s = (char*)as;
/ast/src/cmd/dsslib/ip_t/
H A Dip_t.c234 unsigned long as; local
237 as = value->number;
238 n = sfsprintf(buf, size, "%lu", as & 0xffff);
248 unsigned long as; local
250 as = (unsigned int)strtoul(buf, &e, 10);
253 as <<= 16;
254 as += (unsigned int)strtoul(e, &e, 10);
262 ret->value.number = as;
282 (*disc->errorf)(cx, disc, 1, "unbound generic as path");
644 "Matches on this type treat a string pattern as a
[all...]
/ast/src/lib/libast/misc/
H A Derror.c252 register int as; local
257 as = n2a[' '];
266 if (c < as)
/ast/src/lib/libtk/library/demos/
H A Drolodex6 # This script was written as an entry in Tom LaStrange's rolodex
156 set helpTopics(.menu.file) {This is the "file" menu. It can be used to invoke some overall operations on the rolodex applications, such as loading a file or exiting.}
181 set helpTopics(window) {This window is a dummy rolodex application created as part of Tom LaStrange's toolkit benchmark. It doesn't really do anything useful except to demonstrate a few features of the Tk toolkit.}
/ast/src/cmd/mailx/
H A Dlocal.c271 fmtesc(const char* as) argument
273 register unsigned char* s = (unsigned char*)as;
/ast/src/cmd/nmake/
H A Dvariable.c704 error(1, "%s: not marked as candidate state variable", p->name);
H A DMakerules.mk57 set option=';recurse;sa;-;Set the recursive \b:MAKE:\b \aaction\a:;[action:=1]{[+combine?Combine all recursive makefiles into one rooted at the current directory. \b::\b, \b:PACKAGE:\b, \b.SOURCE\b*, and \bLDLIBRARIES\b are intercepted to adjust relative directory and library references. Complex makefile hierarchies may not be amenable to combination.][+implicit?All makefiles in all subdirectories are treated as if they contained \b:MAKE:\b.][+list?List the recursion directories, one per line, on the standard output and exit. A \b-\b prerequisite separates groups that may be made concurrently and a \b+\b prerequisite separates leaf directories from intermediate directories.][+only?Disable component closure and operate on explicit prerequisites only.][+prereqs?List the recursion directory dependencies as a makefile on the standard output and exit.][+\anumber\a?Set the directory recursion concurrency level to \anumber\a.]}'
349 AS = as
1798 * lhs builds rhs as a side effect
5139 print -um setv AS as
/ast/src/lib/libast/comp/
H A Dconf.sh848 1) echo "$command: check macros/enums as static initializers" >&2 ;;
/ast/src/lib/libast/port/
H A Dastlicense.c945 COMMENT(&notice, &buf, "as published by the Free Software Foundation;", 0);
1006 COMMENT(&notice, &buf, "This software is provided 'as-is', without any express or implied", -1);
1020 COMMENT(&notice, &buf, " 2. Altered source versions must be plainly marked as such,", -1);
1021 COMMENT(&notice, &buf, " and must not be misrepresented as being the original", -1);
/ast/src/cmd/INIT/
H A Dproto.c2299 comment( &notice, &buf, "as published by the Free Software Foundation;",sizeof( "as published by the Free Software Foundation;")-1, 0);
2360 comment( &notice, &buf, "This software is provided 'as-is', without any express or implied",sizeof( "This software is provided 'as-is', without any express or implied")-1, -1);
2374 comment( &notice, &buf, " 2. Altered source versions must be plainly marked as such,",sizeof( " 2. Altered source versions must be plainly marked as such,")-1, -1);
2375 comment( &notice, &buf, " and must not be misrepresented as being the original",sizeof( " and must not be misrepresented as being the original")-1, -1);
/ast/src/cmd/ksh93/sh/
H A Dxec.c448 * as if you were executing in that level
496 * write the current command on the stack and make it available as .sh.command
1914 * treat as non-sharable to improve performance

Completed in 94 milliseconds