Searched refs:nn (Results 1 - 25 of 110) sorted by relevance

12345

/macosx-10.9.5/swig-10/Source/Modules/
H A Dutils.cxx65 Node *nn = Getattr(n, "sym:overloaded"); local
67 while (nn) {
68 String *ntype = nodeType(nn);
69 if ((GetFlag(nn, "feature:ignore")) ||
70 (Getattr(nn, "error")) ||
72 ((Strcmp(ntype, "cdecl") == 0) && is_protected(nn) && !is_member_director(nn) && !is_non_virtual_protected_access(n))) {
74 Node *ps = Getattr(nn, "sym:previousSibling");
75 Node *ns = Getattr(nn, "sym:nextSibling");
82 Delattr(nn, "sy
[all...]
H A Dtypepass.cxx105 normal_node *nn = patch_list; local
107 while (nn) {
108 Swig_symbol_setscope(nn->symtab);
109 SwigType_set_scope(nn->typescope);
111 for (t = First(nn->normallist); t.item; t = Next(t)) {
114 Delete(nn->normallist);
115 np = nn->next;
116 delete(nn);
117 nn = np;
434 normal_node *nn local
522 Node *nn = Swig_symbol_clookup(name, n); local
547 normal_node *nn = new normal_node(); local
942 Node *nn = copyNode(c); local
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexsni.c399 int n, nn, old_data_index, new_data2_align;
690 for (n = 1, nn = 1; n < old_file_h->e_shnum; n++, nn++)
701 memcpy (&NEW_SECTION_H(nn), &OLD_SECTION_H(old_data_index),
704 NEW_SECTION_H(nn).sh_addr = new_data3_addr;
705 NEW_SECTION_H(nn).sh_offset = new_data3_offset;
706 NEW_SECTION_H(nn).sh_size = new_data3_size;
707 NEW_SECTION_H(nn).sh_flags = OLD_SECTION_H(n).sh_flags;
711 NEW_SECTION_H(nn).sh_addralign = OLD_SECTION_H(n).sh_addralign;
714 memcpy (NEW_SECTION_H(nn)
398 int n, nn, old_data_index, new_data2_align; local
[all...]
H A Dunexelf.c567 if (NEW_SECTION_H (nn).sh_offset >= new_data2_offset)
569 if (NEW_SECTION_H (nn).sh_offset >=
689 int n, nn;
931 for (n = 1, nn = 1; n < (int) old_file_h->e_shnum; n++, nn++)
940 memcpy (&NEW_SECTION_H (nn), &OLD_SECTION_H (old_data_index),
943 NEW_SECTION_H (nn).sh_addr = new_data2_addr;
944 NEW_SECTION_H (nn).sh_offset = new_data2_offset;
945 NEW_SECTION_H (nn).sh_size = new_data2_size;
949 NEW_SECTION_H (nn)
687 int n, nn; local
[all...]
/macosx-10.9.5/OpenSSH-186/osslshim/ossl/
H A Dossl-lhash.c189 LHASH_NODE *n, *nn; local
198 nn = n->next;
200 n = nn;
212 LHASH_NODE *nn, **rn; local
223 if ((nn = (LHASH_NODE *)malloc(sizeof(LHASH_NODE))) == NULL) {
227 nn->data = data;
228 nn->next = NULL;
230 nn->hash = hash;
232 *rn = nn;
250 LHASH_NODE *nn, **r local
440 unsigned long hash, nn; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/lhash/
H A Dlhash.c178 LHASH_NODE *n,*nn; local
188 nn=n->next;
190 n=nn;
200 LHASH_NODE *nn,**rn; local
211 if ((nn=(LHASH_NODE *)Malloc(sizeof(LHASH_NODE))) == NULL)
216 nn->data=data;
217 nn->next=NULL;
219 nn->hash=hash;
221 *rn=nn;
238 LHASH_NODE *nn,**r local
412 unsigned long hash,nn; local
[all...]
/macosx-10.9.5/swig-10/Source/Swig/
H A Dfragment.c124 Hash *nn = Getmeta(code, "kwargs"); local
128 while (nn) {
129 if (Equal(Getattr(nn, "name"), "fragment")) {
131 Printf(stdout, "emitting fragment %s %s\n", nn, type);
132 Setfile(nn, Getfile(n));
133 Setline(nn, Getline(n));
134 Swig_fragment_emit(nn);
136 nn = nextSibling(nn);
/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dhelp.c202 help_node_t *nn; /* Parent node */ local
227 nn = helpFindNode(hi, n->filename, NULL);
229 snprintf(line, sizeof(line), "/help/%s?QUERY=%s", nn->filename,
232 cgiSetArray("QPTEXT", i, nn->text);
298 help_node_t *nn; /* Pointer to sub-node */ local
303 for (nn = (help_node_t *)cupsArrayFirst(hi->sorted);
304 nn;
305 nn = (help_node_t *)cupsArrayNext(hi->sorted))
306 if (nn->anchor && !strcmp(helpfile, nn
[all...]
/macosx-10.9.5/smb-697.95.1/lib/smb/
H A Dnb_name.c65 struct nb_name nn; local
66 struct nb_name *np = &nn;
73 strlcpy((char *)nn.nn_name, name, sizeof(nn.nn_name));
74 nn.nn_type = type;
H A Dnbns_rq.c350 struct nb_name nn; local
373 bzero(&nn, sizeof(nn));
374 strlcpy((char *)nn.nn_name, name, sizeof(nn.nn_name));
375 nn.nn_type = nodeType;
377 rqp->nr_qdname = &nn;
506 struct nb_name nn; local
518 bzero(&nn, sizeof(nn));
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dcharray.c77 int i, n, nn; local
83 for ( nn = 0; s[nn] != NULL; nn++ ) {
87 aa = (char **) LDAP_REALLOC( (char *) *a, (n + nn + 1) * sizeof(char *) );
95 for ( i = 0; i < nn; i++ ) {
107 (*a)[n + nn] = NULL;
H A Ddntest.c204 int nn; local
211 for ( nn = 0; vv && vv[ nn ]; nn++ ) {
213 vv[ nn ] );
220 for ( nn = 0; vv && vv[ nn ]; nn++ ) {
222 vv[ nn ] );
/macosx-10.9.5/groff-38/groff/src/libs/libgroff/
H A Derrarg.cpp35 errarg::errarg(int nn) : type(INTEGER) argument
37 n = nn;
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs.h285 #define CON_FILENAME(nn, nl) \
287 (((*(nn) == 'c') || (*(nn) == 'C')) && \
288 ((*((nn)+1) == 'o') || (*((nn)+1) == 'O')) && \
289 ((*((nn)+2) == 'n') || (*((nn)+2) == 'N'))))
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dmm-partial.el67 phandle nn ntotal
92 (setq nn (string-to-number
103 (unless (< nn n)
104 (unless (eq nn n)
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Desp_output.c613 struct mbuf *nn; local
615 MGET(nn, M_DONTWAIT, MT_DATA);
616 if (!nn) {
623 extend = mtod(nn, u_char *);
624 nn->m_len = extendsiz;
625 nn->m_next = NULL;
626 n->m_next = nn;
627 n = nn;
760 struct mbuf *nn; local
762 MGET(nn, M_DONTWAI
[all...]
/macosx-10.9.5/groff-38/groff/src/libs/snprintf/
H A Dsnprintf.c396 { register size_t nn = (size_t)(n); \
397 if (nn >= breakeven_point) memcpy((d), (s), nn); \
398 else if (nn > 0) { /* call overhead is worth only for large strings*/ \
400 for (ss=(s), dd=(d); nn>0; nn--) *dd++ = *ss++; } }
403 { register size_t nn = (size_t)(n); \
404 if (nn >= breakeven_point) memset((d), (int)(c), nn); \
405 else if (nn >
[all...]
/macosx-10.9.5/apache-786.1/httpd/docs/conf/extra/
H A Dhttpd-languages.conf.in38 # Korean (ko) - Luxembourgeois* (ltz) - Norwegian Nynorsk (nn)
61 AddLanguage nn .nn
78 LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv tr zh-CN zh-TW
/macosx-10.9.5/lsof-52/lsof/
H A Dmisc.c105 for (dp = d, n = 0; dp->nn; dp++, n++)
504 int al, i, j, oc, nn, ns, off, tx;
598 if ((nn = ns + oc) >= al) {
599 while ((nn + 5) > al) {
641 nn = nr + off + 1;
642 if (nn > al) {
644 while ((nn + 5) > al) {
660 UdpNstates = nn;
669 TcpNstates = nn;
681 if (nn > UdpNstate
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-mode.el222 (nn (prefix-numeric-value n)))
227 (setq nn (+ oldtop nn))
228 (if (< nn 0)
229 (setq nn (+ nn (calc-stack-size)))
230 (setq nn (1+ nn))))
231 (if (< nn 1)
233 (if (> nn (cal
[all...]
H A Dcalc-yank.el37 (defun calc-kill (nn &optional no-delete)
44 (n (prefix-numeric-value nn)))
55 (if (null nn)
61 (kill-line nn)))
272 (defun calc-copy-to-buffer (nn)
282 (let ((n (prefix-numeric-value nn))
291 (cond ((and (or (null nn)
292 (consp nn))
321 (if (consp nn)
324 (if (and overwrite-mode (not (consp nn)))
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dstk.c502 int nn=0; local
513 nn = fp->nalias+1;
517 cp = newof(dp, char, n, nn*sizeof(char*));
523 nn--;
530 if(fp->nalias=nn)
533 fp->aliases[nn-1] = dp + roundof(sizeof(struct frame),STK_ALIGN);
/macosx-10.9.5/bzip2-29/bzip2/
H A Ddecompress.c426 UInt32 nn; local
427 nn = (UInt32)(nextSym - 1);
429 if (nn < MTFL_SIZE) {
432 uc = s->mtfa[pp+nn];
433 while (nn > 3) {
434 Int32 z = pp+nn;
439 nn -= 4;
441 while (nn > 0) {
442 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)
[all...]
/macosx-10.9.5/MITKerberosShim-62.1/test/
H A Dtest-krb5.c45 char *nn = NULL; local
73 ret = krb5_unparse_name(ctx, xprinc, &nn);
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtest038.tcl173 set nn [expr $ndx * 3]
174 set pref [string range $d $nn [expr $nn + 1]]

Completed in 381 milliseconds

12345