/ast/src/lib/libdss/ |
H A D | cxmap.c | 22 * C expression library value map support 51 initmap(Frame_t* frame, Cxmap_t* map, Cxdisc_t* disc) argument 64 if (map->header.flags & CX_INITIALIZED) 66 map->header.flags |= CX_INITIALIZED; 69 if (!map->mask) 70 map->mask = ~map->mask; 71 if (!map->map) 73 map 157 cxinitmap(Cxmap_t* map, Cxdisc_t* disc) argument 167 num2str(Cx_t* cx, Cxmap_t* map, Sfio_t* sp, Cxunsigned_t num, int del) argument 271 str2num(Cx_t* cx, Cxmap_t* map, const char* str, Cxunsigned_t* num) argument [all...] |
H A D | dsstags.c | 62 Cxmap_t* map; local 70 if (!(map = cxmap(NiL, data, state->disc))) 72 ((Cxvariable_t*)fp->prev->data)->format.map = map; 102 "MAP", "Field map name.", 157 "NAME", "Field and map association name.", 159 "DESCRIPTION", "Field and map association description.", 161 "IDENT", "Field and map association ident string.", 168 "MAP", "Field value map definition.", 261 ((Cxitem_t*)fp->prev->data)->map 432 Cxmap_t* map; local 560 Cxmap_t* map; local 582 Cxmap_t* map = (Cxmap_t*)fp->data; local [all...] |
H A D | dssopt.c | 33 optout(register Sfio_t* sp, const char* name, const char* type, const char* map, const char* ret, const char* s, const char* x) argument 56 if (map) 57 sfprintf(sp, "::::%s", map); 156 * data map output 160 optmap(register Sfio_t* sp, Cxmap_t* map) argument 167 if (map->shift) 168 sfprintf(sp, "[+SHIFT=%u]", map->shift); 169 if (~map->mask) 170 sfprintf(sp, "[+MASK=0x%016llx]", map->mask); 171 if (map [all...] |
/ast/src/cmd/tests/vmalloc/ |
H A D | tmmopen.c | 30 Vmalloc_t *shm, *map; local 51 tinfo("Child[pid=%d]: allocating heap memory before opening map region", cpid); 57 { tinfo("Child[pid=%d]: opening map region", cpid); 58 if(!(map = vmmopen(mapfile, -1, MAPSIZE)) ) 59 terror("Child[pid=%d]: Can't open map region in child process", cpid); 60 tinfo("Child[pid=%d]: map region opened", cpid); 66 mapfile = tstfile("map", -1); 78 tinfo("Parent[pid=%d]: %s: opening map region", ppid, mapfile); 79 if(map = vmmopen(mapfile, -1, MAPSIZE) ) 80 tinfo("Parent[pid=%d]: %s: map regio [all...] |
/ast/src/lib/libvcodex/Vcmisc/ |
H A D | vcmap.c | 23 ** If no mapping is specified, the identity map is used. 245 { Vcchar_t* map; member in struct:_vcmap_s 260 Vcchar_t *map; local 269 if(!(map = vcm->map) ) 271 map = disc->data; 280 if(!map) 283 *o++ = map[*dt++]; 320 vcm->map = arg->data; 338 "map", "Mappin [all...] |
/ast/src/lib/libast/comp/ |
H A D | fnmatch.c | 39 static const Map_t map[] = variable 60 for (mp = map; mp < &map[elementsof(map)]; mp++)
|
/ast/src/lib/libuu/ |
H A D | uulib.h | 54 const char map[65]; member in struct:__anon446
|
/ast/src/lib/libdll/ |
H A D | dllnext.c | 180 register struct link_map* map; local 195 for (map = _DYNAMIC.ld_un.ld_1->ld_loaded; map; map = map->lm_next) 198 s = map->lm_name; 204 path = map->lm_name;
|
/ast/src/cmd/nmake/ |
H A D | TABLE.mk | 3 * [ignore=pattern] [map[=map]] [name=name] 6 * if map==1 then do $(.TABLE.MAP. $(table) [name=name]) otherwise 18 local table=$(I) class format ignore map name novariables options list state $(~$(I)) $(>) 23 if map == "1" 49 if map 50 map := $(.TABLE.MAP. $(map) $(name)) macro 52 : $(.TABLE.SET. $(table) "$(class)" $(format) "$(state)" "$(map)" "$(ignore)" "$(list)") 55 if map 56 map = MAP. macro [all...] |
/ast/src/cmd/jcl/ |
H A D | jcl.c | 39 " are specified. If \b--map\b is not specified then" 40 " \b--map=" JCL_MAPFILE "\b is assumed. The \aname\a=\avalue\a" 47 "[g:global?Like \b--map\b=\afile\a except that the default " 51 " corresponding \b--map\b file definitions.]" 67 "[m:map?Read the dataset file path prefix map \afile\a. Each line in \afile\a" 72 " \b../lib/jcl/\b\afile\a is searched for on \b$PATH\b. If no \b--map\b" 79 " [+map \aprefix\a \amap\a [\asuffix\a]]?Dataset paths are" 97 "[r:resolve?Resolve each operand as a path name using the \b--map\b files" 115 " [+../lib/jcl/prefix?Default \b--map\ 128 int map; member in struct:Map_s 135 Map_t* map; member in struct:State_s [all...] |
/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 \ 22 data/bgp-map.dss data/ipma-tab.dat data/rib.20090316.2200.dat \ 23 data/bgp.map data/ipma-txt.dat data/ripe-08.dat \
|
/ast/src/cmd/pzip/ |
H A D | pop.c | 50 "[m:map?List the partition file with the row size equal to the number of" 139 gather(register Pz_t* pz, register Pzpart_t* pp, Sfio_t* sp, register Info_t* ip, size_t* map, size_t m) argument 167 if (ip[i].prev != buf[j = map[i]]) 185 cut(register Pz_t* pz, register Pzpart_t* pp, int op, register size_t* map, size_t m) argument 196 error(0, "map %3d => %3d", map[n], n); 218 *ob++ = ib[map[j]]; 235 label(register Pz_t* pz, Pzpart_t* pp, int op, register size_t* map, size_t m, char* format) argument 297 if ((rows = gather(pz, pp, pz->io, ip, map, m)) < 0) 302 g = map[ 360 info(register Pz_t* pz, register Pzpart_t* pp, int op, register size_t* map, size_t m) argument 465 size_t* map; local [all...] |
/ast/src/lib/libz/ |
H A D | zconf.h | 334 # pragma map(deflateInit_,"DEIN") 335 # pragma map(deflateInit2_,"DEIN2") 336 # pragma map(deflateEnd,"DEEND") 337 # pragma map(deflateBound,"DEBND") 338 # pragma map(inflateInit_,"ININ") 339 # pragma map(inflateInit2_,"ININ2") 340 # pragma map(inflateEnd,"INEND") 341 # pragma map(inflateSync,"INSY") 342 # pragma map(inflateSetDictionary,"INSEDI") 343 # pragma map(compressBoun [all...] |
/ast/src/cmd/dsslib/netflow/ |
H A D | Makefile | 13 $(LIBDIR)/dss :INSTALLDIR: data/netflow-cflow.dss data/netflow-map.dss \ 14 data/netflow-sample.dss data/ip.map
|
/ast/src/cmd/3d/ |
H A D | pathnext.c | 131 Map_t* map; local 152 map = search(&state.vmap, sp, cp - sp, NiL, 0); 160 if (map && (!create || *map->val != '/')) 172 mp = map->val; 173 size = T_VALSIZE(map); 178 if ((size = mp - map->val) <= 0) 180 memcpy(instname, map->val, size);
|
H A D | map.c | 25 * 3d mount map support 35 mapget(Map_t* map, char* buf, int flags) argument 46 if (!(n = map->keysize)) 47 n = strlen(map->key); 48 switch (z = map->valsize & T_SIZE) 52 mp = (Mount_t*)map->val; 60 z = strlen(map->val); 63 v = map->val; 68 strncpy(p, map->key, n); 340 Map_t* map; local [all...] |
H A D | mount3d.c | 99 register Map_t* map; local 103 else if (!(map = search(tab, state.path.name, strlen(state.path.name), NiL, 0))) 108 else if ((r = T_VALSIZE(map)) < size) 110 strncpy(path, map->val, r);
|
/ast/src/lib/libcodex/ |
H A D | code-uu.c | 44 const char map[65]; member in struct:__anon332 57 unsigned char* map; member in struct:State_s 132 *state->bp++ = state->data->map[b >> 18]; 133 *state->bp++ = state->data->map[(b >> 12) & 077]; 134 *state->bp++ = x == 3 && state->data->pad ? state->data->pad : state->data->map[(b >> 6) & 077]; 135 *state->bp++ = state->data->pad ? state->data->pad : state->data->map[b & 077]; 141 *state->bb = state->data->map[((state->bp - state->bb - x) / UUOUT) * UUIN + 1]; 217 state->map = ++q; 221 for (m = (unsigned char*)data->map; c = *m; m++) 222 q[c] = m - (unsigned char*)data->map; [all...] |
/ast/src/lib/libjcl/ |
H A D | path.c | 23 * jcl path map 34 char* map; member in struct:Map_s 43 Dt_t* map; member in struct:Match_s 226 * we don't expect many map entries 239 Map_t map; local 243 map.prefix = buf; 251 if (state.match[state.matched].map) 255 if (!(mp = (Map_t*)dtprev(state.match[state.matched].map, &map))) 256 mp = (Map_t*)dtfirst(state.match[state.matched].map); [all...] |
/ast/src/lib/libtksh/src/ |
H A D | init.c | 78 CmdMap *map; local 103 for (map=commandMap; map->toName != NULL; map++) 105 (map->fromName ? map->fromName : (map->toName+4)), &i), 106 (ClientData) map->toName);
|
/ast/src/lib/libast/tm/ |
H A D | tmlocale.c | 138 static const Map_t map[] = variable 363 for (i = 0; i < elementsof(map); i++) 364 n += GetLocaleInfo(lcid, map[i].native, 0, 0); 368 for (i = 0; i < elementsof(map); i++) 370 if (!(m = GetLocaleInfo(lcid, map[i].native, s, n))) 372 b[map[i].local] = s; 452 static const Map_t map[] = variable 522 for (i = 0; i < elementsof(map); i++) 524 if (!(t = nl_langinfo(map[i].native))) 525 t = tm_data.format[map[ [all...] |
/ast/src/cmd/paxlib/calib/ |
H A D | calib.c | 61 unsigned char* map; member in struct:Ar_s 95 * cobol keyword map 305 ar->imap = (ar->map = ccmap(CC_EBCDIC_O, CC_NATIVE)) ? ar->map : ccmap(0, 0); 320 (*pax->errorf)(NiL, pax, 1, "blk %c%c%c%c%c%c%c%c %02x %02x %02x %02x %02x %02x %02x %02x", ccmapchr(ar->map, blk[0]), ccmapchr(ar->map, blk[1]), ccmapchr(ar->map, blk[2]), ccmapchr(ar->map, blk[3]), ccmapchr(ar->map, blk[4]), ccmapchr(ar->map, bl 389 static char map[] = "? ~.<(+|&!$*);^-/,%_>?:#@'=\\"ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; local [all...] |
/ast/src/lib/libast/disc/ |
H A D | sfdcdos.c | 33 struct map struct 42 struct map *maptable; 70 if(!(dp->maptable=(struct map*)realloc((void*)dp->maptable,(dp->mapsize+1)*sizeof(struct map)))) 83 static struct map *getmapping(Dosdisc_t *dp, Sfoff_t offset, register int whence) 85 static struct map *getmapping(dp, offset, whence) 91 register struct map *mp; 92 static struct map dummy; 173 if(dp->maptable=(struct map*)malloc((MINMAP+1)*sizeof(struct map))) [all...] |
/ast/src/lib/libtk/generic/ |
H A D | tkGeometry.c | 265 int new, map; 335 map = 1; 338 map = 0; 347 if (map) { 539 * the slaves for the master and reposition them, map them, or 560 int x, y, map; 568 map = 1; 571 map = 0; 578 if (map) { 261 int new, map; local 552 int x, y, map; local
|
/ast/src/lib/libast/features/ |
H A D | signal.c | 47 static struct _m_ map[] = variable in typeref:struct:_m_ 302 for (i = 0; map[i].name; i++) 303 if ((j = map[i].value) > 0 && j < elementsof(mapindex) && !mapindex[j]) 353 printf(" \"%s\",\n", map[j].name); 364 else if (map[j].text) 365 printf(" \"%s\",\n", map[j].text);
|