Home
last modified time | relevance | path

Searched refs:vers (Results 1 – 25 of 202) sorted by relevance

123456789

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dclassify.c13 Vers_TS * vers));
34 Vers_TS *vers; local
38 vers = Version_TS (finfo, options, tag, date,
41 if (vers->vn_user == NULL)
44 if (vers->vn_rcs == NULL)
47 if (vers->ts_user == NULL)
55 if (!force_tag_match || !(vers->tag || vers->date))
68 if (!force_tag_match || !(vers->tag || vers->date))
75 else if (RCS_isdead (vers->srcfile, vers->vn_rcs))
78 if (vers->ts_user == NULL)
[all …]
H A Ddiff.c38 Vers_TS *vers,
398 Vers_TS *vers; local
412 vers = Version_TS (finfo, NULL, NULL, NULL, 1, 0);
419 else if (vers->vn_user == NULL)
423 && vers->srcfile != NULL)
437 (vers->vn_rcs == NULL
439 : RCS_branch_head (vers->srcfile, vers->vn_rcs));
457 freevers_ts (&vers);
465 freevers_ts (&vers);
470 else if (vers->vn_user[0] == '0' && vers->vn_user[1] == '\0')
[all …]
H A Dno_diff.c20 No_Difference (finfo, vers) in No_Difference() argument
22 Vers_TS *vers;
32 if (vers->ts_user != NULL
33 && strcmp (vers->ts_user, "Is-modified") == 0)
36 if (!vers->srcfile || !vers->srcfile->path)
42 if (preserve_perms && special_file_mismatch (finfo, vers->vn_user, NULL))
46 if (vers->entdata && vers->entdata->options)
47 options = xstrdup (vers->entdata->options);
52 retcode = RCS_cmp_file (vers->srcfile, vers->vn_user, options,
59 vers->vn_user ? vers->vn_user : vers->vn_rcs, ts,
[all …]
H A Dstatus.c125 Vers_TS *vers; local
129 1, 0, &vers, 0);
155 if (vers->ts_conflict)
177 if (vers->ts_user == NULL)
194 if (vers->vn_user == NULL)
200 else if (vers->vn_user[0] == '0' && vers->vn_user[1] == '\0')
206 cvs_output (vers->vn_user, 0);
213 cvs_output (vers->vn_user, 0);
215 cvs_output (vers->ts_rcs, 0);
219 if (vers->vn_rcs == NULL)
[all …]
H A Dremove.c161 Vers_TS *vers; local
176 vers = Version_TS (finfo, NULL, NULL, NULL, 0, 0);
178 if (vers->ts_user != NULL)
185 else if (vers->vn_user == NULL)
190 else if (vers->vn_user[0] == '0' && vers->vn_user[1] == '\0')
216 else if (vers->vn_user[0] == '-')
222 else if (vers->tag != NULL && isdigit ((unsigned char) *vers->tag))
236 finfo->fullname, vers->tag);
243 fname = xmalloc (strlen (vers->vn_user) + 5);
245 (void) strcat (fname, vers->vn_user);
[all …]
H A Dadd.c57 Vers_TS *vers; local
400 vers = Version_TS (&finfo, options, NULL, NULL, 1, 0);
401 if (vers->vn_user == NULL)
404 if (vers->vn_rcs == NULL)
407 if (vers->ts_user == NULL)
435 if (vers->options == NULL || *vers->options == '\0')
443 if (vers->options)
444 free (vers->options);
445 vers->options = wrap_rcsoption (finfo.file, 1);
449 if (vers->nonbranch)
[all …]
H A Dupdate.c60 static int merge_file PROTO ((struct file_info *finfo, Vers_TS *vers));
61 static int scratch_file PROTO((struct file_info *finfo, Vers_TS *vers));
591 Vers_TS *vers; local
594 aflag, &vers, pipeout);
638 retval = checkout_file (finfo, vers, 0, 0, 0);
664 retval = merge_file (finfo, vers);
673 bakname = backup_file (finfo->file, vers->vn_user);
689 retval = checkout_file (finfo, vers, 0, 0, 1);
693 if (vers->ts_conflict)
706 retcode = vers->ts_conflict[0] != '=';
[all …]
H A Dcheckin.c32 Vers_TS *vers; local
114 vers = Version_TS (finfo, NULL, tag, NULL, 1, set_time);
115 if (strcmp (vers->options, "-V4") == 0)
116 vers->options[0] = '\0';
117 Register (finfo->entries, finfo->file, vers->vn_rcs, vers->ts_user,
118 vers->options, vers->tag, vers->date, (char *) 0);
119 history_write (type, NULL, vers->vn_rcs,
168 server_updated (finfo, vers, SERVER_UPDATED,
178 freevers_ts (&vers);
H A Dtag.c414 Vers_TS *vers; local
419 (char *) NULL, 1, 0, &vers, 0);
424 freevers_ts (&vers);
429 vers = Version_TS (finfo, NULL, NULL, NULL, 0, 0);
459 if (vers->srcfile == NULL)
463 freevers_ts (&vers);
473 p->data = xstrdup (vers->vn_user);
475 p->data = RCS_getversion (vers->srcfile, numtag, date,
483 oversion = RCS_getversion (vers->srcfile, symtag, (char *) NULL, 1,
517 freevers_ts (&vers);
[all …]
H A Dcommit.c227 Vers_TS *vers; local
250 vers = Version_TS (&xfinfo, NULL, saved_tag, NULL, 0, 0);
251 if (vers->ts_user == NULL
252 && vers->vn_user != NULL
253 && vers->vn_user[0] == '-')
259 else if (vers->vn_user == NULL)
261 if (vers->ts_user == NULL)
266 freevers_ts (&vers);
269 else if (vers->ts_user != NULL
270 && vers->vn_user != NULL
[all …]
H A Dimport.c25 char *vers));
618 Vers_TS *vers; local
631 vers = Version_TS (&finfo, (char *) NULL, vbranch, (char *) NULL,
633 if (vers->vn_rcs != NULL
634 && !RCS_isdead(vers->srcfile, vers->vn_rcs))
650 different = RCS_cmp_file (vers->srcfile, vers->vn_rcs, "-ko", vfile);
664 if (add_tags (vers->srcfile, vfile, vtag, targc, targv))
667 freevers_ts (&vers);
673 if (vers->srcfile == NULL ||
674 add_rev (message, vers->srcfile, vfile, vers->vn_rcs) ||
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Module-Metadata/t/
H A Dextract-version.t17 # vers => expected version object (in stringified form),
21 vers => $undef,
29 vers => $undef,
38 vers => '1.23',
47 vers => '1.23',
62 vers => '1.23',
72 vers =>'1.23',
82 vers => '1.23',
93 vers => '1.23',
103 vers
[all...]
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mac_test.cpp25 void ParseVersion(const char *vers, u16 *major, u16 *minor);
52 MacosVersion vers = GetMacosAlignedVersion(); in TEST() local
53 EXPECT_EQ(vers.major, 10); in TEST()
54 EXPECT_EQ(vers.minor, 15); in TEST()
58 MacosVersion vers = GetMacosAlignedVersion(); in TEST() local
60 oss << vers.major << '.' << vers.minor; in TEST()
75 DarwinKernelVersion vers = GetDarwinKernelVersion(); in TEST() local
77 oss << vers.major << '.' << vers.minor; in TEST()
/openbsd-src/sys/lib/libsa/
H A Drpc.c110 rpc_call(struct iodesc *d, u_int32_t prog, u_int32_t vers, u_int32_t proc, void *sdata, in rpc_call() argument
125 prog, vers, proc); in rpc_call()
128 port = rpc_getport(d, prog, vers); in rpc_call()
171 call->rp_vers = htonl(vers); in rpc_call()
310 u_int vers; /* host order */ member
316 rpc_pmap_getcache(struct in_addr addr, u_int prog, u_int vers) in rpc_pmap_getcache() argument
322 pl->prog == prog && pl->vers == vers) in rpc_pmap_getcache()
329 rpc_pmap_putcache(struct in_addr addr, u_int prog, u_int vers, int port) in rpc_pmap_putcache() argument
348 pl->vers = vers; in rpc_pmap_putcache()
358 rpc_getport(struct iodesc *d, u_int32_t prog, u_int32_t vers) in rpc_getport() argument
[all …]
/openbsd-src/usr.bin/rpcgen/
H A Drpc_hout.c151 version_list *vers; local
155 for (vers = def->def.pr.versions; vers != NULL; vers = vers->next) {
156 for (plist = vers->procs; plist != NULL;
239 version_list *vers; local
242 for (vers = start; vers != NULL; vers = vers->next) {
243 for (proc = vers->procs; proc != NULL; proc = proc->next) {
259 version_list *vers; local
267 for (vers = def->def.pr.versions; vers != NULL; vers = vers->next) {
270 locase(def->def_name), vers->vers_num);
272 locase(def->def_name), vers->vers_num);
[all …]
/openbsd-src/usr.bin/rpcinfo/
H A Drpcinfo.c62 int pstatus(CLIENT *client, u_long prognum, u_long vers);
211 u_long prognum, vers, minvers, maxvers; in udpping()
297 for (vers = minvers; vers <= maxvers; vers++) { in udpping()
301 if ((client = clntudp_create(&addr, prognum, vers, in udpping()
305 prognum, vers); in udpping()
312 if (pstatus(client, prognum, vers) < 0) in udpping()
317 getul(argv[2], &vers); /* XXX */ in udpping()
321 if ((client = clntudp_create(&addr, prognum, vers, in udpping()
201 u_long prognum, vers, minvers, maxvers; udpping() local
337 u_long prognum, vers, minvers, maxvers; tcpping() local
461 pstatus(CLIENT * client,u_long prognum,u_long vers) pstatus() argument
[all...]
/openbsd-src/regress/usr.sbin/relayd/
H A Dfuncs.pl162 my $vers = $self->{http_vers}[0];
168 http_request($self, $len, $vers, $cookie);
172 if (@lengths && ($@ || $vers eq "1.0")) {
193 my ($self, $len, $vers, $cookie) = @_;
203 my @request = ("$method /$path HTTP/$vers");
205 if ($vers eq "1.1" && $method eq "PUT") {
229 if ($vers eq "1.1") {
249 my $vers;
261 $vers = $1;
283 undef $len unless defined($vers) && $vers eq "1.1";
[all …]
/openbsd-src/sys/arch/alpha/stand/netboot/
H A Dnewvers.sh38 echo "char bootprog_name[] = \"OpenBSD/alpha Network Boot\";" > vers.c
39 echo "char bootprog_rev[] = \"${r}\";" >> vers.c
40 echo "char bootprog_date[] = \"${t}\";" >> vers.c
41 echo "char bootprog_maker[] = \"${u}@${h}\";" >> vers.c
/openbsd-src/gnu/usr.bin/perl/cpan/Module-Metadata/lib/Module/
H A DMetadata.pm551 my( @packages, %vers, %pod, @pod );
627 if ( not exists $vers{$package} and defined $version ){
632 $vers{$package} = $dwim_version;
641 unless ( defined $vers{$version_package} && length $vers{$version_package} ) {
642 $vers{$version_package} = $self->_evaluate_version_line( $version_sigil, $version_fullname, $line );
647 elsif ( $package eq 'main' && $version_fullname && !exists($vers{main}) ) {
650 $vers{$package} = $v;
655 elsif ( $package eq 'main' && !exists($vers{main}) && $line =~ /\w/ ) {
657 $vers{mai
[all...]
/openbsd-src/gnu/usr.bin/cc/doc/
H A DMakefile20 gcc.info: gcc.texi gcc-common.texi gcc-vers.texi frontends.texi \
27 gccint.info: gccint.texi gcc-common.texi gcc-vers.texi \
37 gcc-vers.texi
39 cppinternals.info: cppinternals.texi gcc-common.texi gcc-vers.texi
43 gcc-vers.texi:
52 CLEANFILES= ${INFOF} gcc-vers.texi
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dasm-5.c17 extern int xstat_conv (int vers, struct kernel_stat *kbuf, void *ubuf);
21 __fxstat (int vers, int fd, struct stat *buf) in __fxstat() argument
26 if (vers == 0) in __fxstat()
79 result = xstat_conv (vers, &kbuf, buf); in __fxstat()
/openbsd-src/regress/usr.sbin/httpd/tests/
H A Dfuncs.pl101 my $vers = $self->{http_vers}[0];
107 http_request($self, $len, $vers, $cookie);
111 if (@lengths && ($@ || $vers eq "1.0")) {
132 my ($self, $len, $vers, $cookie) = @_;
142 my @request = ("$method /$path HTTP/$vers");
144 if ($vers eq "1.1" && $method eq "PUT") {
168 if ($vers eq "1.1") {
189 my $vers;
203 $vers = $1;
/openbsd-src/sys/arch/amd64/stand/libsa/
H A Dbiosprobe.c42 u_int8_t *vers; in getSYSCONFaddr() local
55 vers = (void*)((BIOS_regs.biosr_es << 4) | BIOS_regs.biosr_bx); in getSYSCONFaddr()
56 return vers; in getSYSCONFaddr()
/openbsd-src/sys/arch/i386/stand/libsa/
H A Dbiosprobe.c43 u_int8_t *vers; in getSYSCONFaddr() local
56 vers = (void*)((BIOS_regs.biosr_es << 4) | BIOS_regs.biosr_bx); in getSYSCONFaddr()
57 return vers; in getSYSCONFaddr()
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DConverter.pm1439 my @vers = sort { $b <=> $a } keys %known_specs;
1440 for my $i ( 0 .. $#vers-1 ) {
1441 next if $vers[$i] > $old_version;
1442 last if $vers[$i+1] < $new_version;
1443 my $spec_string = "$vers[$i+1]-from-$vers[$i]";
1444 $converted = _convert( $converted, $down_convert{$spec_string}, $vers[$i+1], $is_fragment );
1449 die "Failed to downconvert metadata to $vers[$i+1]. Errors:\n$errs\n";
1456 my @vers = sort { $a <=> $b } keys %known_specs;
1457 for my $i ( 0 .. $#vers-1 ) {
1458 next if $vers[$i] < $old_version;
[all …]

123456789