Searched refs:na (Results 1 - 25 of 312) sorted by relevance

1234567891011>>

/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dstrvcmp.c34 register unsigned long na; local
41 na = nb = 0;
43 na = na * 10 + *a++ - '0';
46 if (na < nb)
48 if (na > nb)
H A Dstrnvcmp.c36 register unsigned long na; local
53 na = nb = 0;
55 na = na * 10 + *a++ - '0';
58 if (na < nb)
60 if (na > nb)
/macosx-10.10/bind9-45.101/bind9/bin/named/
H A Dlwaddr.c38 lwaddr_netaddr_fromlwresaddr(isc_netaddr_t *na, lwres_addr_t *la) { argument
45 isc_netaddr_fromin(na, &ina);
49 isc_netaddr_fromin6(na, &ina6);
58 isc_netaddr_t na; local
61 result = lwaddr_netaddr_fromlwresaddr(&na, la);
64 isc_sockaddr_fromnetaddr(sa, &na, port);
73 lwaddr_lwresaddr_fromnetaddr(lwres_addr_t *la, isc_netaddr_t *na) { argument
74 if (na->family != AF_INET && na->family != AF_INET6)
77 if (na
91 isc_netaddr_t na; local
[all...]
/macosx-10.10/KerberosHelper-151/Source/
H A Dna.c52 static void add_user_selections(NAHRef na);
78 NAHRef na; member in struct:NAHSelectionData
226 krb5_cc_close(nasel->na->context, nasel->ccache);
381 NAHSelectionAlloc(NAHRef na) argument
389 nasel = (NAHSelectionRef)_CFRuntimeCreateInstance(na->alloc, id, sizeof(struct NAHSelectionData) - sizeof(CFRuntimeBase), NULL);
393 nasel->na = na;
401 nahrelease(NAHRef na) argument
403 CFRELEASE(na->hostname);
404 CFRELEASE(na
458 NAHRef na; local
476 haveMech(NAHRef na, CFStringRef mech) argument
524 addSelection(NAHRef na, CFStringRef client, CFStringRef clienttype, CFStringRef server, CFStringRef servertype, enum NAHMechType mech, int *duplicate, unsigned long flags) argument
593 findUsername(CFAllocatorRef alloc, NAHRef na, CFDictionaryRef info) argument
642 have_lkdcish_hostname(NAHRef na, bool localIsLKDC) argument
680 add_realms(NAHRef na, char **realms, unsigned long flags) argument
699 use_classic_kerberos(NAHRef na, unsigned long flags) argument
804 use_existing_principals(NAHRef na, int only_lkdc, unsigned long flags) argument
915 wellknown_lkdc(NAHRef na, enum NAHMechType mechtype, unsigned long flags) argument
988 is_smb(NAHRef na) argument
997 guess_kerberos(NAHRef na) argument
1095 guess_ntlm(NAHRef na) argument
1247 NAHRef na = NAAlloc(alloc); local
1358 NAHGetSelections(NAHRef na) argument
1384 setFriendlyName(NAHRef na, NAHSelectionRef selection, SecIdentityRef cert, krb5_ccache id, int is_lkdc) argument
1420 acquire_kerberos(NAHRef na, NAHSelectionRef selection, CFStringRef password, SecIdentityRef cert, CFErrorRef *error) argument
2050 NAHCancel(NAHRef na) argument
2305 add_user_selections(NAHRef na) argument
[all...]
H A Dtest-na.c36 NAHRef na; local
40 na = NAHCreate(NULL, CFSTR("localhost.local"), CFSTR("host"), NULL);
41 if (na == NULL)
44 array = NAHGetSelections(na);
49 CFRelease(na);
71 NAHRef na; local
92 na = NAHCreate(NULL, CFSTR("localhost.local"), kNAHServiceAFPServer, info);
94 if (na == NULL)
97 array = NAHGetSelections(na);
102 CFRelease(na);
112 NAHRef na; local
157 NAHRef na; local
261 NAHRef na; local
[all...]
/macosx-10.10/system_cmds-643.1.1/login.tproj/
H A Dlogin.h32 void au_login_fail(const char *errmsg, int na);
/macosx-10.10/ntfs-84/kext/
H A Dntfs_hash.c140 * Search the ntfs inode hash bucket @list for the ntfs inode matching @na and
150 const ntfs_attr *na)
163 if (!ntfs_inode_test(ni, na))
195 * Search the ntfs inode hash bucket @list for the ntfs inode matching @na and
202 const ntfs_inode_list_head *list, const ntfs_attr *na)
208 ni = ntfs_inode_hash_list_find_nolock(vol, list, na);
236 * Search the ntfs inode hash for the ntfs inode matching @na and if present
242 ntfs_inode *ntfs_inode_hash_lookup(ntfs_volume *vol, const ntfs_attr *na) argument
248 (unsigned long long)na->mft_no,
249 (unsigned)le32_to_cpu(na
148 ntfs_inode_hash_list_find_nolock( const ntfs_volume *vol, const ntfs_inode_list_head *list, const ntfs_attr *na) argument
201 ntfs_inode_hash_list_find(const ntfs_volume *vol, const ntfs_inode_list_head *list, const ntfs_attr *na) argument
269 ntfs_inode_hash_get(ntfs_volume *vol, const ntfs_attr *na) argument
[all...]
H A Dntfs_hash.h58 const ntfs_attr *na);
60 const ntfs_attr *na);
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dsignal.c77 struct sigaction na; local
95 memzero(&na, sizeof(na));
96 na.sa_handler = fun;
114 na.sa_flags = SA_RESTART;
120 na.sa_flags = SA_INTERRUPT;
125 if (sigaction(sig, &na, &oa))
/macosx-10.10/Heimdal-398.1.2/base/
H A Dnumber.c46 int na, nb; local
49 na = heim_base_tagged_object_value(a);
51 na = *(int *)a;
58 return na - nb;
/macosx-10.10/bind9-45.101/bind9/bin/named/include/named/
H A Dlwaddr.h26 lwaddr_netaddr_fromlwresaddr(isc_netaddr_t *na, lwres_addr_t *la);
33 lwaddr_lwresaddr_fromnetaddr(lwres_addr_t *la, isc_netaddr_t *na);
/macosx-10.10/bind9-45.101/bind9/lib/isc/include/isc/
H A Dnetaddr.h91 isc_netaddr_format(const isc_netaddr_t *na, char *array, unsigned int size);
93 * Format a human-readable representation of the network address '*na'
135 isc_netaddr_ismulticast(isc_netaddr_t *na);
141 isc_netaddr_isexperimental(isc_netaddr_t *na);
147 isc_netaddr_islinklocal(isc_netaddr_t *na);
153 isc_netaddr_issitelocal(isc_netaddr_t *na);
165 isc_netaddr_prefixok(const isc_netaddr_t *na, unsigned int prefixlen);
167 * Test whether the netaddr 'na' and 'prefixlen' are consistant.
169 * na does not have bits set which are not covered by the prefixlen.
/macosx-10.10/ntp-92/lib/isc/include/isc/
H A Dnetaddr.h91 isc_netaddr_format(const isc_netaddr_t *na, char *array, unsigned int size);
93 * Format a human-readable representation of the network address '*na'
135 isc_netaddr_ismulticast(isc_netaddr_t *na);
141 isc_netaddr_isexperimental(isc_netaddr_t *na);
147 isc_netaddr_islinklocal(isc_netaddr_t *na);
153 isc_netaddr_issitelocal(isc_netaddr_t *na);
165 isc_netaddr_prefixok(const isc_netaddr_t *na, unsigned int prefixlen);
167 * Test whether the netaddr 'na' and 'prefixlen' are consistant.
169 * na does not have bits set which are not covered by the prefixlen.
/macosx-10.10/ruby-106/ruby/ext/bigdecimal/sample/
H A Dlinear.rb23 def rd_order(na)
24 printf("Number of equations ?") if(na <= 0)
28 na = ARGV.size
32 while (n=rd_order(na))>0
36 if na <= 0
/macosx-10.10/bind9-45.101/bind9/bin/tests/net/
H A Dnetaddr_multicast.c54 to_netaddr(t_addr_t *addr, isc_netaddr_t *na) { argument
64 isc_netaddr_fromin(na, &in);
70 isc_netaddr_fromin6(na, &in6);
81 isc_netaddr_t na; local
91 result = to_netaddr(addr, &na);
97 tf = isc_netaddr_ismulticast(&na);
/macosx-10.10/OpenSSL098-52/src/crypto/bn/asm/
H A Dco-586.pl17 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
30 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 0; # laod next a
40 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 1; # laod next a
45 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
61 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 0; # load next a
64 &mov("edx",&DWP(($nb)*4,$a,"",0)) if ($pos == 1) && ($na != $nb);
69 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 1; # load next b
74 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
96 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 0; # load next a
97 &mov("eax",&DWP(($na)*
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/bn/asm/x86/
H A Dcomba.pl6 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
19 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 0; # laod next a
29 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 1; # laod next a
34 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
50 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 0; # load next a
53 &mov("edx",&DWP(($nb)*4,$a,"",0)) if ($pos == 1) && ($na != $nb);
58 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 1; # load next b
63 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
85 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 0; # load next a
86 &mov("eax",&DWP(($na)*
[all...]
/macosx-10.10/lsof-53/lsof/lib/
H A Drnam.c113 KA_T na; /* node address */ member in struct:l_nch
137 _PROTOTYPE(static struct l_nch *ncache_addr,(unsigned long i, KA_T na));
140 _PROTOTYPE(static struct l_nch *ncache_addr,(KA_T na));
147 _PROTOTYPE(static int ncache_isroot,(KA_T na, char *cp));
158 ncache_addr(i, na)
161 ncache_addr(na)
164 KA_T na; /* node's address */
169 for (hp = ncachehash(i, na); *hp; hp++)
171 for (hp = ncachehash(na); *hp; hp++)
177 if ((*hp)->id == i && (*hp)->na
[all...]
H A Drnmh.c149 KA_T na; /* node address */ member in struct:l_nch
175 _PROTOTYPE(static struct l_nch *ncache_addr,(unsigned long i, KA_T na));
178 _PROTOTYPE(static struct l_nch *ncache_addr,(KA_T na));
182 _PROTOTYPE(static int ncache_isroot,(KA_T na, char *cp));
193 ncache_addr(i, na)
196 ncache_addr(na)
199 KA_T na; /* node's address */
204 for (hp = ncachehash(i, na); *hp; hp++)
206 for (hp = ncachehash(na); *hp; hp++)
212 if ((*hp)->id == i && (*hp)->na
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Darc.c12 static GL* gla_link (GA* a, GL* i, GN* n, GLA* na);
13 static void gla_unlink (GL* i, GLA* na);
148 gla_link (GA* a, GL* il, GN* n, GLA* na) argument
153 if (na->first) {
154 na->first->prev = il;
158 il->next = na->first;
160 na->first = il;
161 na->n ++;
169 gla_unlink (GL* il, GLA* na) argument
171 if (na
[all...]
H A Dfilter.c32 static int filter_setup (NA* na, Tcl_Interp* interp, int oc, Tcl_Obj* const* ov, G* g);
33 static int filter_run (NA* na, Tcl_Interp* interp, int nodes, GCC* gx, GN_GET_GC* gf,
63 NA na; local
65 if (filter_setup (&na, interp, oc, ov, g) != TCL_OK) {
69 return filter_run (&na, interp, nodes, gx, gf, ov [0], g);
75 filter_setup (NA* na, Tcl_Interp* interp, int oc, Tcl_Obj* const* ov, G* g) argument
107 na->mode = NA_NONE;
108 na->nc = 0;
109 na->nv = NALLOC (oc, Tcl_Obj*);
110 na
237 filter_run(NA* na, Tcl_Interp* interp, int nodes, GCC* gx, GN_GET_GC* gf, Tcl_Obj* go, G* g) argument
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dnetaddr.c182 isc_netaddr_format(const isc_netaddr_t *na, char *array, unsigned int size) { argument
187 result = isc_netaddr_totext(na, &buf);
207 na->family);
214 isc_netaddr_prefixok(const isc_netaddr_t *na, unsigned int prefixlen) { argument
219 switch (na->family) {
221 p = (const unsigned char *) &na->type.in;
227 p = (const unsigned char *) &na->type.in6;
376 isc_netaddr_ismulticast(isc_netaddr_t *na) { argument
377 switch (na->family) {
379 return (ISC_TF(ISC_IPADDR_ISMULTICAST(na
388 isc_netaddr_isexperimental(isc_netaddr_t *na) argument
398 isc_netaddr_islinklocal(isc_netaddr_t *na) argument
410 isc_netaddr_issitelocal(isc_netaddr_t *na) argument
[all...]
/macosx-10.10/ntp-92/lib/isc/
H A Dnetaddr.c184 isc_netaddr_format(const isc_netaddr_t *na, char *array, unsigned int size) { argument
189 result = isc_netaddr_totext(na, &buf);
206 na->family);
213 isc_netaddr_prefixok(const isc_netaddr_t *na, unsigned int prefixlen) { argument
218 switch (na->family) {
220 p = (const unsigned char *) &na->type.in;
226 p = (const unsigned char *) &na->type.in6;
378 isc_netaddr_ismulticast(isc_netaddr_t *na) { argument
379 switch (na->family) {
381 return (ISC_TF(ISC_IPADDR_ISMULTICAST(na
390 isc_netaddr_isexperimental(isc_netaddr_t *na) argument
400 isc_netaddr_islinklocal(isc_netaddr_t *na) argument
412 isc_netaddr_issitelocal(isc_netaddr_t *na) argument
[all...]
/macosx-10.10/vim-55/runtime/tutor/
H A Dtutor.cs5 Vim je velmi v�konn� editor, kter� m� p��li� mnoho p��kaz� na to, aby
7 dostate�n� mno�stv� p��kaz� na to, aby bylo mo�n� pou��vat Vim jako
11 na tom, kolik �asu str�v�te p�ezku�ov�n�m.
31 j Kl�vesa j vypad� na �ipku dolu.
33 1. Pohybuj kurzorem po obrazovce dokud si na to nezvykne�.
36 ---> Te� v�� jak se p�esunout na n�sleduj�c� lekci.
38 3. Pou�it�m kl�vesy dolu p�ejdi na lekci 1.2.
44 jakmile si na n�j zvykne�.
60 3. A� se dostane� na p��kazov� ��dek, napi� p��kaz, kter�m se dostane� zp�t
67 ukon��� a znovu spust�� editor. Potom p�esu� kurzor dolu na lekc
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/x509/
H A Dx509_cmp.c271 X509_NAME_ENTRY *na,*nb; local
281 na=sk_X509_NAME_ENTRY_value(a->entries,i);
283 j=na->value->type-nb->value->type;
286 nabit = ASN1_tag2bit(na->value->type);
291 if (!asn1_string_memcmp(na->value, nb->value))
294 else if (na->value->type == V_ASN1_PRINTABLESTRING)
295 j=nocase_spacenorm_cmp(na->value, nb->value);
296 else if (na->value->type == V_ASN1_IA5STRING
297 && OBJ_obj2nid(na->object) == NID_pkcs9_emailAddress)
298 j=nocase_cmp(na
[all...]

Completed in 582 milliseconds

1234567891011>>