HomeSort by: relevance | last modified time | path
    Searched refs:vers (Results 1 - 25 of 479) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl2/xcvs/dist/src/
classify.c 20 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->date)
    [all...]
no_diff.c 28 No_Difference (struct file_info *finfo, Vers_TS *vers)
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->srcfile, vers->vn_user, NULL, NULL, options
    [all...]
remove.c 161 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->tag)
    [all...]
checkin.c 33 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->vn_rcs
    [all...]
diff.c 44 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->vn_user[0] == '0' && vers->vn_user[1] == '\0'
    [all...]
add.c 65 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->options = wrap_rcsoption (finfo.file, 1)
    [all...]
status.c 128 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->ts_rcs)
    [all...]
update.c 66 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->ts_conflict
    [all...]
  /src/sys/arch/ia64/stand/common/
newvers.sh 39 echo "char bootprog_name[] = \"FreeBSD/${3} ${2}\";" > vers.c
40 echo "char bootprog_rev[] = \"${r}\";" >> vers.c
  /src/lib/libcurses/
genfileioh.awk 32 function mangle_vers(vers) {
33 sub("^.*\\$NetBSD", "NetBSD", vers);
34 sub("\\$[^$]*$", "", vers);
35 return vers;
  /src/external/bsd/am-utils/dist/m4/
update_build_version 7 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
  /src/sys/conf/
newvers.mk 15 .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
newvers_stand.sh 32 # Script for generating of vers.c file from given template. Used in
69 echo "const char bootprog_rev[] = \"${r} (${t})\";" > vers.c
71 echo "const char bootprog_rev[] = \"${r}\";" > vers.c
77 echo "const char bootprog_name[] = \"NetBSD/${machine}${extra}\";" >> vers.c
82 echo "const char bootprog_kernrev[] = \"${osr}\";" >> vers.c
newvers_stand.mk 8 SRCS+= vers.c
10 CLEANFILES+= vers.c
20 vers.c: ${VERSIONFILE} ${_NETBSD_VERSION_DEPENDS}
  /src/usr.bin/rpcgen/
rpc_hout.c 173 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->next)
272 version_list *vers; local
311 version_list *vers; local
    [all...]
  /src/usr.sbin/rpcbind/
rpcb_stat.c 103 rpcbs_getaddr(rpcvers_t rtype, rpcprog_t prog, rpcvers_t vers,
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 = vers
    [all...]
  /src/include/protocols/
talkd.h 69 unsigned char vers; /* protocol version */ member in struct:__anon139
88 unsigned char vers; /* protocol version */ member in struct:__anon140
  /src/sys/fs/nfs/common/
krpc.h 13 u_int prog, u_int vers, u_int func,
17 u_int prog, u_int vers, u_int16_t *portp, struct lwp *td);
  /src/tests/sbin/newfs/
quotas_common.sh 31 local vers=$1; shift
40 -B ${endian} -O ${vers} -s 4000 -F ${IMG}
  /src/external/bsd/am-utils/dist/amd/
get_args.c 68 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, tmpbuf, len)
    [all...]
  /src/sys/lib/libsa/
rpc.c 116 rpc_call(struct iodesc *d, n_long prog, n_long vers, n_long proc,
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)
390 n_long vers; \/* call version *\/ member in struct:args
    [all...]
  /src/crypto/external/apache2/openssl/dist/ssl/record/methods/
tlsany_meth.c 127 static int tls_any_set_protocol_version(OSSL_RECORD_LAYER *rl, int vers)
129 if (rl->version != TLS_ANY_VERSION && rl->version != vers)
131 rl->version = vers;
166 static int dtls_any_set_protocol_version(OSSL_RECORD_LAYER *rl, int vers)
168 if (rl->version != DTLS_ANY_VERSION && rl->version != vers)
170 rl->version = vers;
  /src/sys/nfs/
krpc.h 11 u_int prog, u_int vers, u_int func,
15 u_int prog, u_int vers, u_int proto, u_int16_t *portp,
  /src/tests/fs/ffs/
ffs_common.sh 6 local vers=$1; shift
15 -B ${endian} -O ${vers} -s 4000 -F ${IMG}
  /src/tests/sbin/fsck_ffs/
quotas_common.sh 6 local vers=$1; shift
10 atf_check -o ignore -e ignore newfs -B "${endian}" -O "${vers}" \

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011>>