Searched refs:np (Results 176 - 200 of 349) sorted by relevance

1234567891011>>

/macosx-10.10.1/text_cmds-88/ed/
H A Dglbl.c184 unset_active_nodes(line_t *np, line_t *mp) argument
189 for (lp = np; lp != mp; lp = lp->q_forw)
H A Dsub.c41 extract_subst_tail(int *flagp, long *np) argument
45 *flagp = *np = 0;
58 STRTOL(*np, ibufp);
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dcomsoc_smb.c181 IO_FILE_HANDLE np; member in struct:rpc_smb_socket_s
707 if (sock->np && sock->context)
709 NtCtxCloseFile(sock->context, sock->np);
1108 &smb->np, /* Created handle */
1132 smb->np,
1212 IO_FILE_HANDLE np = NULL; local
1237 np = smb->accept_backlog.queue[i];
1258 npsmb->np = np;
1259 np
[all...]
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dattrs.c578 AttrHash *np; local
583 np = (AttrHash *)MemAlloc(sizeof(*np));
584 np->attr = old;
587 np->next = attribs->hashtab[hashval];
588 attribs->hashtab[hashval] = np;
643 const Attribute *np; variable
656 for (np = attribute_defs; np && np
756 const Attribute* np = lookup( doc, &doc->attribs, attrname ); local
[all...]
/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dmisc.c259 char *np;
268 np = umaxtostr (negative ? - (uintmax_t) s : (uintmax_t) s, sbuf + 1);
270 *--np = '-';
272 return np;
257 char *np; local
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Disakmp_cfg.c140 int np; local
197 np = packet->np;
198 while ((tlen > 0) && (np != ISAKMP_NPTYPE_NONE)) {
213 plog(ASL_LEVEL_DEBUG, "Seen payload %d\n", np);
215 switch(np) {
270 "Unexpected next payload %d\n", np);
276 np = ph->np;
1108 isakmp_cfg_send(iph1, payload, np, flag
[all...]
H A Disakmp_inf.c199 u_int8_t np;
258 np = gen->np;
261 if (isakmp->np != ISAKMP_NPTYPE_HASH) {
363 s_isakmp_nptype(np));
404 s_isakmp_nptype(gen->np));
795 d->h.np = ISAKMP_NPTYPE_NONE;
888 d->h.np = ISAKMP_NPTYPE_NONE;
1011 n->h.np = ISAKMP_NPTYPE_NONE;
1092 n->h.np
198 u_int8_t np; local
1190 isakmp_info_send_common(phase1_handle_t *iph1, vchar_t *payload, u_int32_t np, int flags) argument
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/log/
H A Dlog_get.c1197 char *np; local
1217 &np, &logc->fhp, DB_OSO_RDONLY | DB_OSO_SEQ)) != 0) {
1227 np == NULL ? "__log_name failed" : np);
1228 __os_free(env, np);
1232 if ((ret = __logc_set_maxrec(logc, np)) != 0) {
1233 __db_err(env, ret, "DB_LOGC->get: %s", np);
1234 __os_free(env, np);
1237 __os_free(env, np);
1277 __logc_set_maxrec(logc, np)
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dcd_pwd.c44 static void rehash(register Namval_t *np,void *data) argument
46 Pathcomp_t *pp = (Pathcomp_t*)np->nvalue.cp;
49 _nv_unset(np,0);
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dcompletion.c431 Namval_t *np; local
434 if(*cp=='/' && (pp=path_dirfind(ep->sh->pathlist,cp,'/')) && (np=nv_search(begin,ep->sh->track_tree,NV_ADD)))
435 path_alias(np,pp);
515 Namval_t *np; local
524 if (isalnum(i)&&(np=nv_search(ep->e_macro,ep->sh->alias_tree,HASH_SCOPE))&&(out=nv_getval(np)))
/macosx-10.10.1/libpcap-48/libpcap/
H A Dnametoaddr.c149 struct netent *np; local
151 if ((np = getnetbyname(name)) != NULL)
152 return np->n_net;
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tty/
H A Dlib_mvcur.c1095 struct name_table_entry const *np = _nc_find_entry(capname, local
1098 if (np == NULL)
1101 switch (np->nte_type) {
1103 cur_term->type.Booleans[np->nte_index] = FALSE;
1106 np->nte_name, np->nte_index);
1110 cur_term->type.Numbers[np->nte_index] = ABSENT_NUMERIC;
1112 np->nte_name, np->nte_index);
1116 cur_term->type.Strings[np
[all...]
/macosx-10.10.1/network_cmds-457/ifconfig.tproj/
H A Daf_inet.c128 struct netent *np; local
159 else if ((np = getnetbyname(s)) != 0)
160 sin->sin_addr = inet_makeaddr(np->n_net, INADDR_ANY);
/macosx-10.10.1/network_cmds-457/rtadvd.tproj/
H A Dadvcap.c269 tnamatch(np)
270 char *np;
278 for (Np = np; *Np && *Bp == *Np; Bp++, Np++)
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngset.c877 png_sPLT_tp np; local
883 np = (png_sPLT_tp)png_malloc_warn(png_ptr,
886 if (np == NULL)
892 png_memcpy(np, info_ptr->splt_palettes,
899 png_sPLT_tp to = np + info_ptr->splt_palettes_num + i;
928 info_ptr->splt_palettes = np;
940 png_unknown_chunkp np; local
946 np = (png_unknown_chunkp)png_malloc_warn(png_ptr,
949 if (np == NULL)
956 png_memcpy(np, info_pt
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tcl/
H A Dmk4tcl.cpp1713 MkWorkspace::Item *np = work.Find(f4_GetToken(string)); local
1714 if (np == 0 && id > 1)
1720 if (np != 0)
1752 np = work.Define(name, file, mode, shared);
1756 np = work.Define(name, native, mode, shared);
1759 if (np == 0)
1763 np->_storage.AutoCommit();
1793 delete np;
1799 if (!np->_storage.Strategy().IsValid())
1802 np
1936 MkWorkspace::Item *np = work.Find(f4_GetToken(string)); local
1955 MkWorkspace::Item *np = work.Find(f4_GetToken(string)); local
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dfts.c1578 register Notify_t* np; local
1583 if (!(np = newof(0, Notify_t, 1, 0)))
1585 np->notifyf = notifyf;
1586 np->context = context;
1587 np->next = notify;
1588 notify = np;
1592 for (np = notify, pp = 0; np; pp = np, np
[all...]
/macosx-10.10.1/groff-38/groff/src/devices/grops/
H A Dps.cpp592 void draw(int code, int *p, int np, const environment *env);
1086 void ps_printer::draw(int code, int *p, int np, const environment *env)
1098 if (np != 1 && !(code == 'C' && np == 2)) {
1114 if (np != 2) {
1129 if (np != 2) {
1150 if (np & 1) {
1154 if (np == 0) {
1161 for (int i = 0; i < np; i += 2)
1176 if (np
[all...]
/macosx-10.10.1/lsof-53/lsof/lib/
H A Drnmh.c341 char *np; local
469 for (np = &nbf[4]; len < nbfl; np += rl) {
475 if (kread(nk, np, rl)) {
479 rl = (int)strlen(np);
/macosx-10.10.1/Libc-1044.1.2/db/hash/FreeBSD/
H A Dhash_page.c186 char *np; local
205 np = new_bufp->page;
237 putpair(np, &key, &val);
251 ((u_int16_t *)np)[0] / 2,
285 u_int16_t *np; /* New page */ local
296 np = (u_int16_t *)new_bufp->page;
314 np = (u_int16_t *)new_bufp->page;
370 if (PAIRFITS(np, (&key), (&val)))
371 putpair((char *)np, &key, &val);
377 np
[all...]
/macosx-10.10.1/adv_cmds-158/ps/
H A Dprint.c116 char *procargs, *sp, *np, *cp; local
218 for (np = NULL; c < nargs && cp < &procargs[size]; cp++) {
221 if (np != NULL) {
223 *np = ' ';
228 np = cp;
250 if (np != NULL) {
251 if (&np[1] == cp) {
262 *np = ' ';
265 np = cp;
272 * np shoul
[all...]
/macosx-10.10.1/shell_cmds-179/su/
H A Dsu.c171 } np; local
268 np.a = &nargv[i + 3];
619 *np.a-- = "-f";
621 *np.a-- = "-m";
637 *np.a = avshell;
640 *np.a = asthem ? "-su" : iscsh == YES ? "_su" : "su";
647 execv(shell, np.b);
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dargs.c146 Namval_t *np = NIL(Namval_t*); local
167 np = nv_open(opt_info.arg,ap->sh->var_tree,NV_NOASSIGN|NV_ARRAY|NV_VARNAME);
169 nv_unset(np);
225 np = nv_open("BASH_VERSION",ap->sh->var_tree,0);
226 sfputr(sfstdout, nv_getval(np),-1);
227 np = nv_open("MACHTYPE",ap->sh->var_tree,0);
228 sfprintf(sfstdout, " (%s)\n", nv_getval(np));
338 if(np)
340 nv_setvec(np,0,argc,argv);
341 nv_close(np);
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs4_subs.c455 nfsnode_t np, dnp; local
465 np = siap->rsia_np;
477 if (!np) /* use PUTROOTFH */
479 fhp = np->n_fhp;
480 fhsize = np->n_fhsize;
485 if (!np)
487 nfs_node_lock_force(np);
488 if ((vnode_vtype(NFSTOV(np)) != VDIR) && np->n_sillyrename) {
493 struct nfs_sillyrename *nsp = np
2376 nfs4_expired_check_delegation(nfsnode_t np, vfs_context_t ctx) argument
2446 nfsnode_t np, nextnp; local
[all...]
/macosx-10.10.1/apr-32/apr-util/apr-util/memcache/
H A Dapr_memcache.c322 apr_pool_t *np; local
326 rv = apr_pool_create(&np, pool);
331 rv = apr_pool_create(&tp, np);
333 apr_pool_destroy(np);
337 conn = apr_palloc(np, sizeof( apr_memcache_conn_t ));
339 conn->p = np;
342 rv = apr_socket_create(&conn->sock, APR_INET, SOCK_STREAM, 0, np);
345 apr_pool_destroy(np);
355 apr_pool_destroy(np);
397 apr_pool_t *np; local
[all...]

Completed in 375 milliseconds

1234567891011>>