Searched refs:change (Results 1 - 25 of 85) sorted by relevance

1234

/haiku-fatelf/src/bin/coreutils/man/
H A Dchcon.x2 chcon \- change file security context
H A Dchgrp.x2 chgrp \- change group ownership
H A Dstty.x2 stty \- change and print terminal line settings
H A Dtouch.x2 touch \- change file timestamps
/haiku-fatelf/src/bin/diffutils/src/
H A Ddiff.h206 /* The result of comparison is an "edit script": a chain of `struct change'.
207 Each `struct change' represents one place where some lines are deleted
217 struct change
219 struct change *link; /* Previous or next edit command */
327 void print_context_script (struct change *, bool);
333 void print_ed_script (struct change *);
334 void pr_forward_ed_script (struct change *);
337 void print_ifdef_script (struct change *);
344 void print_normal_script (struct change *);
347 void print_rcs_script (struct change *);
215 struct change struct
[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 *);
33 print_ed_script (struct change *script)
41 print_ed_hunk (struct change *hunk)
84 /* Print change script in the style of ed commands,
89 pr_forward_ed_script (struct change *script)
95 pr_forward_ed_hunk (struct change *hunk)
130 print_rcs_script (struct change *script)
138 print_rcs_hunk (struct change *hun
[all...]
H A Dnormal.c25 static void print_normal_hunk (struct change *);
31 print_normal_script (struct change *script)
41 print_normal_hunk (struct change *hunk)
H A Dcontext.c36 static struct change *find_hunk (struct change *);
37 static void mark_ignorable (struct change *);
38 static void pr_context_hunk (struct change *);
39 static void pr_unidiff_hunk (struct change *);
93 print_context_script (struct change *script, bool unidiff)
99 struct change *e;
161 pr_context_hunk (struct change *hunk)
207 struct change *next = hunk;
221 /* The change NEX
[all...]
H A Dutil.c453 struct change *
454 find_change (struct change *start)
459 struct change *
460 find_reverse_change (struct change *start)
478 print_script (struct change *script,
479 struct change * (*hunkfun) (struct change *),
480 void (*printfun) (struct change *))
482 struct change *next = script;
486 struct change *thi
[all...]
H A Difdef.c41 static void print_ifdef_hunk (struct change *);
49 print_ifdef_script (struct change *script)
67 print_ifdef_hunk (struct change *hunk)
78 /* Print lines up to this change. */
83 /* Print this change. */
H A Dside.c26 static void print_sdiff_hunk (struct change *);
34 print_sdiff_script (struct change *script)
237 print_sdiff_hunk (struct change *hunk)
248 /* Print out lines up to this change. */
/haiku-fatelf/src/bin/coreutils/src/
H A Dmkfifo.c121 struct mode_change *change = mode_compile (specified_mode); local
122 if (!change)
124 newmode = mode_adjust (newmode, false, umask (0), change, NULL);
125 free (change);
H A Dmkdir.c201 struct mode_change *change = mode_compile (specified_mode); local
202 if (!change)
205 options.mode = mode_adjust (S_IRWXUGO, true, umask_value, change,
207 free (change);
H A Dmknod.c127 struct mode_change *change = mode_compile (specified_mode); local
128 if (!change)
130 newmode = mode_adjust (newmode, false, umask (0), change, NULL);
131 free (change);
H A Dchmod.c1 /* chmod -- change permission modes of files
55 /* Print a message for each file whose attributes we change. */
62 /* The desired change to the mode. */
63 static struct mode_change *change; variable in typeref:struct:mode_change
68 /* If true, change the modes of directories recursively. */
161 fmt = _("failed to change mode of %s to %04lo (%s)\n");
259 change, NULL);
294 mode_adjust (old_mode, S_ISDIR (old_mode) != 0, 0, change, NULL);
316 /* Recursively change the modes of the specified FILES (the last entry
373 -c, --changes like verbose but report only when a change i
[all...]
/haiku-fatelf/src/apps/diskprobe/
H A DDataEditor.cpp54 virtual bool Merge(DataChange *change);
65 virtual bool Merge(DataChange *change);
184 DataChange::Merge(DataChange *change) argument
242 // don't change anything outside the supplied buffer
269 // don't change anything outside the supplied buffer
291 ReplaceChange *change = dynamic_cast<ReplaceChange *>(_change); local
292 if (change == NULL)
295 if (change->fOffset + change->fSize == fOffset + fSize && change
529 AddChange(DataChange *change) argument
572 ReplaceChange *change = new ReplaceChange(offset, data, length); local
623 DataChange *change = fChanges.ItemAt(i); local
631 DataChange *change = fChanges.ItemAt(i); local
675 DataChange *change = fChanges.ItemAt(i); local
746 DataChange *change = fChanges.RemoveItemAt(i); local
1183 SendNotices(DataChange *change) argument
[all...]
H A DDataEditor.h95 void SendNotices(DataChange *change);
97 void AddChange(DataChange *change);
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dcgen.sh114 ${rootdir}/move-if-change tmp-desc.h ${srcdir}/${prefix}-desc.h
118 ${rootdir}/move-if-change tmp-desc.c ${srcdir}/${prefix}-desc.c
121 ${rootdir}/move-if-change tmp-opc.h ${srcdir}/${prefix}-opc.h
125 ${rootdir}/move-if-change tmp-opc.c ${srcdir}/${prefix}-opc.c
131 ${rootdir}/move-if-change tmp-opinst.c ${srcdir}/${prefix}-opinst.c
138 ${rootdir}/move-if-change tmp-ibld.c ${srcdir}/${prefix}-ibld.c
143 ${rootdir}/move-if-change tmp-asm.c ${srcdir}/${prefix}-asm.c
148 ${rootdir}/move-if-change tmp-dis.c ${srcdir}/${prefix}-dis.c
/haiku-fatelf/src/bin/gdb/bfd/doc/
H A DMakefile.am79 $(srcdir)/../../move-if-change aoutx.tmp aoutx.texi
85 $(srcdir)/../../move-if-change archive.tmp archive.texi
91 $(srcdir)/../../move-if-change archures.tmp archures.texi
99 $(srcdir)/../../move-if-change bfd.tmp bfdt.texi
105 $(srcdir)/../../move-if-change cache.tmp cache.texi
111 $(srcdir)/../../move-if-change coffcode.tmp coffcode.texi
117 $(srcdir)/../../move-if-change core.tmp core.texi
123 $(srcdir)/../../move-if-change elf.tmp elf.texi
129 $(srcdir)/../../move-if-change elfcode.tmp elfcode.texi
135 $(srcdir)/../../move-if-change mm
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dmodechange.c97 /* Description of a mode change. */
108 mode change operation, where NEW_MODE is `ddd' and MENTIONED
124 /* Return a pointer to an array of file mode change operations created from
126 specifying an absolute mode, or symbolic mode change operations with
131 representation of file mode change operations. */
136 /* The array of mode-change directives to be returned. */
205 struct mode_change *change; local
258 change = &mc[used++];
259 change->op = op;
260 change
[all...]
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dmodechange.c97 /* Description of a mode change. */
108 mode change operation, where NEW_MODE is `ddd' and MENTIONED
124 /* Return a pointer to an array of file mode change operations created from
126 specifying an absolute mode, or symbolic mode change operations with
131 representation of file mode change operations. */
136 /* The array of mode-change directives to be returned. */
205 struct mode_change *change; local
258 change = &mc[used++];
259 change->op = op;
260 change
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/usb/
H A DHub.cpp160 if (fPortStatus[index].change & PORT_STATUS_RESET) {
166 if ((fPortStatus[index].change & PORT_STATUS_RESET) == 0) {
171 // clear the reset change
203 if (fPortStatus[i].change) {
204 TRACE("port %" B_PRId32 ": status: 0x%04x; change: 0x%04x\n", i,
205 fPortStatus[i].status, fPortStatus[i].change);
212 if (fPortStatus[i].change & PORT_STATUS_CONNECTION) {
213 // clear status change
297 if (fPortStatus[i].change & PORT_STATUS_ENABLE) {
305 if (fPortStatus[i].change
[all...]
H A Dusbspec_private.h84 uint16 change; member in struct:usb_port_status
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dvc-list-files41 -C SRCDIR change directory to SRCDIR before generating list
53 This is free software: you are free to change and redistribute it.
/haiku-fatelf/src/bin/gdb/gdb/
H A Duw-thread.c83 - A "switch_complete" change is occurring, which means that the
84 thread specified in the most recent "switch_begin" change has
87 - A "cancel_complete" change is occurring, which means that the
88 thread specified in the most recent "switch_begin" change has
91 - A spurious "switch_begin" change is occurring after a
92 "thread_exit" change.
293 dbgchange (enum thread_change change)
295 switch (change) {
626 enum thread_change change; local
643 (char *)&change, sizeo
[all...]

Completed in 332 milliseconds

1234