/ast/src/cmd/nmake/ |
H A D | version.c | 25 * make version and initialization script 42 char* version = id; variable
|
/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 | magic.h | 59 unsigned long version; /* interface version */ member in struct:Magicdisc_s
|
H A D | mime.h | 59 unsigned long version; /* interface version */ member in struct:Mimedisc_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 | 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))
|
H A D | shcmd.h | 63 int version; member in struct:Shbltin_s
|
/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;
|
H A D | tag.h | 54 unsigned long version; /* TAG_VERSION */ member in struct:Tagdisc_s 93 #define taginit(d,e) (memset(d,0,sizeof(Tagdisc_t)),(d)->version=TAG_VERSION,(d)->errorf=(Error_f)(e))
|
/ast/src/cmd/cs/vcs_src/ |
H A D | vcs_cmd.h | 34 char* version; member in struct:version_t
|
H A D | ifs_rsh.c | 28 int version; member in struct:__anon89
|
H A D | ifs_gopher.c | 28 int version; member in struct:__anon86
|
H A D | ifs_news.c | 29 int version; member in struct:__anon88
|
H A D | ifs_http.c | 28 int version; member in struct:__anon87
|
/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))
|
H A D | dtopen.c | 30 /* map operation bits from the 2005 version to the current version */ 39 Dt_t* _dtopen(Dtdisc_t* disc, Dtmethod_t* meth, unsigned long version) argument 41 Dt_t* _dtopen(disc, meth, version) 44 unsigned long version; 103 if(version < 20111111L)
|
/ast/src/cmd/mailx/port/ |
H A D | mime.h | 103 unsigned long version; /* interface version */ member in struct:Mimedisc_s
|
/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/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
|
H A D | pt.h | 64 unsigned long version; /* interface version */ member in struct:Ptdisc_s 82 #define ptinit(d) (memset(d,0,sizeof(Ptdisc_t)),(d)->version=PT_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...] |
/ast/src/lib/libuu/ |
H A D | uu.h | 57 unsigned long version; member in struct:Uudisc_s
|
/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/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...] |