Home
last modified time | relevance | path

Searched refs:change (Results 1 – 25 of 944) sorted by relevance

12345678910>>...38

/freebsd/contrib/diff/src/
H A Ddiff.h218 struct change struct
220 struct change *link; /* Previous or next edit command */ argument
325 void print_context_script (struct change *, bool);
331 void print_ed_script (struct change *);
332 void pr_forward_ed_script (struct change *);
335 void print_ifdef_script (struct change *);
342 void print_normal_script (struct change *);
345 void print_rcs_script (struct change *);
348 void print_sdiff_script (struct change *);
357 struct change *find_change (struct change *);
[all …]
H A Ded.c25 static void print_ed_hunk (struct change *);
26 static void print_rcs_hunk (struct change *);
27 static void pr_forward_ed_hunk (struct change *);
32 print_ed_script (struct change *script) in print_ed_script()
40 print_ed_hunk (struct change *hunk) in print_ed_hunk()
87 pr_forward_ed_script (struct change *script) in pr_forward_ed_script()
93 pr_forward_ed_hunk (struct change *hunk) in pr_forward_ed_hunk()
127 print_rcs_script (struct change *script) in print_rcs_script()
135 print_rcs_hunk (struct change *hunk) in print_rcs_hunk()
H A Dcontext.c35 static struct change *find_hunk (struct change *);
36 static void mark_ignorable (struct change *);
37 static void pr_context_hunk (struct change *);
38 static void pr_unidiff_hunk (struct change *);
91 print_context_script (struct change *script, bool unidiff) in print_context_script()
97 struct change *e; in print_context_script()
157 pr_context_hunk (struct change *hunk) in pr_context_hunk()
203 struct change *next = hunk; in pr_context_hunk()
232 struct change *next = hunk; in pr_context_hunk()
287 pr_unidiff_hunk (struct change *hunk) in pr_unidiff_hunk()
[all …]
H A Dutil.c455 struct change *
456 find_change (struct change *start) in find_change()
461 struct change *
462 find_reverse_change (struct change *start) in find_reverse_change()
479 print_script (struct change *script, in print_script() argument
480 struct change * (*hunkfun) (struct change *), in print_script()
481 void (*printfun) (struct change *)) in print_script()
483 struct change *next = script; in print_script()
487 struct change *this, *end; in print_script()
653 analyze_hunk (struct change *hunk, in analyze_hunk()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.localtcpstate.ksh.out7 tcp:::state-change to syn-sent - yes
8 tcp:::state-change to syn-received - yes
9 tcp:::state-change to established - yes
10 tcp:::state-change to fin-wait-1 - yes
11 tcp:::state-change to close-wait - yes
12 tcp:::state-change to fin-wait-2 - yes
13 tcp:::state-change to last-ack - yes
14 tcp:::state-change to time-wait - yes
H A Dtst.localsctpstate.ksh.out7 sctp:::state-change to cookie-wait - yes
8 sctp:::state-change to cookie-echoed - yes
9 sctp:::state-change to established - yes
10 sctp:::state-change to shutdown-sent - yes
11 sctp:::state-change to shutdown-received - yes
12 sctp:::state-change to shutdown-ack-sent - yes
H A Dtst.remotetcpstate.ksh.out7 tcp:::state-change to syn-sent - yes
8 tcp:::state-change to established - yes
9 tcp:::state-change to fin-wait-1 - yes
10 tcp:::state-change to close-wait - yes
11 tcp:::state-change to fin-wait-2 - yes
12 tcp:::state-change to time-wait - yes
H A Dtst.remotesctpstate.ksh.out7 sctp:::state-change to cookie-wait - yes
8 sctp:::state-change to cookie-echoed - yes
9 sctp:::state-change to established - yes
10 sctp:::state-change to shutdown-sent - yes
11 sctp:::state-change to closed - yes
/freebsd/tools/test/stress2/misc/
H A Dkevent9.sh88 struct kevent change;
89 memset(&change, 0, sizeof(change));
90 change.ident = getpid();
91 change.filter = EVFILT_PROC;
92 change.flags = EV_ADD | EV_ENABLE;
93 change.fflags = NOTE_EXIT | NOTE_EXEC | NOTE_FORK | NOTE_TRACK;
95 if (kevent(kqfd, &change, 1, NULL, 0, NULL) == -1)
/freebsd/contrib/netbsd-tests/usr.sbin/mtree/
H A Dd_merge.in7 ./a/change-dir-to-link type=dir mode=0755
8 ./a/change-dir-to-link type=link mode=0755
12 ./b/change-link-to-dir type=link mode=0755
13 ./b/change-link-to-dir type=dir mode=0755
19 ./c/change-dir-to-link type=dir mode=0755
20 ./c/change-dir-to-link type=link mode=0755
26 ./d/change-link-to-dir type=link mode=0755
27 ./d/change-link-to-dir type=dir mode=0755
H A Dd_merge_C_M.out3 ./a/change-dir-to-link type=link mode=0755
5 ./b/change-link-to-dir type=dir mode=0755
9 ./c/change-dir-to-link type=link mode=0755
13 ./d/change-link-to-dir type=dir mode=0755
H A Dd_merge_C_M_S.out3 ./a/change-dir-to-link type=link mode=0755
5 ./b/change-link-to-dir type=dir mode=0755
8 ./c/change-dir-to-link type=link mode=0755
13 ./d/change-link-to-dir type=dir mode=0755
/freebsd/contrib/ntp/sntp/libevent/
H A Devmap.c718 const struct event_change *change) argument
721 if (change->read_change & EV_CHANGE_SIGNAL) {
723 GET_SIGNAL_SLOT(ctx, &base->sigmap, change->fd, evmap_signal);
727 GET_IO_SLOT(ctx, &base->io, change->fd, evmap_io);
840 struct event_change *change; local
852 change = &changelist->changes[idx];
855 memset(change, 0, sizeof(struct event_change));
856 change->fd = fd;
857 change->old_events = old_events;
859 change = &changelist->changes[fdinfo->idxplus1 - 1];
[all …]
/freebsd/contrib/libevent/
H A Devmap.c718 const struct event_change *change) argument
721 if (change->read_change & EV_CHANGE_SIGNAL) {
723 GET_SIGNAL_SLOT(ctx, &base->sigmap, change->fd, evmap_signal);
727 GET_IO_SLOT(ctx, &base->io, change->fd, evmap_io);
840 struct event_change *change; local
852 change = &changelist->changes[idx];
855 memset(change, 0, sizeof(struct event_change));
856 change->fd = fd;
857 change->old_events = old_events;
859 change = &changelist->changes[fdinfo->idxplus1 - 1];
[all …]
/freebsd/contrib/nvi/vi/
H A Dv_increment.c53 long change, ltmp, lval; in v_increment() local
73 change = vp->count; in v_increment()
75 change = 1; in v_increment()
188 ltmp = vp->character == '-' ? -change : change; in v_increment()
206 if (!NPFITS(ULONG_MAX, ulval, change)) { in v_increment()
210 ulval += change; in v_increment()
212 if (ulval < change) { in v_increment()
216 ulval -= change; in v_increment()
H A Dv_ulcase.c143 int change, rval; in ulcase() local
150 change = rval = 0; in ulcase()
155 change = 1; in ulcase()
158 change = 1; in ulcase()
162 if (change && db_set(sp, lno, bp, len)) in ulcase()
/freebsd/contrib/bsddialog/
H A DCHANGELOG3 Utility internal refactoring (no functional change):
4 * change: rename an internal constant to avoid a future conflict
11 change: --form and --mixedform do not print field value to output fd if
23 * change: <maxletters> 0 was an error (remains error in lib).
24 * change: <fieldlen> 0 was an error (remains error in lib)
34 * change: truncate mixedgauge long (over the screen/minibars)
37 * change: invert UP/DOWN keys to set a rangebox value.
44 * change: Box-drawing characters, from utf8 to wide chars to avoid to
98 * change: rename themes --theme <3d|blackwhite|flat>.
99 * change
[all...]
/freebsd/crypto/heimdal/lib/asn1/
H A Dsetchgpw2.asn140 Req-change-pw ::= SEQUENCE {
47 Rep-change-pw ::= SEQUENCE {
53 Err-change-pw ::= SEQUENCE {
60 pw-change-too-short(4),
134 change-pw[1] Req-change-pw,
144 change-pw[1] Rep-change-pw,
154 change-pw[1] Err-change-pw,
/freebsd/crypto/openssh/
H A Dauth2-passwd.c56 u_char change; in userauth_passwd() local
59 if ((r = sshpkt_get_u8(ssh, &change)) != 0 || in userauth_passwd()
61 (change && (r = sshpkt_get_cstring(ssh, NULL, NULL)) != 0) || in userauth_passwd()
67 if (change) in userauth_passwd()
/freebsd/usr.bin/brandelf/
H A Dbrandelf.c72 bool change, force, listed; in main() local
78 change = false; in main()
85 if (change) in main()
105 change = true; in main()
128 flags = change || force ? O_RDWR : O_RDONLY; in main()
161 if (!change && !force) { in main()
/freebsd/contrib/elftoolchain/brandelf/
H A Dbrandelf.c98 int ch, change = 0, force = 0, listed = 0; in main() local
107 if (change) in main()
137 change = 1; in main()
161 if ((fd = open(argv[0], (change || force) ? O_RDWR : in main()
168 if ((elf = elf_begin(fd, (change || force) ? ELF_C_RDWR : in main()
191 if (!change && !force) { in main()
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-mkdir.m46 dnl # 6.3 API change
22 dnl # 5.12 API change
40 dnl # 3.3 API change
43 dnl # would also change all three prototypes. However, if it turns out that
62 dnl # 6.3 API change
74 dnl # 5.12 API change
H A Dkernel-acl.m42 dnl # 3.1 API change,
25 dnl # 3.1 API change,
28 dnl # 5.15 API change,
31 dnl # 6.2 API change,
93 dnl # 5.12 API change,
96 dnl # 6.2 API change,
99 dnl # 6.3 API change,
H A Dkernel-blkdev.m42 dnl # 2.6.38 API change,
20 dnl # 6.5.x API change,
39 dnl # 6.8.x API change
58 dnl # 6.9.x API change
112 dnl # 6.5.x API change
136 dnl # 2.6.38 API change,
152 dnl # 6.5.x API change.
168 dnl # 6.8.x API change
182 dnl # 6.9.x API change
269 dnl # 6.5.x API change
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_diff/
H A Dzfs_diff_changes.ksh47 change="$2"
51 if [[ "$diffchg" != "$change" ]]; then
52 log_fail "Unexpected change for $path ('$diffchg' != '$change')"
54 log_note "Object $path change is displayed correctly: '$change'"

12345678910>>...38