| /plan9/sys/src/ape/cmd/patch/ |
| H A D | backupfile.c | 207 int version; local 210 version = 0; 216 version = version * 10 + *p - '0'; 218 version = 0; 220 return version; 238 get_version (version) in get_version() argument 239 const char *version; in get_version() 243 if (version == 0 || *version == 0) 245 i = argmatch (version, backup_args); 248 invalid_arg ("version control type", version, i);
|
| H A D | README | 1 This version of `patch' has many changes made by the Free Software Foundation. 24 Please send bug reports for this version of patch to 27 The Free Software Foundation is distributing this version of patch 29 new version of patch since mid-1988. We have heard that he has been 41 the Free Software Foundation; either version 2, or (at your option) 42 any later version.
|
| /plan9/sys/src/cmd/gs/libpng/ |
| H A D | CHANGES | 4 version 0.2 8 version 0.3 19 version 0.4 30 version 0.5 35 version 0.6 41 version 0.7 47 version 0.71 [June, 1995] 51 version 0.8 61 added version info 68 version 0.81 [August, 1995] [all …]
|
| /plan9/sys/src/9/ip/ |
| H A D | udp.c | 191 int version; in udpkick() local 227 version = 4; in udpkick() 229 version = 6; in udpkick() 234 version = 4; in udpkick() 236 version = 6; in udpkick() 242 switch(version){ in udpkick() 319 panic("udpkick: version %d", version); in udpkick() 336 int version; in udpiput() local 345 version = ((uh4->vihl&0xF0)==IP_VER6) ? 6 : 4; in udpiput() 349 switch(version) { in udpiput() [all …]
|
| /plan9/sys/src/cmd/vac/ |
| H A D | pack.c | 375 vdsize(VacDir *dir, int version) in vdsize() argument 379 if(version < 8 || version > 9) in vdsize() 380 sysfatal("bad version %d in vdpack", version); in vdsize() 394 if(version == 9){ in vdsize() 408 if(version < 9 && dir->plan9) { in vdsize() 418 if(version < 9 && dir->gen) { in vdsize() 427 vdpack(VacDir *dir, MetaEntry *me, int version) in vdpack() argument 432 if(version < 8 || version > 9) in vdpack() 433 sysfatal("bad version %d in vdpack", version); in vdpack() 438 U16PUT(p+4, version); /* version */ in vdpack() [all …]
|
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gxttf.h | 39 version[4], /* version 1.0 */ member 62 version[4], /* version 1.0 */ member 90 version[4], /* 1.0 */ member 111 version[2], /* version 1 */ member 147 version[4], /* version 1.0 */ member
|
| H A D | ttfsfnt.h | 68 Fixed version; /* 1.0 */ member 95 Fixed version; /* for this table, set to 1.0 */ member 127 Fixed version; /* for this table, set to 1.0 */ member 151 Fixed version; /* for this table, set to 1.0 */ member 185 uint16 version; member 195 uint16 version; member 223 int16 version; member 235 Fixed version; member
|
| H A D | gp_msdll.c | 34 DWORD version = GetVersion(); in DllEntryPoint() local 36 if (((HIWORD(version) & 0x8000) != 0) && ((HIWORD(version) & 0x4000) == 0)) in DllEntryPoint()
|
| H A D | tttables.h | 59 TT_Fixed version; member 72 TT_Fixed version; /* should be 0x10000 */ member 124 TT_Fixed version; member 161 UShort version; member
|
| H A D | gp_wgetv.c | 63 DWORD version = GetVersion(); in gp_getenv() local 65 if (!(((HIWORD(version) & 0x8000) != 0) in gp_getenv() 66 && ((HIWORD(version) & 0x4000) == 0))) { in gp_getenv()
|
| /plan9/sys/src/cmd/aux/ |
| H A D | 8prefix.c | 18 short version; member 26 int version; member 41 int version = 1; variable 113 if(sym && sym->version==0 && !sym->newname) in renamesyms() 129 if(sym && sym->version==0) in dump() 217 if(s->version == v) in lookup() 227 s->version = v; in lookup() 241 obj->version = version++; in openobj() 279 sym = lookup((char*)p+4, type==D_STATIC ? obj->version : 0); in walkobj()
|
| /plan9/sys/src/games/mp3enc/ |
| H A D | util.c | 255 bit_rate = bitrate_table[gfp->version][gfc->bitrate_index]; in getframebits() 264 whole_SpF = (gfp->version+1)*72000*bit_rate / gfp->out_samplerate; in getframebits() 283 int version, /* MPEG-1 or MPEG-2 LSF */ in FindNearestBitrate() argument 290 if ( ABS (bitrate_table[version][i] - bRate) < ABS (bitrate - bRate) ) in FindNearestBitrate() 291 bitrate = bitrate_table [version] [i]; in FindNearestBitrate() 317 int version, /* MPEG-1 or MPEG-2/2.5 LSF */ in BitrateIndex() argument 323 if ( bitrate_table [version] [i] == bRate ) in BitrateIndex() 331 int SmpFrqIndex ( int sample_freq, int* const version ) in SmpFrqIndex() argument 334 case 44100: *version = 1; return 0; in SmpFrqIndex() 335 case 48000: *version = 1; return 1; in SmpFrqIndex() [all …]
|
| H A D | VbrTag.c | 154 int kbps = bitrate_table[gfp->version][gfc->bitrate_index]; in AddVbrFrame() 364 gfp->nZeroStreamSize=SizeOfEmptyFrame[gfp->version][1]+4; in InitVbrTag() 368 gfp->nZeroStreamSize=SizeOfEmptyFrame[gfp->version][0]+4; in InitVbrTag() 387 if (1==gfp->version) { in InitVbrTag() 396 ((gfp->version+1)*72000*bitrate) / gfp->out_samplerate; in InitVbrTag() 486 if (1==gfp->version) { in PutVbrTag() 494 bbyte = 16*BitrateIndex(bitrate,gfp->version,gfp->out_samplerate); in PutVbrTag() 500 if (gfp->version==1) { in PutVbrTag()
|
| /plan9/sys/src/cmd/venti/srv/ |
| H A D | conv.c | 70 ap->version = U32GET(p); in unpackarenapart() 92 U32PUT(p, ap->version); in packarenapart() 123 arena->version = U32GET(p); in unpackarena() 135 if(arena->version == ArenaVersion5){ in unpackarena() 145 switch(arena->version){ in unpackarena() 154 seterr(ECorrupt, "arena has bad version number %d", arena->version); in unpackarena() 226 switch(arena->version){ in _packarena() 237 sysfatal("packarena unknown version %d", arena->version); in _packarena() 245 U32PUT(p, arena->version); in _packarena() 257 if(arena->version == ArenaVersion5){ in _packarena() [all …]
|
| H A D | verifyarena.c | 80 if(head.version != ArenaVersion4 && head.version != ArenaVersion5) in verifyarena() 81 fprint(2, "%T %s: warning: unknown arena version %d\n", name, head.version); in verifyarena() 133 if(arena.version != head.version){ in verifyarena() 135 name, head.version, arena.version); in verifyarena() 216 ap.version, ap.blocksize, ap.arenabase); in threadmain()
|
| H A D | cmparenas.c | 125 if(head.version != ArenaVersion4 && head.version != ArenaVersion5) in cmparena() 126 fprint(2, "%s: warning: unknown arena version %d\n", name, head.version); in cmparena() 140 if(head.version != ArenaVersion4 && head.version != ArenaVersion5) in cmparena() 141 fprint(2, "%s: warning: unknown arena version %d\n", name, head.version); in cmparena() 222 ap->version, ap->blocksize, ap->arenabase); in readap()
|
| /plan9/sys/src/cmd/bzip2/ |
| H A D | README | 2 This is the README for bzip2, a block-sorting file compressor, version 3 1.0. This version is fully compatible with the previous public 10 html (manual_toc.html). A plain-text version of the manual page is 45 version 1.0. All the functions in the library have been renamed, 49 older version of the library. Sorry. I do encourage library 50 clients to make the effort to upgrade to use version 1.0, since 70 importance. To validate bzip2, I used a modified version of Mark 159 18 July 1996 (version 0.15) 160 25 August 1996 (version 0.21) 161 7 August 1997 (bzip2, version 0.1) [all …]
|
| /plan9/sys/src/liboventi/ |
| H A D | server.c | 22 srvHello(VtSession *z, char *version, char *uid, int , uchar *, int , uchar *, int ) in srvHello() argument 29 if(strcmp(version, vtGetVersion(z)) != 0) { in srvHello() 48 char *version, *uid; in dispatchHello() local 57 version = nil; in dispatchHello() 63 if(!vtGetString(p, &version)) in dispatchHello() 86 if(!srvHello(z, version, uid, cryptoStrength, crypto, ncrypto, codec, ncodec)) { in dispatchHello() 98 vtMemFree(version); in dispatchHello()
|
| H A D | venti.txt | 2 protocol version id 11 If the server and client have the same version number then this 12 version is used. Otherwise backup to the greatest common 13 major version number, e.g. 1.00 2.00 etc. If no version in 15 support a continusous range of major versions. The minor version 61 version:string; know to be supported by both 228 version[4]
|
| H A D | rpc.c | 7 int version; member 210 v = z->version; in vtGetVersion() 213 for(i=0; vtVersions[i].version; i++) in vtGetVersion() 214 if(vtVersions[i].version == v) in vtGetVersion() 259 for(i=0; vtVersions[i].version; i++) { in vtVersionRead() 263 *ret = vtVersions[i].version; in vtVersionRead() 431 for(i=0; vtVersions[i].version; i++) { in vtConnect() 445 if(!vtVersionRead(z, prefix, &z->version)) in vtConnect() 448 vtDebug(z, "version = %d: %s\n", z->version, vtGetVersion(z)); in vtConnect()
|
| /plan9/sys/src/cmd/ip/httpd/ |
| H A D | wikipost.c | 151 dowiki(HConnect *c, char *title, char *author, char *comment, char *base, ulong version, char *text) in dowiki() argument 164 if((i++,fprint(fd, "%s\nD%lud\nA%s (%s)\n", title, version, author, hp->remotesys) < 0) in dowiki() 201 ulong version; in main() local 255 version = ~0; in main() 264 version = strtoul(unhttp(p), 0, 10); in main() 278 hp->remotesys, service, title, (long)version, author, comment, base, text); in main() 287 if(title==nil || version==~0 || text==nil || text[0]=='\0' || base == nil in main() 296 hp->remotesys, service, title, (long)version, author, comment); in main() 302 url = dowiki(hc, title, author, comment, base, version, text); in main()
|
| /plan9/sys/src/ape/cmd/diff/ |
| H A D | NEWS | 1 User-visible changes in version 2.7: 6 * Help and version messages are reorganized. 9 User-visible changes in version 2.6: 18 User-visible changes in version 2.5: 20 * New cmp option: -v --version 23 User-visible changes in version 2.4: 64 * The format spec %0 introduced in version 2.1 has been removed, since it 80 User-visible changes in version 2.3: 85 User-visible changes in version 2.1: 100 User-visible changes in version 2.0: [all …]
|
| H A D | mkfile | 25 version.$O\ 31 version.$O\ 36 version.$O\
|
| /plan9/sys/src/cmd/aux/antiword/ |
| H A D | mkfile | 17 HFILES=antiword.h debug.h draw.h fail.h fontinfo.h version.h wordconst.h wordtypes.h 23 main_u.$O: version.h 24 postscript.$O: version.h 25 pdf.$O: version.h
|
| /plan9/sys/src/cmd/disk/kfs/ |
| H A D | ofcallfmt.c | 47 tag, fid, f->qid.path, f->qid.version); in ofcallfmt() 60 tag, fid, f->qid.path, f->qid.version); in ofcallfmt() 67 tag, fid, f->qid.path, f->qid.version); in ofcallfmt() 75 tag, fid, f->qid.path, f->qid.version); in ofcallfmt() 128 tag, fid, f->qid.path, f->qid.version); in ofcallfmt() 143 d->qid.path, d->qid.version, d->mode, in fdirconv()
|