Searched refs:saved (Results 1 - 25 of 267) sorted by relevance

1234567891011

/macosx-10.10/bootstrap_cmds-91/migcom.tproj/
H A Dstring.c58 register string_t saved; local
60 saved = malloc(strlen(string) + 1);
61 if (saved == strNULL)
63 return strcpy(saved, string);
69 register string_t saved; local
71 saved = malloc(strlen(left) + strlen(right) + 1);
72 if (saved == strNULL)
74 return strcat(strcpy(saved, left), right);
80 string_t saved; local
85 saved
[all...]
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Dpdf.pl18 my $saved;
32 $saved = 0;
36 $$dataref = $saved++ ? ""
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Dpdf.pl18 my $saved;
32 $saved = 0;
36 $$dataref = $saved++ ? ""
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/ojpeg/
H A Djdhuff_add.c28 do entropy->saved.last_dc_val[ci] = -refbw[ci << 1];
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dbootp.c77 struct saved_pkt saved; member in struct:__anon6919
128 dhcp_info_p->pkt = (uint8_t *)bootp->saved.pkt;
129 dhcp_info_p->pkt_size = bootp->saved.pkt_size;
130 dhcp_info_p->options = &bootp->saved.options;
179 bootp->saved.our_ip);
221 /* ALIGN: saved.pkt is uint32_t aligned, cast ok */
222 struct bootp * reply = (struct bootp *)(void *)bootp->saved.pkt;
225 option = dhcpol_find_with_length(&bootp->saved.options,
231 if (bootp->saved.our_ip.s_addr
232 && reply->bp_yiaddr.s_addr != bootp->saved
[all...]
H A Ddhcp.c111 struct saved_pkt saved; member in struct:__anon6922
131 struct saved_pkt saved; member in struct:__anon6923
522 if (inform->saved.pkt_size != 0) {
523 dhcp_info_p->pkt = (uint8_t *)inform->saved.pkt;
524 dhcp_info_p->pkt_size = inform->saved.pkt_size;
525 dhcp_info_p->options = &inform->saved.options;
571 dhcpol_free(&inform->saved.options);
597 inform->saved.our_ip);
641 option = dhcpol_find_with_length(&inform->saved.options,
656 if (service_update_router_address(service_p, &inform->saved
[all...]
/macosx-10.10/security_certificates-55040/
H A DaddNewRoot58 if [ ! -d "/System/Library/Keychains/saved" ] ; then
59 sudo mkdir /System/Library/Keychains/saved
60 sudo cp /System/Library/Keychains/System* /System/Library/Keychains/saved/
/macosx-10.10/tcsh-65/tcsh/
H A Dtc.sig.c133 pintr_push_enable(int *saved) argument
135 *saved = pintr_disabled;
137 cleanup_push(saved, pintr_disabled_restore);
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Drename.c53 int saved; local
66 saved = errno;
68 errno = saved;
75 saved = errno;
78 errno = saved;
82 saved = errno;
87 errno = saved;
/macosx-10.10/procmail-14/procmail/src/
H A Dformisc.h4 loadsaved P((const struct saved*const sp)),
H A Dformail.h16 struct saved {const char*const headr;const int lenr;int rexl;char*rexp;}; struct
/macosx-10.10/ruby-106/ruby/ext/win32ole/sample/
H A Dexcel1.rb29 workbook.saved = TRUE;
/macosx-10.10/dtrace-147/test/cmd/baddof/
H A Dbaddof.c89 unsigned char saved; local
101 saved = buf[bit / 8];
111 buf[bit / 8] = saved;
124 buf[bit / 8] = saved;
142 buf[bit / 8] = saved;
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dthread.h188 sched_mode_t saved_mode; /* saved mode during forced mode demotion */
292 uint64_t user_timer_save; /* saved user timer value */
293 uint64_t system_timer_save; /* saved system timer value */
294 uint64_t vtimer_user_save; /* saved values for vtimers */
340 } saved; member in struct:thread
472 integer_t saved_importance; /* saved task-relative importance */
495 #define ith_state saved.receive.state
496 #define ith_object saved.receive.object
497 #define ith_msg_addr saved.receive.msg_addr
498 #define ith_msize saved
[all...]
/macosx-10.10/bootp-298/bootplib/
H A DIPConfigurationControlPrefs.c185 Boolean saved = FALSE; local
188 saved = SCPreferencesCommitChanges(S_prefs);
191 return (saved);
/macosx-10.10/configd-699.1.5/Plugins/common/
H A DIPMonitorControlPrefs.c163 Boolean saved = FALSE; local
166 saved = SCPreferencesCommitChanges(S_prefs);
169 return (saved);
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DEAPOLControlPrefs.c186 Boolean saved = FALSE; local
189 saved = SCPreferencesCommitChanges(S_prefs);
192 return (saved);
/macosx-10.10/gnutar-453/gnutar/src/
H A Dmisc.c109 This is used for reading the saved directory file in incremental
529 int saved;
560 wd[wds].saved = 0;
577 wd[wds].saved = 0;
593 if (! prev->saved)
596 prev->saved = 1;
621 if (curr->saved)
526 int saved; member in struct:wd
/macosx-10.10/libffi-18.1/tests/testsuite/lib/
H A Dlibffi-dg.exp251 if { [info procs saved-dg-test] == [list] } {
252 rename dg-test saved-dg-test
259 if { [ catch { eval saved-dg-test $args } errmsg ] } {
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/tests/testsuite/lib/
H A Dlibffi-dg.exp251 if { [info procs saved-dg-test] == [list] } {
252 rename dg-test saved-dg-test
259 if { [ catch { eval saved-dg-test $args } errmsg ] } {
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/tests/testsuite/lib/
H A Dlibffi-dg.exp251 if { [info procs saved-dg-test] == [list] } {
252 rename dg-test saved-dg-test
259 if { [ catch { eval saved-dg-test $args } errmsg ] } {
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/tests/testsuite/lib/
H A Dlibffi-dg.exp251 if { [info procs saved-dg-test] == [list] } {
252 rename dg-test saved-dg-test
259 if { [ catch { eval saved-dg-test $args } errmsg ] } {
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dcsc.vim25 " Restore the saved compatibility options.
H A Dtcl.vim33 " Restore the saved compatibility options.
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djdhuff.c79 typedef struct { /* Bitreading state saved across MCUs */
229 savable_state saved; /* Other state at start of MCU */ member in struct:__anon13088
652 entropy->saved.last_dc_val[ci] = 0;
654 entropy->saved.EOBRUN = 0;
721 ASSIGN_STATE(state, entropy->saved);
750 ASSIGN_STATE(entropy->saved, state);
796 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */
838 entropy->saved.EOBRUN = EOBRUN; /* only part of saved stat
[all...]

Completed in 705 milliseconds

1234567891011