Searched refs:vers (Results 1 - 25 of 518) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dclassify.c20 Vers_TS * vers);
45 Vers_TS *vers; local
49 vers = Version_TS (finfo, options, tag, date,
52 if (vers->vn_user == NULL)
55 if (vers->vn_rcs == NULL)
58 if (vers->ts_user == NULL)
61 /* FIXME: Why do we skip this message if vers->tag or
62 vers->date is set? It causes "cvs update -r tag98 foo"
66 if (!force_tag_match || !(vers->tag || vers
410 sticky_ck(struct file_info *finfo, int aflag, Vers_TS *vers) argument
[all...]
H A Dno_diff.c28 No_Difference (struct file_info *finfo, Vers_TS *vers) argument
38 if (vers->ts_user != NULL
39 && strcmp (vers->ts_user, "Is-modified") == 0)
42 if (!vers->srcfile || !vers->srcfile->path)
48 if (preserve_perms && special_file_mismatch (finfo, vers->vn_user, NULL))
52 if (vers->entdata && vers->entdata->options)
53 options = xstrdup (vers->entdata->options);
58 retcode = RCS_cmp_file (vers
[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')
212 else if (vers->vn_user[0] == '-')
218 else if (vers->tag != NULL && isdigit ((unsigned char) *vers->tag))
232 finfo->fullname, vers
[all...]
H A Dcheckin.c33 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, NULL);
119 history_write (type, NULL, vers
[all...]
H A Ddiff.c44 static enum diff_file diff_file_nodiff (struct file_info *finfo, Vers_TS *vers,
487 Vers_TS *vers; local
497 vers = Version_TS (finfo, NULL, NULL, NULL, 1, 0);
544 else if (vers->vn_user == NULL)
548 && vers->srcfile != NULL)
562 (vers->vn_rcs == NULL
564 : RCS_branch_head (vers->srcfile, vers->vn_rcs));
565 exists = head != NULL && !RCS_isdead (vers->srcfile, head);
592 else if (vers
964 diff_file_nodiff(struct file_info *finfo, Vers_TS *vers, enum diff_file empty_file, char **rev1_cache) argument
[all...]
H A Dadd.c65 Vers_TS *vers; local
351 vers = Version_TS (&finfo, options, NULL, NULL, 1, 0);
352 if (vers->vn_user == NULL)
355 if (vers->vn_rcs == NULL)
358 if (vers->ts_user == NULL)
383 if (vers->options == NULL || *vers->options == '\0')
391 if (vers->options)
392 free (vers->options);
393 vers
[all...]
H A Dstatus.c128 Vers_TS *vers; local
131 status = Classify_File (finfo, NULL, NULL, NULL, 1, 0, &vers, 0);
137 if (!access_allowed (finfo->file, finfo->repository, vers->tag, 5,
209 if (vers->ts_user == NULL)
225 if (vers->vn_user == NULL)
231 else if (vers->vn_user[0] == '0' && vers->vn_user[1] == '\0')
236 cvs_output (vers->vn_user, 0);
239 if (!server_active && strlen (vers->ts_rcs) > 0)
247 buf = Xasprintf ("%s UTC", vers
[all...]
H A Dupdate.c66 static int merge_file (struct file_info *finfo, Vers_TS *vers);
67 static int scratch_file (struct file_info *finfo, Vers_TS *vers);
603 Vers_TS *vers; local
606 aflag, &vers, pipeout);
612 if (!access_allowed (finfo->file, finfo->repository, vers->tag, 5,
677 retval = checkout_file (finfo, vers, 0, 0, 0);
703 retval = merge_file (finfo, vers);
712 bakname = backup_file (finfo->file, vers->vn_user);
724 retval = checkout_file (finfo, vers, 0, 0, 1);
728 if (vers
1183 scratch_file(struct file_info *finfo, Vers_TS *vers) argument
1902 RegisterMerge(struct file_info *finfo, Vers_TS *vers, const char *backup, int has_conflicts) argument
1939 merge_file(struct file_info *finfo, Vers_TS *vers) argument
2097 join_file(struct file_info *finfo, Vers_TS *vers) argument
[all...]
/netbsd-current/sys/arch/ia64/stand/common/
H A Dnewvers.sh39 echo "char bootprog_name[] = \"FreeBSD/${3} ${2}\";" > vers.c
40 echo "char bootprog_rev[] = \"${r}\";" >> vers.c
/netbsd-current/lib/libcurses/
H A Dgenfileioh.awk32 function mangle_vers(vers) {
33 sub("^.*\\$NetBSD", "NetBSD", vers);
34 sub("\\$[^$]*$", "", vers);
35 return vers;
/netbsd-current/external/bsd/am-utils/dist/m4/
H A Dupdate_build_version7 vers=1
11 egrep AMU_BUILD_VERSION $file | while read a b vers
13 vers=`expr $vers + 1`
16 echo '#define AMU_BUILD_VERSION '$vers >> $file
21 echo '#define AMU_BUILD_VERSION '$vers >> $file
/netbsd-current/sys/conf/
H A Dnewvers.mk15 .if !target(vers.o)
16 newvers: vers.o
17 vers.o: ${SYSTEM_OBJ:O} Makefile $S/conf/newvers.sh \
19 ${_MKMSG_CREATE} vers.c
23 ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c
H A Dnewvers_stand.sh32 # Script for generating of vers.c file from given template. Used in
68 echo "const char bootprog_rev[] = \"${r} (${t})\";" > vers.c
70 echo "const char bootprog_rev[] = \"${r}\";" > vers.c
76 echo "const char bootprog_name[] = \"NetBSD/${machine}${extra}\";" >> vers.c
81 echo "const char bootprog_kernrev[] = \"${osr}\";" >> vers.c
H A Dnewvers_stand.mk8 SRCS+= vers.c
10 CLEANFILES+= vers.c
20 vers.c: ${VERSIONFILE} ${_NETBSD_VERSION_DEPENDS}
/netbsd-current/usr.bin/rpcgen/
H A Drpc_hout.c173 version_list *vers; local
179 for (vers = def->def.pr.versions; vers != NULL; vers = vers->next) {
180 for (plist = vers->procs; plist != NULL; plist = plist->next) {
195 for (vers = def->def.pr.versions; vers != NULL; vers = vers
272 version_list *vers; local
311 version_list *vers; local
[all...]
/netbsd-current/usr.sbin/rpcbind/
H A Drpcb_stat.c103 rpcbs_getaddr(rpcvers_t rtype, rpcprog_t prog, rpcvers_t vers, argument
115 if ((al->prog == prog) && (al->vers == vers) &&
133 al->vers = vers;
148 rpcvers_t vers, rpcproc_t proc, char *netid, rpcblist_ptr rbl)
160 if ((rl->prog == prog) && (rl->vers == vers) &&
164 (rbl->rpcb_map.r_vers != vers))
182 rl->vers
147 rpcbs_rmtcall(rpcvers_t rtype, rpcproc_t rpcbproc, rpcprog_t prog, rpcvers_t vers, rpcproc_t proc, char *netid, rpcblist_ptr rbl) argument
[all...]
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dget_args.c68 char *vers = NULL; local
83 vers = xmalloc(len);
84 xsnprintf(vers, len, "%s\n%s\n%s\n%s\n",
91 xstrlcat(vers, tmpbuf, len);
93 xstrlcat(vers, tmpbuf, len);
96 xstrlcat(vers, tmpbuf, len);
99 xstrlcat(vers, tmpbuf, len);
102 xstrlcat(vers, tmpbuf, len);
105 xstrlcat(vers, tmpbuf, len);
108 xstrlcat(vers, tmpbu
[all...]
/netbsd-current/tests/sbin/newfs/
H A Dquotas_common.sh31 local vers=$1; shift
40 -B ${endian} -O ${vers} -s 4000 -F ${IMG}
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/vers/
H A DMakefile.am7 build_HEADERZ = vers.h
/netbsd-current/include/protocols/
H A Dtalkd.h69 unsigned char vers; /* protocol version */ member in struct:__anon16267
88 unsigned char vers; /* protocol version */ member in struct:__anon16268
/netbsd-current/sys/fs/nfs/common/
H A Dkrpc.h13 u_int prog, u_int vers, u_int func,
17 u_int prog, u_int vers, u_int16_t *portp, struct lwp *td);
/netbsd-current/external/gpl3/gcc/usr.bin/
H A DMakefile.frontend26 gcc-vers.texi:
40 CLEANFILES+= gcc-vers.texi
/netbsd-current/external/gpl3/gcc.old/usr.bin/
H A DMakefile.frontend26 gcc-vers.texi:
40 CLEANFILES+= gcc-vers.texi
/netbsd-current/sys/lib/libsa/
H A Drpc.c116 rpc_call(struct iodesc *d, n_long prog, n_long vers, n_long proc, argument
130 printf("%s: prog=0x%x vers=%d proc=%d\n", __func__,
131 prog, vers, proc);
134 port = rpc_getport(d, prog, vers);
177 call->rp_vers = htonl(vers);
309 #define rpc_pmap_getcache(addr, prog, vers) (-1)
310 #define rpc_pmap_putcache(addr, prog, vers, port)
322 u_int vers; /* host order */ member in struct:pmap_list
331 * vers .. host order.
334 rpc_pmap_getcache(struct in_addr addr, u_int prog, u_int vers) argument
356 rpc_pmap_putcache(struct in_addr addr, u_int prog, u_int vers, int port) argument
386 rpc_getport(struct iodesc *d, n_long prog, n_long vers) argument
390 n_long vers; /* call version */ member in struct:args
[all...]
/netbsd-current/sys/nfs/
H A Dkrpc.h7 u_int prog, u_int vers, u_int func,
11 u_int prog, u_int vers, u_int proto, u_int16_t *portp,

Completed in 168 milliseconds

1234567891011>>