Searched refs:pair (Results 1 - 25 of 88) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Duid.c33 void save_uidgid ( pair )
34 uidgidset *pair;
36 pair->uid = geteuid ();
37 pair->gid = getegid ();
40 void restore_uidgid ( pair )
41 uidgidset *pair;
49 if (uid == pair->uid && gid == pair->gid)
57 if ( setegid ( pair->gid ) < 0 )
59 pair
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Duid.c33 void save_uidgid ( pair )
34 uidgidset *pair;
36 pair->uid = geteuid ();
37 pair->gid = getegid ();
40 void restore_uidgid ( pair )
41 uidgidset *pair;
49 if (uid == pair->uid && gid == pair->gid)
57 if ( setegid ( pair->gid ) < 0 )
59 pair
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Davpair.c26 * Purpose: add an attribute-value pair to the given list.
28 * Returns: pointer to added a/v pair upon success, NULL pointer upon failure.
30 * Remarks: Always appends the new pair to the end of the list.
53 * Purpose: assign the given value to an attribute-value pair.
104 * Purpose: make a new attribute-value pair with given parameters.
106 * Returns: pointer to generated a/v pair when successful, NULL when failure.
163 VALUE_PAIR *pair; local
207 if ((pair =
215 strcpy (pair->name, attr->name);
216 pair
270 VALUE_PAIR *pair; local
455 rc_avpair_free(VALUE_PAIR *pair) argument
529 VALUE_PAIR *pair; local
692 rc_avpair_tostr(VALUE_PAIR *pair, char *name, int ln, char *value, int lv) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Denv005.tcl41 foreach pair $rlist {
42 set cmd [lindex $pair 0]
43 set msg [lindex $pair 1]
H A Drpc002.tcl61 foreach pair $rlist {
62 set cmd [lindex $pair 0]
63 set msg [lindex $pair 1]
108 foreach pair $rlist {
109 set cmd [lindex $pair 0]
110 set msg [lindex $pair 1]
H A Drep020.tcl107 foreach pair $envlist {
108 set i [expr [lindex $pair 1] - 2]
173 set pair [lindex $envlist 0]
174 set clenv [lindex $pair 0]
208 foreach pair $envlist {
209 set i [expr [lindex $pair 1] - 2]
210 set clientenv($i) [lindex $pair 0]
224 foreach pair $envlist {
225 set i [expr [lindex $pair 1] - 2]
236 set clientenv($i) [lindex $pair
[all...]
H A Drep026.tcl119 foreach pair $envlist {
120 set i [expr [lindex $pair 1] - 2]
161 foreach pair $envlist {
162 set i [expr [lindex $pair 1] - 2]
163 set clientenv($i) [lindex $pair 0]
207 foreach pair $envlist {
208 set i [expr [lindex $pair 1] - 2]
209 set clientenv($i) [lindex $pair 0]
243 foreach pair $envlist {
244 set i [expr [lindex $pair
[all...]
H A Drep022.tcl114 foreach pair $envlist {
115 set i [expr [lindex $pair 1] - 2]
197 foreach pair $envlist {
198 set i [expr [lindex $pair 1] - 2]
199 set clientenv($i) [lindex $pair 0]
211 foreach pair $envlist {
212 set i [expr [lindex $pair 1] - 2]
213 set clientenv($i) [lindex $pair 0]
248 foreach pair $envlist {
249 set i [expr [lindex $pair
[all...]
H A Dlockscript.tcl99 foreach pair $objlist {
100 set obj [lindex $pair 0]
101 set rw [lindex $pair 1]
H A Denv006.tcl27 foreach pair $rlist {
28 set cmd [lindex $pair 0]
29 set msg [lindex $pair 1]
H A Dtest050.tcl188 foreach pair { {small small} \
191 set data $data[lindex $pair 0]
193 error_check_good dbc_put:curr:init:($pair) $ret 0
198 Overwrite:($pair):$type"
200 1 {OVER$pair$data[lindex $pair 1]}]
201 error_check_good dbput:over:($pair) $ret 0
205 Overwrite:($pair) by cursor."
207 -current OVER$pair$data[lindex $pair
[all...]
H A Drecd002.tcl77 foreach pair $slist {
78 set cmd [subst [lindex $pair 0]]
79 set msg [lindex $pair 1]
H A Drecd004.tcl70 foreach pair $slist {
71 set cmd [subst [lindex $pair 0]]
72 set msg [lindex $pair 1]
H A Dtest085.tcl89 # deleted item, any args to get, and the expected key/data pair.
110 foreach pair $getops {
111 set op [lindex $pair 0]
113 cursor at the [lindex $pair 4]."
127 [lindex $pair 4] "beginning"] == 0]
146 set gargs [lindex $pair 1]
149 eval set ekey [lindex $pair 2]
150 eval set edata [lindex $pair 3]
185 foreach pair $putops {
187 set op [lindex $pair
[all...]
H A Drep076.tcl135 foreach pair $envlist {
136 set i [expr [lindex $pair 1] - 2]
164 foreach pair $envlist {
165 set cenv [lindex $pair 0]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dtestssl73 echo test sslv2 via BIO pair
76 echo test sslv2 with server authentication via BIO pair
80 echo test sslv2 with client authentication via BIO pair
83 echo test sslv2 with both client and server authentication via BIO pair
87 echo test sslv3 via BIO pair
90 echo test sslv3 with server authentication via BIO pair
93 echo test sslv3 with client authentication via BIO pair
96 echo test sslv3 with both client and server authentication via BIO pair
99 echo test sslv2/sslv3 via BIO pair
103 echo test sslv2/sslv3 w/o DHE via BIO pair
[all...]
H A Dtestfipsssl56 echo test tls1 via BIO pair
59 echo test tls1 with server authentication via BIO pair
62 echo test tls1 with client authentication via BIO pair
65 echo test tls1 with both client and server authentication via BIO pair
71 echo test sslv2/sslv3 w/o DHE via BIO pair
75 echo test sslv2/sslv3 with 1024bit DHE via BIO pair
81 echo test sslv2/sslv3 with client authentication via BIO pair
84 echo test sslv2/sslv3 with both client and server authentication via BIO pair
87 echo test sslv2/sslv3 with both client and server authentication via BIO pair and app verify
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtestssl73 echo test sslv2 via BIO pair
76 echo test sslv2 with server authentication via BIO pair
80 echo test sslv2 with client authentication via BIO pair
83 echo test sslv2 with both client and server authentication via BIO pair
87 echo test sslv3 via BIO pair
90 echo test sslv3 with server authentication via BIO pair
93 echo test sslv3 with client authentication via BIO pair
96 echo test sslv3 with both client and server authentication via BIO pair
99 echo test sslv2/sslv3 via BIO pair
103 echo test sslv2/sslv3 w/o DHE via BIO pair
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ms/
H A Dtest.bat140 echo test sslv2 via BIO pair
144 echo test sslv2/sslv3 with 1024 bit DHE via BIO pair
148 echo test sslv2 with server authentication via BIO pair
152 echo test sslv2 with client authentication via BIO pair
156 echo test sslv2 with both client and server authentication via BIO pair
160 echo test sslv3 via BIO pair
164 echo test sslv3 with server authentication via BIO pair
168 echo test sslv3 with client authentication via BIO pair
172 echo test sslv3 with both client and server authentication via BIO pair
176 echo test sslv2/sslv3 via BIO pair
[all...]
H A Dtestce.bat174 echo test sslv2 via BIO pair
178 echo test sslv2/sslv3 with 1024 bit DHE via BIO pair
182 echo test sslv2 with server authentication via BIO pair
186 echo test sslv2 with client authentication via BIO pair
190 echo test sslv2 with both client and server authentication via BIO pair
194 echo test sslv3 via BIO pair
198 echo test sslv3 with server authentication via BIO pair
202 echo test sslv3 with client authentication via BIO pair
206 echo test sslv3 with both client and server authentication via BIO pair
210 echo test sslv2/sslv3 via BIO pair
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Dtest.bat136 echo test sslv2 via BIO pair
140 echo test sslv2/sslv3 with 1024 bit DHE via BIO pair
144 echo test sslv2 with server authentication via BIO pair
148 echo test sslv2 with client authentication via BIO pair
152 echo test sslv2 with both client and server authentication via BIO pair
156 echo test sslv3 via BIO pair
160 echo test sslv3 with server authentication via BIO pair
164 echo test sslv3 with client authentication via BIO pair
168 echo test sslv3 with both client and server authentication via BIO pair
172 echo test sslv2/sslv3 via BIO pair
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dtypes.h83 unsigned long long pair; member in union:__anon9406
H A Dcputime.h26 rp.pair = n >> 1;
115 rp.pair = cputime >> 1;
142 rp.pair = cputime >> 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dini-file-parser.c56 AvahiIniFilePair *pair; local
103 pair = avahi_new(AvahiIniFilePair, 1);
104 pair->key = avahi_strdup(s);
105 pair->value = avahi_strdup(e);
107 AVAHI_LLIST_PREPEND(AvahiIniFilePair, pairs, group->pairs, pair);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dgetopt32.c132 t_complementary *pair; local
186 pair = on_off;
187 pair_switch = &(pair->switch_on);
190 pair_switch = &(pair->requires);
192 if (pair_switch == &(pair->switch_off))
193 pair_switch = &(pair->incongruously);
195 pair_switch = &(pair->switch_off);

Completed in 266 milliseconds

1234