Searched +refs:diff +refs:next +refs:error (Results 1 - 25 of 39) sorted by relevance

12

/macosx-10.10/gnudiff-19/diffutils/src/
H A Ddiff3.c31 #include <error.h>
47 /* Different files within a three way diff. */
53 * A three way diff is built from two two-way diffs; the file which
59 * Different files within a two way diff.
71 ADD, /* Two way diff add */
72 CHANGE, /* Two way diff change */
73 DELETE, /* Two way diff delete */
80 /* Two way diff */
85 struct diff_block *next;
88 /* Three way diff */
84 struct diff_block *next; member in struct:diff_block
94 struct diff3_block *next; member in struct:diff3_block
1336 output_diff3(FILE *outputfile, struct diff3_block *diff, int const mapping[3], int const rev_mapping[3]) argument
1489 output_diff3_edscript(FILE *outputfile, struct diff3_block *diff, int const mapping[3], int const rev_mapping[3], char const *file0, char const *file1, char const *file2) argument
1605 output_diff3_merge(FILE *infile, FILE *outputfile, struct diff3_block *diff, int const mapping[3], int const rev_mapping[3], char const *file0, char const *file1, char const *file2) argument
1719 reverse_diff3_blocklist(struct diff3_block *diff) argument
1721 register struct diff3_block *tmp, *next, *prev; local
[all...]
H A Dsdiff.c27 #include <error.h>
141 {"diff-program", 1, 0, DIFF_PROGRAM_OPTION},
167 error (0, 0, _(reason_msgid), operand);
168 error (EXIT_TROUBLE, 0, _("Try `%s --help' for more information."),
202 N_("--diff-program=PROGRAM Use PROGRAM to compare files."),
250 error (0, 0, "%s", _(msgid));
259 error (0, e, "%s", msg);
279 error (0, errnum, _(failure_msgid), editor_program);
420 /* Snarf a line into a buffer. Return EOF if EOF, 0 if error, 1 if OK. */
427 char *next
426 char *next = (char *) memchr (start, '\\n', lf->buflim + 1 - start); local
1117 interact(struct line_filter *diff, struct line_filter *left, char const *lname, struct line_filter *right, char const *rname, FILE *outfile) argument
[all...]
/macosx-10.10/dtrace-147/libdwarf/
H A Ddwarf_line.c99 Dwarf_Signed * srcfilecount, Dwarf_Error * error)
140 /* Reset error. */
141 if (error != NULL)
142 *error = NULL;
147 resattr = dwarf_attr(die, DW_AT_stmt_list, &stmt_list_attr, error);
153 _dwarf_error(dbg, error, DW_DLE_DEBUG_LINE_NULL);
157 res = _dwarf_load_section(dbg, dbg->de_debug_line_index, &dbg->de_debug_line, error);
162 lres = dwarf_whatform(stmt_list_attr, &attrform, error);
170 _dwarf_error(dbg, error, DW_DLE_LINE_OFFSET_BAD);
173 lres = dwarf_global_formref(stmt_list_attr, &line_offset, error);
97 dwarf_srcfiles(Dwarf_Die die, char ***srcfiles, Dwarf_Signed * srcfilecount, Dwarf_Error * error) argument
324 _dwarf_internal_srclines(Dwarf_Die die, Dwarf_Line ** linebuf, Dwarf_Signed * count, Dwarf_Bool doaddrs, Dwarf_Bool dolines, Dwarf_Error * error) argument
1033 dwarf_srclines(Dwarf_Die die, Dwarf_Line ** linebuf, Dwarf_Signed * linecount, Dwarf_Error * error) argument
1060 dwarf_linebeginstatement(Dwarf_Line line, Dwarf_Bool * return_bool, Dwarf_Error * error) argument
1086 dwarf_lineendsequence(Dwarf_Line line, Dwarf_Bool * return_bool, Dwarf_Error * error) argument
1104 dwarf_lineno(Dwarf_Line line, Dwarf_Unsigned * ret_lineno, Dwarf_Error * error) argument
1128 dwarf_line_srcfileno(Dwarf_Line line, Dwarf_Unsigned * ret_fileno, Dwarf_Error * error) argument
1151 dwarf_lineaddr(Dwarf_Line line, Dwarf_Addr * ret_lineaddr, Dwarf_Error * error) argument
1174 dwarf_lineoff(Dwarf_Line line, Dwarf_Signed * ret_lineoff, Dwarf_Error * error) argument
1190 dwarf_linesrc(Dwarf_Line line, char **ret_linesrc, Dwarf_Error * error) argument
1350 dwarf_lineblock(Dwarf_Line line, Dwarf_Bool * return_bool, Dwarf_Error * error) argument
[all...]
/macosx-10.10/autofs-246/autofs_kext/
H A Dauto_subr.c86 struct subtrigger *next; member in struct:subtrigger
198 int error; local
201 error = auto_mark_vnode_homedirmount(vp, pid, 0);
220 if (error == EINVAL) {
225 } else if (error == EBUSY)
228 else if (error == ENOENT)
238 int error; local
249 error = auto_get_automountd_port(&automount_port);
250 if (error)
251 return error;
369 int error = 0; local
409 int error = 0; local
531 int error; local
636 int error; local
676 int error; local
728 int error; local
880 int error; local
1194 int error; local
1337 errno_t error; local
1651 off_t diff; local
1652 errno_t error; local
[all...]
/macosx-10.10/text_cmds-88/sort/
H A Dsort.c30 #include "error.h"
154 struct keyfield *next; /* Next keyfield to try. */ member in struct:keyfield
269 error (0, errno, "%s: %s", message, file ? file : _("standard output"));
389 struct tempnode *volatile next; member in struct:tempnode
402 for (node = temphead; node; node = node->next)
425 node->next = NULL;
435 temptail = &node->next;
525 struct tempnode *next; local
530 for (pnode = &temphead; (node = *pnode)->name != name; pnode = &node->next)
534 next
1170 int diff; local
1335 int diff; local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_control.c249 int error = 0; local
254 error = ENOMEM;
261 error = ENOMEM;
268 if (error != 0) {
272 return (error);
286 TAILQ_REMOVE(&kctl->kcb_head, kcb, next);
316 int error = 0; local
364 TAILQ_FOREACH(kcb_next, &kctl->kcb_head, next) {
385 TAILQ_INSERT_BEFORE(kcb_next, kcb, next);
387 TAILQ_INSERT_TAIL(&kctl->kcb_head, kcb, next);
495 u_int32_t diff; local
547 int error = 0; local
580 int error = 0; local
633 errno_t error; local
691 errno_t error = 0; local
752 errno_t error = 0; local
863 errno_t error = 0; local
976 int error = 0; local
1062 int error = ENOTSUP; local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dip_fw2.c64 #error IPFIREWALL requires INET.
315 int error; variable
317 error = sysctl_handle_int(oidp, oidp->oid_arg1, oidp->oid_arg2, req);
318 if (error || !req->newptr)
319 return (error);
323 return error;
475 int diff; local
480 for (rule = layer3_chain; rule ; rule = rule->next) {
487 diff = sizeof(ipfw_insn_pipe) - sizeof(ipfw_insn_pipe_32);
488 if (diff)
499 int diff; local
527 int diff=0; local
561 int diff; local
648 int diff; local
685 int diff; local
859 int error = 0; local
3475 int error; local
[all...]
H A Dip_dummynet.c257 * Returns 1 on error, 0 on success
270 int error=0; local
272 error = sooptcopyin(sopt, &user_pipe_32, sizeof(struct dn_pipe_32), sizeof(struct dn_pipe_32));
273 if ( !error ){
309 return error;
316 int error=0; local
318 error = sooptcopyin(sopt, &user_pipe_64, sizeof(struct dn_pipe_64), sizeof(struct dn_pipe_64));
319 if ( !error ){
355 return error;
486 * XXX the following is a hack based on ->next bein
1411 int diff = SCALE(q_size) - q->avg; local
2452 int error=0, i ; local
2520 int error = 0 ; local
[all...]
/macosx-10.10/Heimdal-398.1.2/base/
H A Dcf.c101 int diff = (int)(ai - bi); local
102 heim_assert(diff != 0, "pointers are the same ?");
104 return diff;
394 struct heim_error *next; member in struct:heim_error
402 heim_release(p->next);
415 "heim-error",
464 e = _heim_create_cf_instance(id, sizeof(struct heim_error), "heim-error");
468 e->next = NULL;
482 heim_error_copy_string(heim_error_t error) argument
485 return heim_retain(error
489 heim_error_get_code(heim_error_t error) argument
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dipsec.c276 int error = sysctl_handle_int(oidp, oidp->oid_arg1, oidp->oid_arg2, req); variable
290 return error;
296 * OUT: NULL: no apropreate SP found, the following value is set to error.
300 * others : error occurred.
309 int *error)
317 if (m == NULL || so == NULL || error == NULL)
322 return ipsec4_getpolicybyaddr(m, dir, 0, error);
338 return ipsec4_getpolicybyaddr(m, dir, 0, error);
346 *error = ipsec4_setspidx_inpcb(m, sotoinpcb(so));
351 *error
306 ipsec4_getpolicybysock(struct mbuf *m, u_int dir, struct socket *so, int *error) argument
509 ipsec4_getpolicybyaddr(struct mbuf *m, u_int dir, int flag, int *error) argument
582 int error = 0; local
644 ipsec6_getpolicybysock(struct mbuf *m, u_int dir, struct socket *so, int *error) argument
817 ipsec6_getpolicybyaddr(struct mbuf *m, u_int dir, int flag, int *error) argument
883 int error = 0; local
953 int error; local
983 int error; local
1016 int error; local
1059 int error; local
1109 int error; local
1554 int error; local
1602 int error = 0; local
1687 int error = 0; local
1968 int error; local
2028 int error; local
2162 int error; local
2206 int error; local
2692 u_int32_t diff; local
2765 u_int32_t diff; local
3020 int error = 0; local
3179 int error = 0; local
3221 int error = 0; local
3348 int error = 0; local
3425 int error = 0; local
3551 int error = 0; local
3824 int error = 0; local
3956 int error = 0; local
4559 int error; local
[all...]
/macosx-10.10/ppp-786.1.1/Drivers/PPTP/PPTP-extension/
H A Dpptp_rfc.c76 TAILQ_ENTRY(pptp_elem) next;
85 TAILQ_ENTRY(pptp_rfc) next;
212 TAILQ_INSERT_TAIL(&pptp_rfc_head, rfc, next);
235 TAILQ_REMOVE(&rfc->recv_queue, recv_elem, next);
304 TAILQ_REMOVE(&rfc->recv_queue, elem, next);
327 struct pptp_rfc *next_rfc = TAILQ_NEXT(rfc, next);
328 TAILQ_REMOVE(&pptp_rfc_head, rfc, next);
363 rfc = TAILQ_NEXT(rfc, next);
451 u_int16_t error = 0; local
540 return error;
550 int32_t diff; local
[all...]
/macosx-10.10/gnutar-453/gnutar/src/
H A Dextract.c77 struct delayed_set_stat *next; member in struct:delayed_set_stat
97 /* The next delayed link in the list. */
98 struct delayed_link *next; member in struct:delayed_link
124 struct string_list *next; member in struct:string_list
224 struct timespec diff; local
225 diff.tv_sec = t.tv_sec - now.tv_sec;
226 diff.tv_nsec = t.tv_nsec - now.tv_nsec;
227 if (diff.tv_nsec < 0)
229 diff.tv_nsec += BILLION;
230 diff
1413 struct string_list *next = sources->next; local
1419 struct delayed_link *next = ds->next; local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpf_ioctl.c271 #error PF_QNAME_SIZE must be equal to PF_TAG_NAME_SIZE
395 SLIST_INSERT_HEAD(&token_list_head, new_token, next);
408 SLIST_FOREACH_SAFE(entry, &token_list_head, next, tmp) {
411 pfioc_kernel_token, next);
429 SLIST_FOREACH_SAFE(entry, &token_list_head, next, tmp) {
430 SLIST_REMOVE(&token_list_head, entry, pfioc_kernel_token, next);
866 struct pf_tagname *p, *next; local
871 for (p = TAILQ_FIRST(head); p != NULL; p = next) {
872 next = TAILQ_NEXT(p, entries);
961 int error local
986 int error = 0; local
1011 int err, error = 0; local
1064 int error = 0; local
1106 int error; local
1300 int error; local
1602 int error = 0; local
2327 int error = 0; local
2693 int ocnt, cnt, error = 0, p64 = proc_is64bit(p); local
2836 int error; local
2925 struct pf_rule *rule, *next; local
3023 int error = 0; local
3110 int error = 0; local
3615 int error = 0; local
3742 int error = 0; local
3817 int error = 0; local
3885 int error = 0; local
3970 int error = 0; local
4012 int error = 0; local
4055 int error = 0; local
4279 int error = 0; local
4352 int error = 0, esize, size; local
4628 int error = 0; local
4658 uint64_t secs = pf_time_second(), diff; local
4718 int error = 0; local
4771 int error = 0; local
4832 int error = 0; local
4919 int error = 0; local
4970 int error = 0; local
[all...]
H A Dpf.c674 "call_clr", "call_disc", "error", "set_linkinfo"
716 struct pf_pptp_ctrl_error error; member in union:pf_pptp_ctrl_msg_union
778 int diff; local
784 if ((diff = a->af - b->af) != 0)
785 return (diff);
822 int diff; local
825 if ((diff = a->proto - b->proto) != 0)
826 return (diff);
827 if ((diff = a->af - b->af) != 0)
828 return (diff);
951 int diff; local
1198 u_int32_t t = pf_time_second(), diff = t - threshold->last; local
1598 struct pf_src_node *cur, *next; local
1720 struct pf_state *next; local
7698 int error = 0; local
7872 int error = 0; local
[all...]
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dmisc.py22 print '{:d} error banks, family code {:#0x}, machine-check dump state: {:d}'.format(
82 entry = entry.next
143 diff = p.last_dispatch - rt_timer.deadline
149 diff,
150 ['probably BAD', '(ok)'][int(diff < 0)])
246 if (result_pkt.error == 0):
249 print "DoReadMsr64() result_pkt.error != 0"
259 True upon success, False if error
300 if not result_pkt.error == 0:
301 print "DoWriteMsr64() error receive
[all...]
/macosx-10.10/groff-38/groff/src/devices/grops/
H A Dps.cpp469 subencoding *next; member in struct:subencoding
476 : p(f), num(n), idx(ix), subfont(0), next(s)
647 for (font_pointer_list *p = font_list; p; p = p->next)
667 for (p = subencodings; p; p = p->next)
698 error("silly slant `%1' degrees", sty.slant);
734 int diff = env->hpos - sbuf_end_hpos - sbuf_space_width; local
735 if (diff == 0 || (equalise_spaces && (diff == 1 || diff == -1))) {
740 if (diff
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dmulti.c297 goto error;
301 goto error;
305 goto error;
309 goto error;
314 goto error;
325 error:
415 data->next = NULL; /* end of the line */
418 last->next = data;
423 /* first node, make both prev and next be NULL! */
424 data->next
2141 long diff = curlx_tvdiff(*(struct timeval *)e->ptr, now); local
2545 long diff = curlx_tvdiff(*checktime, *timedup); local
2625 long diff = curlx_tvdiff(set, *nowp); local
[all...]
/macosx-10.10/cups-408/cups/cups/
H A Ddest.c42 # include <avahi-common/error.h>
851 int error; /* Error value */ local
964 &error);
1018 if ((error = avahi_simple_poll_iterate(data.simple_poll, 250)) > 0)
1201 int diff, /* Result of comparison */ local
1229 match = cups_find_dest(name, instance, num_dests, dests, -1, &diff);
1231 if (!diff)
1525 for (attr = response->attrs; attr != NULL; attr = attr->next)
1532 attr = attr->next;
1545 for (; attr && attr->group_tag == IPP_TAG_PRINTER; attr = attr->next)
2569 diff; /* Result of comparison */ local
2650 int diff; /* Difference */ local
3271 const char *start, *next; /* Pointer into value */ local
3547 diff; /* Result of comparison */ local
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/queryperf/
H A Dqueryperf.c392 int error; local
403 if ((error = getaddrinfo(server_to_query, server_port,
1018 double diff; local
1023 diff = (double)diff_sec + ((double)diff_usec / 1000000.0);
1025 return (diff);
1108 * Get the next non-comment line from the input file
1114 * Return 0 if cannot read a non-comment line (EOF or error)
1223 fprintf(stderr, "Set server error: unable to change "
1230 fprintf(stderr, "Set server error: unable to resolve "
1238 fprintf(stderr, "Set server error
1759 struct timeval next, now; local
1895 double mean, diff; local
[all...]
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dauth.c618 wp->next = noauth_addrs;
640 wp->next = permitted_numbers;
780 error("No secret found for PAP login");
1265 int diff; local
1286 diff = maxoctets - used;
1287 if(diff < 0) {
1594 error("Can't open PAP password file %s: %m", filename);
1708 /* Must be an error of some sort... */
2160 error("Unable to obtain CHAP password for %s on %s from plugin",
2171 error("Ca
2739 struct wordlist *next; local
[all...]
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIODeviceTreeSupport.cpp687 IOLog("%s: error mapping interrupt[%d]\n",
861 IORegistryEntry *next; local
881 while( (next = iter->getNextObject())) {
884 if( next->getProperty("AAPL,ignore"))
888 cmp = IODTMatchNubWithKeys( next, keys );
891 result->setObject( next);
893 result->setObject( next);
938 #error Unknown architecture.
1000 SInt64 diff, diff2, endDiff; local
1049 diff
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dkeyboard.c106 /* But not too big (local data > 32K error) if on Mac OS Classic. */
121 struct backtrace *next; member in struct:backtrace
146 int recent_keys_index; /* Index for storing next element into recent_keys */
207 /* Character to see next line of menu prompt. */
222 /* Non-null means we can start echoing at the next input pause even
242 /* Nonzero means C-g should cause immediate error-signal. */
245 /* The user's hook function for outputting an error message. */
339 next command input, after any unread_command_events.
400 generated by the next character. */
489 /* Pointer to next availabl
1140 struct kboard_stack *next; member in struct:kboard_stack
7070 struct user_signal_info *next; member in struct:user_signal_info
8637 Lisp_Object next; local
8691 Lisp_Object next, key; local
9642 int done, diff; local
9665 int done, diff; local
[all...]
/macosx-10.10/libxml2-26/libxml2/
H A Dxmlschemastypes.c118 struct _xmlSchemaVal *next; member in struct:_xmlSchemaVal
192 * Datatype error handlers *
219 * Returns a pointer to the new value or NULL in case of error
337 xmlSchemaTreeItemPtr next; member in struct:_xmlSchemaTreeItem
346 xmlSchemaTreeItemPtr next; member in struct:_xmlSchemaParticle
358 xmlSchemaTreeItemPtr next; member in struct:_xmlSchemaModelGroup
842 * Appends a next sibling to a list of computed values.
851 prev->next = cur;
859 * Accessor for the next sibling of a list of computed values.
861 * Returns the next valu
5760 int diff = dec.total - dec.frac; local
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemastypes.c118 struct _xmlSchemaVal *next; member in struct:_xmlSchemaVal
192 * Datatype error handlers *
219 * Returns a pointer to the new value or NULL in case of error
337 xmlSchemaTreeItemPtr next; member in struct:_xmlSchemaTreeItem
346 xmlSchemaTreeItemPtr next; member in struct:_xmlSchemaParticle
358 xmlSchemaTreeItemPtr next; member in struct:_xmlSchemaModelGroup
842 * Appends a next sibling to a list of computed values.
851 prev->next = cur;
859 * Accessor for the next sibling of a list of computed values.
861 * Returns the next valu
5753 int diff = dec.total - dec.frac; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeItem.c25 Column *next; /* Column to the right of this one */ member in struct:Column
253 column = column->next;
369 column = column->next;
414 * The next Column in the linked list, or NULL.
428 return (TreeItemColumn) ((Column *) column)->next;
439 * The next Column in the linked list, or NULL.
453 Column *next = self->next; local
462 return next;
831 column = column->next;
3085 Column *prev = NULL, *next = NULL; local
3129 Column *next = column->next; local
4775 int error; local
5806 int diff, zeros; local
[all...]

Completed in 558 milliseconds

12