/ast/src/cmd/nmake/ |
H A D | version.c | 25 * make version and initialization script 42 char* version = id; variable
|
/ast/src/cmd/std/ |
H A D | yes.sh | 27 version=[0-9]*)
|
/ast/src/lib/libtksh/tcl/ |
H A D | tclPkg.c | 4 * This file implements package and version control for Tcl via 24 char *version; /* Version string; malloc'ed. */ member in struct:PkgAvail 25 char *script; /* Script to invoke to provide this version 36 * package name such as "Tk" (no version number). 40 char *version; /* Version that has been supplied in this member in struct:Package 65 * This procedure is invoked to declare that a particular version 67 * must not be any other version of this package already 71 * Normally returns TCL_OK; if there is already another version 77 * so that no other version of the package may be provided for 84 Tcl_PkgProvide(interp, name, version) 306 char *version; local [all...] |
/ast/src/lib/libast/include/ |
H A D | magicid.h | 42 Magicid_data_t version; /* YYYYMMDD or 0xWWXXYYZZ */ member in struct:Magicid_s
|
H A D | cmdarg.h | 52 #define CMDDISC(d,f,e) (memset(d,0,sizeof(*(d))),(d)->version=CMD_VERSION,(d)->flags=(f),(d)->errorf=(e)) 61 uint32_t version; /* CMD_VERSION */ member in struct:Cmddisc_s
|
H A D | find.h | 57 unsigned long version; /* interface version */ member in struct:Finddisc_s
|
H A D | magic.h | 59 unsigned long version; /* interface version */ member in struct:Magicdisc_s
|
H A D | option.h | 46 unsigned long version; /* OPT_VERSION */ member in struct:Optdisc_s 90 #define optinit(d,f) (memset(d,0,sizeof(*(d))),(d)->version=OPT_VERSION,(d)->infof=(f),opt_info.disc=(d))
|
/ast/src/cmd/3d/ |
H A D | 3d.sh | 85 [v:version?Use \b3d\b version \amajor.minor\a instead of the latest 86 version.]:[major.minor] 123 [+version=1? ] 216 version= 250 /*) version=$OPTARG ;; 251 *) version=.$OPTARG ;; 271 default=$version 272 case $version in 284 for x in $dir/$d/${p}3d${s}$version [all...] |
H A D | vcs.c | 26 * 3d version control system interface 63 int version; /* RSCS version number */ member in struct:__anon20 88 char version[MAXVID]; /* version id */ member in struct:__anon21 117 #define KEYEQ(t,v,r) (streq(t->version, v) && (!r || t->domain == r)) 163 bprintf(&b, e, "out %s %s %s\n", state.path.vcs.rfile, state.path.vcs.version, state.path.vcs.rfile); 190 * version: version_name 194 vcs_map(const char* path, char* rfile, char* version) argument 207 strcpy(version, 363 locate(register Rdirent_t* rdir, register char* version, int level) argument 424 vcs_stat(int fd, char* version, struct stat* st, off_t size) argument [all...] |
/ast/src/lib/libdss/ |
H A D | dssmagic.c | 33 dssmagic(Dss_t* dss, Sfio_t* sp, const char* name, const char* type, uint32_t version, size_t size) argument 44 magic.version = version;
|
/ast/src/cmd/dsslib/ip_t/ |
H A D | ire.h | 34 #define IRE_VERSION 20030115L /* interface version */ 38 #define ireinit(p) (memset(p,0,sizeof(*(p))),(p)->version=IRE_VERSION) 49 unsigned long version; /* discipline version */ member in struct:Iredisc_s
|
/ast/src/cmd/cs/vcs_src/ |
H A D | vcs_cmd.h | 34 char* version; member in struct:version_t
|
H A D | vcs_tag.c | 68 strcpy(tp->version, v); 79 if ((n = strcmp(tp1->version, tp2->version)))
|
H A D | vcs_search.c | 46 * versions :: version 47 * | version ; versions 49 * version :: id 86 if ((tp = gettagbyname(list, tp->version, G_LINK, 0)) == NULL) 201 int lookup_tag(entries, rf, ap, version, domain, tpp, mode) 205 char* version; 223 if (version) 224 v = version; 230 if (strcmp(p->tag->version, v) == 0) 310 int lookup_tag_t(tbl, total, version, domai [all...] |
H A D | vcs_rscs.c | 45 vs.version = NULL; 48 vs.version = argv[2]; 66 if (search_tag(rf.fd, rf.ap, vs.version, 0, &(vs.tp), G_LINK, &list)) 68 *n = sfsprintf(ret, *n, "E version %s not existed\n", vs.version); 90 *n = sfsprintf(ret, *n, "I %s(%s) checkout\n", vs.path, vs.tp->version); 134 len = sfsprintf(s, rsize, "%s ", list->tag->version);
|
/ast/src/cmd/pax/ |
H A D | pax-flash.c | 40 char version[16]; local 46 * get the flash format version 51 v = version; 52 while (v < &version[sizeof(version) - 1] && s < e && *s != '\n') 99 ap->package = strdup(sfprints("%s %s", fp->name, version));
|
/ast/src/lib/libdll/ |
H A D | dll_lib.c | 106 * return method pointer for <id,version> in names 110 dll_lib(Dllnames_t* names, unsigned long version, Dllerror_f dllerrorf, void* disc) argument 138 if (!(dll = dllplugin(names->id, names->name, NiL, version, NiL, RTLD_LAZY, names->path, names->data + sizeof(names->data) - names->path)) && (streq(names->name, names->base) || !(dll = dllplugin(names->id, names->base, NiL, version, NiL, RTLD_LAZY, names->path, names->data + sizeof(names->data) - names->path)))) 143 errorf("dll", NiL, -1, "dll_lib: %s version %lu library not found", names->name, version); 157 errorf("dll", NiL, -1, "dll_lib: %s version %lu initialization function %s not found in library", names->name, version, sym); 172 errorf("dll", NiL, -1, "dll_lib: %s version %lu loaded from %s", names->name, version, li 183 dllmeth(const char* id, const char* name, unsigned long version) argument [all...] |
H A D | dllscan.c | 173 * fts version sort order 212 dllsopen(const char* lib, const char* name, const char* version) argument 241 if (version && (!*version || *version == '-' && !*(version + 1))) 242 version = 0; 256 if (!version && streq(info->suffix, ".dylib")) 257 version = "0.0"; 288 if (!version) [all...] |
/ast/src/cmd/dsslib/netflow/ |
H A D | flow-dump.c | 34 Nfshort_t version; member in struct:Hdr_1_s 66 Nfshort_t version; member in struct:Hdr_5_s 103 Nfshort_t version; member in struct:Hdr_7_s 154 int version; member in struct:State_s 167 switch (((Hdr_1_t*)buf)->version) 232 n = ((Hdr_1_t*)state->data)->version; 241 swapmem(1, state->data, &rp->version, 4); 245 memcpy(&rp->version, state->data, n); 251 swapmem(1, state->data, &rp->version, 4); 257 memcpy(&rp->version, stat [all...] |
/ast/src/lib/libast/misc/ |
H A D | optget.c | 348 { C("version") }, 540 next(register char* s, int version) argument 544 while (*s == '\t' || *s == '\r' || version >= 1 && *s == ' ') 572 skip(register char* s, register int t1, register int t2, register int t3, register int n, register int b, int past, int version) argument 578 if (version < 1) 652 return past && *(s - 1) ? next(s, version) : s - 1; 694 match(char* s, char* t, int version, const char* id, const char* catalog) argument 712 w = skip(t, ':', '?', 0, 1, 0, 0, version); 801 } while (*(x = skip(x, '|', 0, 0, 1, 0, 0, version)) == '|' && x++); 961 p->version 1243 localize(Push_t* psp, char* s, char* e, int term, int n, Sfio_t* ip, int version, char* id, char* catalog) argument 1291 label(register Sfio_t* sp, int sep, register char* s, int about, int z, int level, int style, int f, Sfio_t* ip, int version, char* id, char* catalog) argument 1616 args(register Sfio_t* sp, register char* p, register int n, int flags, int style, Sfio_t* ip, int version, char* id, char* catalog) argument 1693 item(Sfio_t* sp, char* s, int about, int level, int style, Sfio_t* ip, int version, char* id, char* catalog, int* hflags) argument 1803 trace_textout(Sfio_t* sp, register char* p, char* conform, int conformlen, int style, int level, int bump, Sfio_t* ip, int version, char* id, char* catalog, int* hflags, int line) argument 1816 textout(Sfio_t* sp, register char* s, char* conform, int conformlen, int style, int level, int bump, Sfio_t* ip, int version, char* id, char* catalog, int* hflags) argument 2388 int version; local 4128 opterror(register char* p, int err, int version, char* id, char* catalog) argument 4275 int version; local [all...] |
/ast/src/lib/libcmd/ |
H A D | fts_fix.c | 48 if ((oe = _ast_fts_read(fts)) && ast.version < 20100102L && (ne || (ne = newof(0, FTSENT, 1, 0))))
|
/ast/src/cmd/tests/sfio/ |
H A D | tfmt.c | 49 fe.version = SFIO_VERSION;
|
/ast/src/lib/libast/astsa/ |
H A D | option.h | 48 unsigned long version; /* OPT_VERSION */ member in struct:Optdisc_s 78 #define optinit(d,f) (memset(d,0,sizeof(*(d))),(d)->version=OPT_VERSION,(d)->infof=(f),opt_info.disc=(d))
|
/ast/src/lib/libast/cdt/ |
H A D | dtnew.c | 59 _dtnew(Vmalloc_t* vm, Dtdisc_t* disc, Dtmethod_t* meth, unsigned long version) argument 70 if (dt = _dtopen(&dc.ndisc, meth, version))
|