Searched refs:local (Results 1 - 25 of 248) sorted by relevance

12345678910

/freebsd-10.0-release/lib/libz/
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = {
64 local const ct_data static_dtree[D_CODES] = {
118 local const int base_length[LENGTH_CODES] = {
123 local const int base_dist[D_CODES] = {
H A Dcrc32.c33 #define local static macro
40 local unsigned long crc32_little OF((unsigned long,
42 local unsigned long crc32_big OF((unsigned long,
50 local unsigned long gf2_matrix_times OF((unsigned long *mat,
52 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
53 local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2));
58 local volatile int crc_table_empty = 1;
59 local z_crc_t FAR crc_table[TBLS][256];
60 local void make_crc_table OF((void));
62 local voi
[all...]
H A Dtrees.c62 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
68 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
71 local const uch bl_order[BL_CODES]
86 local ct_data static_ltree[L_CODES+2];
93 local ct_data static_dtree[D_CODES];
107 local int base_length[LENGTH_CODES];
110 local int base_dist[D_CODES];
125 local static_tree_desc static_l_desc =
128 local static_tree_des
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4localudp.ksh28 # Test ip:::{send,receive} of IPv4 UDP to a local address.
58 local=127.0.0.1
60 $dtrace -c "/sbin/ping -U $local" -qs /dev/stdin <<EOF | grep -v 'is alive'
67 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
74 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local"/
80 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
H A Dtst.ipv4localtcp.ksh28 # Test {ip,tcp}:::{send,receive} of IPv4 TCP to local host.
35 # 3. The local ssh service is not online.
60 local=127.0.0.1
71 PeerAddr => "$local",
74 die "Could not connect to host $local port $tcpport" unless \$s;
85 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
92 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local"/
98 /args[2]->ip_saddr == "$local"
[all...]
H A Dtst.localtcpstate.ksh29 # the local ssh service and sending a test message. This should result
39 # 3. The local ssh service is not online.
65 local=127.0.0.1
76 PeerAddr => "$local",
79 die "Could not connect to host $local port $tcpport" unless \$s;
92 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
99 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
106 /args[2]->ip_saddr == "$local"
[all...]
H A Dtst.ipv4localicmp.ksh30 # Test ip:::{send,receive} of IPv4 ICMP to a local address.
46 local=127.0.0.1
48 $dtrace -c "/sbin/ping $local 3" -qs /dev/stdin <<EOF | sort -n
50 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
61 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
H A Dtst.ipv6localicmp.ksh30 # Test ip:::{send,receive} of IPv6 ICMP to a local address. This creates a
46 local=::1
58 $dtrace -c "/sbin/ping -A inet6 $local 3" -qs /dev/stdin <<EOF | sort -n
60 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
70 /args[2]->ip_saddr == "$local" && args[2]->ip_daddr == "$local" &&
/freebsd-10.0-release/usr.bin/talk/
H A Dget_iface.c53 static struct sockaddr_in local; local
63 local.sin_addr.s_addr = htonl(INADDR_ANY);
64 local.sin_port = htons(60000);
65 local.sin_family = AF_INET;
66 local.sin_len = sizeof local;
73 rv = bind(s, (struct sockaddr *)&local, sizeof local);
74 local.sin_port = htons(ntohs(local
[all...]
/freebsd-10.0-release/share/examples/find_interface/
H A Dfind_interface.c59 struct sockaddr_in local, remote; local
79 local.sin_addr.s_addr = htonl(INADDR_ANY);
80 local.sin_port = htons(60000);
81 local.sin_family = AF_INET;
82 local.sin_len = sizeof local;
89 rv = bind(s, (struct sockaddr *)&local, sizeof local);
90 local.sin_port = htons(ntohs(local
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dtm2time.c47 tm2time (struct tm tm, int local) argument
51 tm.tm_isdst = local ? -1 : 0;
55 if (!local)
/freebsd-10.0-release/contrib/wpa/src/ap/
H A Dtkip_countermeasures.h12 int michael_mic_failure(struct hostapd_data *hapd, const u8 *addr, int local);
/freebsd-10.0-release/contrib/gcc/
H A Dipa-pure-const.c26 otherwise, the local sets will not contain information that is
91 check_decl (funct_state local, argument
98 local->pure_const_state = IPA_NEITHER;
106 local->pure_const_state = IPA_NEITHER;
110 /* Do not care about a local automatic that is not static. */
118 local->pure_const_state = IPA_NEITHER;
134 if (local->pure_const_state == IPA_CONST)
135 local->pure_const_state = IPA_PURE;
145 if (local->pure_const_state == IPA_CONST)
146 local
152 check_operand(funct_state local, tree t, bool checking_write) argument
164 check_tree(funct_state local, tree t, bool checking_write) argument
212 look_for_address_of(funct_state local, tree t) argument
234 check_rhs_var(funct_state local, tree t) argument
250 check_lhs_var(funct_state local, tree t) argument
269 get_asm_expr_operands(funct_state local, tree stmt) argument
316 check_call(funct_state local, tree call_expr) argument
405 funct_state local = get_function_state (fn); local
[all...]
H A Dipa-reference.c37 to determine which local static variables are either read, written,
38 or have their address taken. Any local static that has its address
39 taken is removed from consideration. Once the local read and
43 local and global sets are examined to make the call clobbering less
48 otherwise, the local sets will not contain information that is
93 ored into the local info when asm code is found that clobbers all
125 return info->local;
266 /* Do not care about a local automatic that is not static. */
285 check_operand (ipa_reference_local_vars_info_t local,
295 if (local)
284 check_operand(ipa_reference_local_vars_info_t local, tree t, bool checking_write) argument
311 check_tree(ipa_reference_local_vars_info_t local, tree t, bool checking_write) argument
358 check_rhs_var(ipa_reference_local_vars_info_t local, tree t) argument
373 check_lhs_var(ipa_reference_local_vars_info_t local, tree t) argument
389 get_asm_expr_operands(ipa_reference_local_vars_info_t local, tree stmt) argument
436 check_call(ipa_reference_local_vars_info_t local, tree call_expr) argument
485 ipa_reference_local_vars_info_t local = NULL; local
[all...]
/freebsd-10.0-release/sys/nlm/
H A Dnlm_prot_svc.c56 bool_t (*local)(char *, void *, struct svc_req *);
68 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_sm_notify_0_svc;
82 retval = (bool_t) (*local)((char *)&argument, (void *)&result, rqstp);
124 bool_t (*local)(char *, void *, struct svc_req *);
136 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_test_1_svc;
142 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_lock_1_svc;
148 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_cancel_1_svc;
154 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_unlock_1_svc;
160 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_granted_1_svc;
166 local
[all...]
/freebsd-10.0-release/contrib/amd/amd/
H A Dnfs_prot_svc.c99 nfssvcproc_t local; local
118 dlog("cannot verify local uid for rpc request");
139 plog(XLOG_WARNING, "ignoring request from %s:%u, not a local interface",
160 local = (nfssvcproc_t) nfsproc_null_2_svc;
166 local = (nfssvcproc_t) nfsproc_getattr_2_svc;
172 local = (nfssvcproc_t) nfsproc_setattr_2_svc;
178 local = (nfssvcproc_t) nfsproc_root_2_svc;
184 local = (nfssvcproc_t) nfsproc_lookup_2_svc;
196 local = (nfssvcproc_t) nfsproc_readlink_2_svc;
202 local
[all...]
H A Damq_svc.c123 amqsvcproc_t local; local
145 local = (amqsvcproc_t) amqproc_null_1_svc;
151 local = (amqsvcproc_t) amqproc_mnttree_1_svc;
157 local = (amqsvcproc_t) amqproc_umnt_1_svc;
163 local = (amqsvcproc_t) amqproc_stats_1_svc;
169 local = (amqsvcproc_t) amqproc_export_1_svc;
175 local = (amqsvcproc_t) amqproc_setopt_1_svc;
181 local = (amqsvcproc_t) amqproc_getmntfs_1_svc;
187 local = (amqsvcproc_t) amqproc_getvers_1_svc;
193 local
[all...]
/freebsd-10.0-release/contrib/amd/hlfsd/
H A Dnfs_prot_svc.c99 nfssvcproc_t local; local
108 local = (nfssvcproc_t) nfsproc_null_2_svc;
114 local = (nfssvcproc_t) nfsproc_getattr_2_svc;
120 local = (nfssvcproc_t) nfsproc_setattr_2_svc;
126 local = (nfssvcproc_t) nfsproc_root_2_svc;
132 local = (nfssvcproc_t) nfsproc_lookup_2_svc;
144 local = (nfssvcproc_t) nfsproc_readlink_2_svc;
150 local = (nfssvcproc_t) nfsproc_read_2_svc;
156 local = (nfssvcproc_t) nfsproc_writecache_2_svc;
162 local
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dopensolaris_crc32.c36 #define local static macro
63 local unsigned long crc32_little OF((unsigned long,
65 local unsigned long crc32_big OF((unsigned long,
73 local unsigned long gf2_matrix_times OF((unsigned long *mat,
75 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
79 local volatile int crc_table_empty = 1;
80 local unsigned long FAR crc_table[TBLS][256];
81 local void make_crc_table OF((void));
83 local void write_table OF((FILE *, const unsigned long FAR *));
111 local voi
[all...]
H A Dtrees.c61 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
64 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
67 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
70 local const uch bl_order[BL_CODES]
90 local ct_data static_ltree[L_CODES+2];
97 local ct_data static_dtree[D_CODES];
111 local int base_length[LENGTH_CODES];
114 local int base_dist[D_CODES];
129 local static_tree_desc static_l_desc =
132 local static_tree_des
[all...]
/freebsd-10.0-release/usr.sbin/rpcbind/
H A Drpcb_svc.c78 void *(*local)(void *, struct svc_req *, SVCXPRT *, rpcvers_t);
99 local = rpcbproc_set_com;
105 local = rpcbproc_unset_com;
111 local = rpcbproc_getaddr_3_local;
121 local = rpcbproc_dump_3_local;
135 local = rpcbproc_gettime_com;
145 local = rpcbproc_uaddr2taddr_com;
155 local = rpcbproc_taddr2uaddr_com;
174 result = (*local)(&argument, rqstp, transp, RPCBVERS);
/freebsd-10.0-release/usr.sbin/tcpdrop/
H A Dtcpdrop.c176 struct host_service local, foreign; local
183 sockinfo(lsa, &local);
187 printf("tcpdrop %s %s %s %s\n", local.hs_host, local.hs_service,
195 warn("%s %s %s %s", local.hs_host, local.hs_service,
199 printf("%s %s %s %s: dropped\n", local.hs_host, local.hs_service,
258 struct addrinfo *ail, *local, *aif, *foreign; local
262 error = getaddrinfo(lhost, lport, &hints, &local);
305 struct sockaddr *local, *foreign; local
[all...]
/freebsd-10.0-release/contrib/telnet/libtelnet/
H A Dmisc.c68 auth_encrypt_init(char *local, char *remote, const char *name undef1, int server undef1) argument
71 LocalHostName = local;
/freebsd-10.0-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dmisc.c56 auth_encrypt_init(const char *local, const char *remote, const char *name, argument
60 LocalHostName = local;
/freebsd-10.0-release/lib/libpam/modules/pam_group/
H A Dpam_group.c60 int local, remote; local
74 /* check local / remote */
75 local = openpam_get_option(pamh, "luser") ? 1 : 0;
77 if (local && remote) {
81 } else if (local) {

Completed in 134 milliseconds

12345678910