/ast/src/lib/libast/hash/ |
H A D | strhash.c | 37 strhash(const char* as) argument 39 register const unsigned char* s = (const unsigned char*)as;
|
H A D | memhash.c | 37 memhash(const void* as, int n) argument 39 register const unsigned char* s = (const unsigned char*)as;
|
H A D | strsum.c | 42 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 D | fmtesc.c | 39 * 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 D | stropt.c | 56 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 D | fmtfmt.c | 50 fmtfmt(const char* as) argument 52 register char* s = (char*)as;
|
H A D | fmtre.c | 42 fmtre(const char* as) argument 44 register char* s = (char*)as;
|
H A D | fmtmatch.c | 34 fmtmatch(const char* as) argument 36 register char* s = (char*)as;
|
/ast/src/cmd/dsslib/bgp/ |
H A D | Makefile | 14 $(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 D | bgp-mrt.c | 76 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 D | mamdag.sh | 63 print draw nodes as Box ';'
|
H A D | mamnew.c | 43 " 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 D | varcmd.c | 451 * 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 D | tar.sh | 44 \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 D | misc.c | 187 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 D | ip_t.c | 234 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 D | error.c | 252 register int as; local 257 as = n2a[' ']; 266 if (c < as)
|
/ast/src/lib/libtk/library/demos/ |
H A D | rolodex | 6 # 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 D | local.c | 271 fmtesc(const char* as) argument 273 register unsigned char* s = (unsigned char*)as;
|
/ast/src/cmd/nmake/ |
H A D | variable.c | 704 error(1, "%s: not marked as candidate state variable", p->name);
|
H A D | Makerules.mk | 57 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 D | conf.sh | 848 1) echo "$command: check macros/enums as static initializers" >&2 ;;
|
/ast/src/lib/libast/port/ |
H A D | astlicense.c | 945 COMMENT(¬ice, &buf, "as published by the Free Software Foundation;", 0); 1006 COMMENT(¬ice, &buf, "This software is provided 'as-is', without any express or implied", -1); 1020 COMMENT(¬ice, &buf, " 2. Altered source versions must be plainly marked as such,", -1); 1021 COMMENT(¬ice, &buf, " and must not be misrepresented as being the original", -1);
|
/ast/src/cmd/INIT/ |
H A D | proto.c | 2299 comment( ¬ice, &buf, "as published by the Free Software Foundation;",sizeof( "as published by the Free Software Foundation;")-1, 0); 2360 comment( ¬ice, &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( ¬ice, &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( ¬ice, &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 D | xec.c | 448 * 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
|