Searched refs:rstat (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXlgets.c143 int rstat;
150 rstat = ReadListLine (interp, dataPtr);
151 if (rstat != TCL_OK)
152 return rstat;
199 int rstat, cpIdx;
380 rstat = ReadListLine (interp, dataPtr);
381 if (rstat != TCL_OK)
382 return rstat;
424 int rstat, optValue;
455 rstat
141 int rstat; local
196 int rstat, cpIdx; local
420 int rstat, optValue; local
[all...]
/macosx-10.10/files-662.1.1/private/etc/
H A Drpc6 rstatd 100001 rstat rstat_svc rup perfmeter
/macosx-10.10/zsh-61/zsh/Functions/Calendar/
H A Dcalendar_add18 integer my_date done rstat nolock nobackup new_recurring
242 (( rstat = 1 ))
249 if (( !rstat )) && ! mv $newfile $calendar; then
252 (( rstat = 1 ))
258 exit $rstat
/macosx-10.10/Librpcsvc-24/
H A Drstat.x48 %/*static char sccsid[] = "from: @(#)rstat.x 1.2 87/09/18 Copyr 1987 Sun Micro";*/
49 %/*static char sccsid[] = "from: @(#)rstat.x 2.2 88/08/01 4.0 RPCSRC";*/
52 %__RCSID("$FreeBSD: src/include/rpcsvc/rstat.x,v 1.8 2003/05/04 02:51:42 obrien Exp $");
155 %enum clnt_stat rstat(char *, struct statstime *);
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-tic80.c526 bfd_reloc_status_type rstat;
616 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
627 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
640 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
659 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
676 rstat = bfd_reloc_ok;
686 rstat = bfd_reloc_ok;
690 switch (rstat)
523 bfd_reloc_status_type rstat; local
H A Dcoff-mcore.c398 bfd_reloc_status_type rstat;
478 rstat = bfd_reloc_ok;
480 /* Each case must do its own relocation, setting rstat appropriately. */
505 rstat = _bfd_relocate_contents (howto, input_bfd, val, loc);
509 rstat = _bfd_final_link_relocate
523 switch (rstat)
391 bfd_reloc_status_type rstat; local
H A Dcoff-or32.c374 bfd_reloc_status_type rstat; local
508 rstat = _bfd_relocate_contents (howto_table + rel->r_type,
510 if (rstat == bfd_reloc_overflow)
512 else if (rstat != bfd_reloc_ok)
H A Dcoff-i960.c395 bfd_reloc_status_type rstat = bfd_reloc_ok; local
538 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
544 switch (rstat)
H A Dcoff-arm.c1174 bfd_reloc_status_type rstat;
1537 rstat = bfd_reloc_ok;
1568 rstat = bfd_reloc_ok;
1585 rstat = bfd_reloc_outofrange;
1682 rstat = overflow ? bfd_reloc_overflow : bfd_reloc_ok;
1688 rstat = bfd_reloc_ok;
1690 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
1726 switch (rstat)
1172 bfd_reloc_status_type rstat; local
H A Dcoff-ppc.c1034 bfd_reloc_status_type rstat;
1108 rstat = bfd_reloc_ok;
1110 /* Each case must do its own relocation, setting rstat appropriately. */
1267 rstat = _bfd_relocate_contents (howto, input_bfd, relocation, loc);
1426 rstat = _bfd_relocate_contents (howto,
1439 rstat = _bfd_relocate_contents (howto,
1448 rstat = _bfd_relocate_contents (howto,
1476 switch (rstat)
1027 bfd_reloc_status_type rstat; local
H A Dcofflink.c2715 bfd_reloc_status_type rstat;
2724 rstat = _bfd_relocate_contents (howto, output_bfd,
2727 switch (rstat)
2848 bfd_reloc_status_type rstat;
3002 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
3007 switch (rstat)
2714 bfd_reloc_status_type rstat; local
2847 bfd_reloc_status_type rstat; local
H A Dcoff-sh.c2773 bfd_reloc_status_type rstat;
2876 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
2881 switch (rstat)
2770 bfd_reloc_status_type rstat; local
H A Dlinker.c2561 bfd_reloc_status_type rstat;
2570 rstat = _bfd_relocate_contents (r->howto, abfd,
2573 switch (rstat)
2555 bfd_reloc_status_type rstat; local
H A Decoff.c4163 bfd_reloc_status_type rstat;
4170 rstat = _bfd_relocate_contents (rel.howto, output_bfd,
4172 switch (rstat)
4153 bfd_reloc_status_type rstat; local
H A Dxcofflink.c5218 bfd_reloc_status_type rstat;
5226 rstat = _bfd_relocate_contents (howto, output_bfd, addend, buf);
5227 switch (rstat)
5212 bfd_reloc_status_type rstat; local
H A Delflink.c8818 bfd_reloc_status_type rstat;
8827 rstat = _bfd_relocate_contents (howto, output_bfd, addend, buf);
8828 switch (rstat)
8808 bfd_reloc_status_type rstat; local
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-nfs.c292 enum sunrpc_reject_stat rstat; local
324 rstat = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_stat);
325 switch (rstat) {
382 (unsigned int)rstat);

Completed in 216 milliseconds