/ast/src/lib/libast/features/ |
H A D | map.c | 551 static const char map[] = _API_ast_MAP; local 554 t = map;
|
/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/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/cmd/3d/ |
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);
|
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);
|
/ast/src/lib/libuu/ |
H A D | uulib.h | 54 const char map[65]; member in struct:__anon446
|
/ast/src/cmd/std/ |
H A D | banner.c | 185 register unsigned char* map; local 187 map = ccmap(CC_NATIVE, CC_ASCII); 193 for (n = 0, cp = string; c = ccmapchr(map, *cp++) & 0x07f; dp++)
|
/ast/src/lib/libast/regex/ |
H A D | regsubcomp.c | 43 regsubflags(regex_t* p, register const char* s, char** e, int delim, register const regflags_t* map, int* pm, regflags_t* pf) argument 53 if (!map) 54 map = submap; 76 for (m = map; *m; m++) 109 regsubcomp(regex_t* p, register const char* s, const regflags_t* map, int minmatch, regflags_t flags) argument 185 if (n = regsubflags(p, s, &e, d, map, &minmatch, &flags))
|
/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/lib/libpz/ |
H A D | pzinflate.c | 29 restore(register Pz_t* pz, Pzpart_t* pp, register Sfio_t* ip, Sfio_t* op, register unsigned char* pat, register unsigned char* buf, size_t row, size_t m, register size_t* map, register unsigned char** mix, register size_t* inc) argument 44 buf[map[i]] = *mix[i]; 219 if (restore(pz, pp, pz->io, op, pat, pz->wrk, pp->row, k, pp->map, pp->mix, pp->inc))
|
/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/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/lib/libast/string/ |
H A D | base64.c | 42 static unsigned char map[UCHAR_MAX+1]; variable 176 if (!(m = map)[0]) 178 memset(m, B64_IGN, sizeof(map));
|
H A D | ccmap.c | 37 * catenated CC_ASCII to CC_* character code map table 617 unsigned char map[MAP]; member in struct:Map_s 623 * generate and return ccode map from i to o 632 register Map_t* map; local 662 for (map = maps; map; map = map->next) 663 if (map->op == op) 664 return map [all...] |
/ast/src/lib/libdss/ |
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...] |
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...] |
/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/cmd/pax/ |
H A D | pax-pds.c | 41 unsigned char* map; member in struct:Pds_s 73 pds->map = ccmap(CC_EBCDIC_O, CC_NATIVE); 94 ccmapstr(pds->map, pds->dir[i].name, 8);
|
/ast/src/cmd/re/ |
H A D | sed0.c | 80 unsigned char* map; /* CC_NAT*IVE => CC_ASCII map */ variable 265 map = ccmap(CC_NATIVE, CC_ASCII);
|
/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/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/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/lib/libcmd/ |
H A D | chgrp.c | 58 "[m:map?The first operand is interpreted as a file that contains a map " 130 typedef struct Map_s /* uid/gid map */ 134 Key_t to; /* map to these */ 228 Dt_t* map = 0; local 288 if (!(map = dtopen(&mapdisc, Dtset))) 289 error(ERROR_exit(1), "out of space [id map]"); 349 if (map) 358 if (!(m = (Map_t*)dtmatch(map, &key))) 364 dtinsert(map, [all...] |
/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/libsum/ |
H A D | sumlib.c | 61 const char* map; member in struct:Map_s 283 name = maps[n].map; 374 n += sfprintf(sp, "[+%s?%s Shorthand for \b%s\b.]", maps[i].match, maps[i].description, maps[i].map);
|