Searched refs:np (Results 226 - 250 of 349) sorted by relevance

1234567891011>>

/macosx-10.10.1/emacs-93/emacs/src/
H A Dalloca.c206 register header *np = hp->h.next; local
210 hp = np; /* -> next header. */
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dalloca.c196 register header *np = hp->h.next; local
200 hp = np; /* -> next header. */
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dalloca.c175 register header *np = hp->h.next; local
179 hp = np; /* -> next header. */
/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dlist.c467 char *np = namebuf; local
471 memcpy (np, h->prefix, sizeof h->prefix);
472 np[sizeof h->prefix] = '\0';
473 np += strlen (np);
474 *np++ = '/';
476 memcpy (np, h->name, sizeof h->name);
477 np[sizeof h->name] = '\0';
H A Dxheader.c684 char const *np;
689 np = umaxtostr (len + p, nbuf);
690 n = nbuf + sizeof nbuf - 1 - np;
694 x_obstack_grow (xhdr, np, n);
762 char const *np;
774 np = umaxtostr (len + p, nbuf);
775 n = nbuf + sizeof nbuf - 1 - np;
793 cp = stpcpy (cp, np);
681 char const *np; local
758 char const *np; local
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Disakmp.h70 u_int8_t np; /* Next Payload Type */ member in struct:isakmp
163 u_int8_t np; /* Next Payload */ member in struct:isakmp_gen
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Disakmp.h103 u_int8_t np; /* Next Payload Type */ member in struct:isakmp
164 u_int8_t np; /* Next Payload */ member in struct:isakmp_gen
/macosx-10.10.1/BerkeleyDB-21/db/btree/
H A Dbt_rec.c42 PAGE *_lp, *lp, *np, *pp, *_rp, *rp, *sp; local
50 _lp = lp = np = pp = _rp = rp = NULL;
198 ip, NULL, 0, &np)) != 0) {
206 cmp = LOG_COMPARE(&LSN(np), &argp->nlsn);
207 CHECK_LSN(env, op, cmp, &LSN(np), &argp->nlsn);
209 REC_DIRTY(mpf, ip, file_dbp->priority, &np);
210 PREV_PGNO(np) = argp->right;
211 np->lsn = *lsnp;
213 np, file_dbp->priority)) != 0)
215 np
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/conf/
H A Dconf_def.c514 char *s,*e,*rp,*p,*rrp,*np,*cp,v; local
586 e=np=s;
591 cp=np;
596 np=e;
613 * np which is the start of the name string which is
621 p=_CONF_get_string(conf,cp,np);
/macosx-10.10.1/network_cmds-457/netstat.tproj/
H A Droute.c528 struct netent *np = 0; local
537 if (!(np = getnetbyaddr(i, AF_INET)) && net != i)
538 np = getnetbyaddr(net, AF_INET);
539 if (np) {
540 cp = np->n_name;
/macosx-10.10.1/BerkeleyDB-21/db/hash/
H A Dhash.c595 u_int8_t *dbuf, *dp, *hk, *np, *tmp; local
611 np = dp = dbuf;
643 dbc, key_size, pgno, np)) != 0)
646 key_off = (u_int32_t)(np - dbuf);
647 np += key_size;
650 dp = np;
667 np += size;
681 dp = np;
775 np += size;
875 &offp, &np,
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_socket.c1776 nfsnode_t np; local
1830 ((np = TAILQ_FIRST(&nmp->nm_dreturnq)))) {
1832 nfs4_delegation_return(np, R_RECOVER, thd, nmp->nm_mcred);
1930 LIST_FOREACH(np, &nmp->nm_monlist, n_monlink) {
1934 np->n_mflag |= NMMONSCANINPROG;
1936 error = nfs_getattr(np, NULL, vfs_context_kernel(), (NGA_UNCACHED|NGA_MONITOR));
1937 if (!error && ISSET(np->n_flag, NUPDATESIZE)) /* update quickly to avoid multiple events */
1938 nfs_data_update_size(np, 0);
1940 np->n_mflag &= ~NMMONSCANINPROG;
1941 if (np
2462 nfsnode_t np; local
3584 nfs_request_create( nfsnode_t np, mount_t mp, struct nfsm_chain *nmrest, int procnum, thread_t thd, kauth_cred_t cred, struct nfsreq **reqp) argument
4300 nfs_request( nfsnode_t np, mount_t mp, struct nfsm_chain *nmrest, int procnum, vfs_context_t ctx, struct nfsreq_secinfo_args *si, struct nfsm_chain *nmrepp, u_int64_t *xidp, int *status) argument
4317 nfs_request2( nfsnode_t np, mount_t mp, struct nfsm_chain *nmrest, int procnum, thread_t thd, kauth_cred_t cred, struct nfsreq_secinfo_args *si, int flags, struct nfsm_chain *nmrepp, u_int64_t *xidp, int *status) argument
4427 nfs_request_async( nfsnode_t np, mount_t mp, struct nfsm_chain *nmrest, int procnum, thread_t thd, kauth_cred_t cred, struct nfsreq_secinfo_args *si, int flags, struct nfsreq_cbinfo *cb, struct nfsreq **reqp) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dderb.c347 UChar *newstr, *np; local
359 for (sp = string, np = newstr; *sp; ++sp) {
362 *np++ = 0x005C;
363 *np++ = 0x006E;
367 *np++ = 0x005C;
370 *np++ = *sp;
374 *np = 0;
/macosx-10.10.1/msdosfs-209.1.1/fsck_msdos.tproj/
H A Ddir.c192 char *cp, *np; local
209 np = dir->lname[0] ? dir->lname : dir->name;
210 nl = strlen(np);
213 memcpy(cp, np, nl);
403 struct dirTodoNode *p, *np; local
406 for (p = pendingDirectories; p; p = np) {
407 np = p->next;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Didl.c1525 unsigned int num[BUCKETS], * np, n, sum; local
1534 np = num;
1535 for ( i = BUCKETS; i > 0; --i ) *np++ = 0;
1546 np = num;
1548 n = *np;
1549 *np++ = sum;
1557 np = num + *bp;
1558 dest[*np] = *sp++;
1559 ++(*np);
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dnametbl.c444 np, local
498 np = This;
499 cp = (char *) ++np;
/macosx-10.10.1/lsof-53/lsof/dialects/darwin/libproc/
H A Ddproc.c184 int cre, cres, ef, i, nb, np, pid; local
277 np = nb / sizeof(int);
297 for (i = 0; i < np; i++) {
/macosx-10.10.1/lsof-53/lsof/
H A Dprint.c373 char *hn, *np; local
435 if (!(np = mkstrcpy(hn, (MALLOC_S *)NULL))) {
459 hc[hcx++].name = np;
460 return(np);
1134 char *np = Namech; local
1140 for (i = 0, *np = '\0'; i < 2; i++) {
1158 (void) snpf(np, nl, "->");
1159 np += 2;
1245 (void) snpf(np, nl, "%s", host);
1246 np
[all...]
/macosx-10.10.1/swig-12/Source/Swig/
H A Dtypemap.c183 Parm *np; local
247 np = nextSibling(parms);
248 if (np) {
252 Swig_typemap_register(newop, np, code, locals, kwargs);
414 Parm *p, *np, *lastp, *dp, *lastdp = 0; local
432 np = nextSibling(p);
433 if (np) {
438 p = np;
537 Parm *p, *np, *lastp; local
548 np
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/library/
H A DvfsUtils.tcl182 set np {}
186 lappend np $ele
187 set path [::file normalize [eval [list ::file join] $np]]
/macosx-10.10.1/vim-55/src/
H A Dspell.c5072 wordnode_T *np; local
5074 for (np = node; np != NULL; np = np->wn_sibling)
5076 np->wn_u1.index = FALSE;
5077 spell_clear_flags(np->wn_child);
7472 wordnode_T *np; local
7490 np = get_wordnode(spin);
7491 if (np
7715 wordnode_T *np; local
7800 wordnode_T *np; local
8362 wordnode_T *np; local
8398 wordnode_T *np; local
8776 wordnode_T *p, *np; local
[all...]
/macosx-10.10.1/Libc-1044.1.2/db/hash/FreeBSD/
H A Dhash_bigkey.c554 BUFHEAD *np, /* Pointer to new bucket page */
579 /* Now make one of np/op point to the big key/data pair */
581 assert(np->ovfl == NULL);
584 tmpp = np;
594 tmpp->ovfl = bp; /* one of op/np point to big_keyp */
615 ret->newp = np;
552 __big_split(HTAB *hashp, BUFHEAD *op, BUFHEAD *np, BUFHEAD *big_keyp, int addr, u_int32_t obucket, SPLIT_RETURN *ret) argument
/macosx-10.10.1/awk-20/src/
H A Dawk.h213 Node *np; member in union:rrow::__anon6261
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dread_termcap.c592 register const char *np; local
603 np = name;
605 if (*np == '\0') {
610 } else if (*bp++ != *np++) {
/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dsmb_2.h605 struct smbnode *np; member in struct:FILE_ALL_INFORMATION
640 struct smbnode *np; member in struct:FILE_STREAM_INFORMATION

Completed in 315 milliseconds

1234567891011>>