Searched refs:nfp (Results 1 - 25 of 160) sorted by relevance

1234567

/macosx-10.10/bash-94.1.2/bash-3.2/examples/functions/
H A Dautoload.v2122 local _autoload_unset nfp i
169 nfp=${#fp[@]}
173 while (( i < nfp )) ; do
180 if (( i == nfp )) ; then
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dnvtree.c151 Namfun_t *nfp=0; local
215 if(nfp && nfp->disc && nfp->disc->createf)
217 np = (*nfp->disc->createf)(nq,last,0,nfp);
218 if(*nfp->last == '[')
220 nv_endsubscript(np,nfp->last,NV_NOADD);
232 if(np && ((nfp=nextdisc(np)) || nv_istable(np)))
242 if(nfp)
279 Namfun_t *nfp; local
1160 register Namfun_t *nfp; local
[all...]
H A Dnvdisc.c43 char *nv_getv(Namval_t *np, register Namfun_t *nfp) argument
47 if((fp = nfp) != NIL(Namfun_t*) && !nv_local)
48 fp = nfp = nfp->next;
75 Sfdouble_t nv_getn(Namval_t *np, register Namfun_t *nfp) argument
81 if((fp = nfp) != NIL(Namfun_t*) && !nv_local)
82 fp = nfp = nfp->next;
105 str = nv_getv(np,fp?fp:nfp);
122 void nv_putv(Namval_t *np, const char *value, int flags, register Namfun_t *nfp) argument
637 register Namfun_t *nfp; local
881 register Namfun_t *fp, **mfp = &mp->nvfun, *nfp, *fpnext; local
[all...]
H A Darray.c738 Namfun_t *nfp; local
766 if((nfp = nv_disc(np,(Namfun_t*)ap,NV_POP)) && !(nfp->nofree&1))
767 free((void*)nfp);
1217 Namfun_t *nfp;
1218 for(nfp=np->nvfun; nfp; nfp=nfp->next)
1220 if(nfp
[all...]
H A Darray.c.orig736 Namfun_t *nfp;
764 if((nfp = nv_disc(np,(Namfun_t*)ap,NV_POP)) && !(nfp->nofree&1))
765 free((void*)nfp);
1215 Namfun_t *nfp;
1216 for(nfp=np->nvfun; nfp; nfp=nfp->next)
1218 if(nfp
[all...]
H A Dinit.c1220 static char *get_mode(Namval_t* np, Namfun_t* nfp) argument
1222 mode_t mode = nv_getn(np,nfp);
1226 static void put_mode(Namval_t* np, const char* val, int flag, Namfun_t* nfp) argument
1243 nv_putv(np,(char*)&mode,NV_INTEGER,nfp);
1246 nv_putv(np,val,flag,nfp);
H A Dnvtype.c1555 static void put_stat(Namval_t* np, const char* val, int flag, Namfun_t* nfp) argument
1563 nv_putv(np,val,flag,nfp);
1564 nv_disc(np,nfp,NV_POP);
1565 if(!(nfp->nofree&1))
1566 free((void*)nfp);
/macosx-10.10/cups-408/cups/vcnet/regex/
H A Dsplit.c194 print(nf, nfp, fields)
196 int nfp;
202 bound = (nf > nfp) ? nfp : nf;
/macosx-10.10/dtrace-147/libctf/
H A Dctf_create.c186 ctf_file_t ofp, *nfp; local
363 * is successful, we then switch nfp and fp and free the old container.
374 if ((nfp = ctf_bufopen(&cts, NULL, NULL, &err)) == NULL) {
379 (void) ctf_setmodel(nfp, ctf_getmodel(fp));
380 (void) ctf_import(nfp, fp->ctf_parent);
382 nfp->ctf_refcnt = fp->ctf_refcnt;
383 nfp->ctf_flags |= fp->ctf_flags & ~LCTF_DIRTY;
384 nfp->ctf_data.cts_data = NULL; /* force ctf_data_free() on close */
385 nfp->ctf_dthash = fp->ctf_dthash;
386 nfp
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_guarded.c683 struct fileproc *nfp = local
689 switch (error = fp_tryswap(p, fd, nfp)) {
691 gfp = FP_TO_GFP(nfp);
695 (void) fp_drop(p, fd, nfp, 1);
700 fileproc_free(nfp);
704 fileproc_free(nfp);
736 struct fileproc *nfp = fileproc_alloc_init(NULL); local
739 switch (error = fp_tryswap(p, fd, nfp)) {
746 (void) fp_drop(p, fd, nfp, 1);
751 fileproc_free(nfp);
[all...]
H A Dkern_descrip.c574 struct fileproc *fp, *nfp; local
624 ((error = fp_lookup(p, new, &nfp, 1)) == 0)) {
626 if (FP_ISGUARDED(nfp, GUARD_CLOSE)) {
628 new, nfp, kGUARD_EXC_CLOSE);
629 (void) fp_drop(p, new, nfp, 1);
633 (void)close_internal_locked(p, new, nfp, FD_DUP2RESV);
2560 struct fileproc *nfp; local
2587 nfp = fileproc_alloc_init(NULL);
2591 if (nfp == NULL) {
2597 nfp
3801 fp_tryswap(proc_t p, int fd, struct fileproc *nfp) argument
[all...]
/macosx-10.10/cups-408/cups/scheduler/
H A Ddirsvc.c1682 *nfp; /* New file pointer */ local
1695 if ((nfp = cupsFileOpen(newfile, "w")) == NULL)
1711 cupsFilePrintf(nfp, "%s\n", line);
1716 cupsFilePrintf(nfp, "%s\n", line);
1719 cupsFileClose(nfp);
1769 *nfp; /* New file pointer */ local
1783 if ((nfp = cupsFileOpen(newfile, "w")) == NULL)
1803 cupsFilePrintf(nfp, "%s\n", line);
1809 cupsFileClose(nfp);
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dread.c211 Namfun_t *nfp; local
317 for(nfp=np->nvfun; nfp; nfp = nfp->next)
319 if(nfp->disc && nfp->disc->readf)
322 if((c=(*nfp->disc->readf)(mp,iop,delim,nfp))>=0)
/macosx-10.10/vim-55/runtime/syntax/
H A Dwsml.vim26 syn keyword wsmlNFP nfp endnfp nonFunctionalProperties endNonFunctionalProperties
27 syn region wsmlNFPregion start="nfp\|nonFunctionalProperties" end="endnfp\|endNonFunctionalProperties" contains=ALL
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_printf.c1565 FILE *nfp; local
1618 if ((nfp = fopen(filename, "aF")) == NULL) {
1634 (void) snprintf(selfbuf, sizeof (selfbuf), "/dev/fd/%d", fileno(nfp));
1644 (void) fclose(nfp);
1650 (void) fclose(nfp);
1654 (void) fclose(nfp);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dfile_internal.h214 int fp_tryswap(proc_t, int fd, struct fileproc *nfp);
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_syscalls.c597 struct fileproc *fp, *nfp; local
681 if ((error = falloc(p, &nfp, &indx, ctx)) != 0) {
685 fp = nfp;
1550 struct nfsrv_fmod *fp, *nfp; local
1590 for (fp = LIST_FIRST(&nfsrv_fmod_hashtbl[i]); fp; fp = nfp) {
1603 nfp = LIST_NEXT(fp, fm_link);
/macosx-10.10/vim-55/src/
H A Dfold.c1459 fold_T *nfp; local
1478 nfp = (fold_T *)fp->fd_nested.ga_data;
1481 nfp[i].fd_top += fp->fd_top;
1483 nfp[i].fd_flags = FD_LEVEL;
1485 nfp[i].fd_small = MAYBE;
1493 mch_memmove(fp, nfp, (size_t)(sizeof(fold_T) * moved));
1494 vim_free(nfp);
/macosx-10.10/cxxfilt-11/cxxfilt/etc/
H A Dconfigure443 -nfp | --nfp | --nf)
972 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
/macosx-10.10/tcl-105/tcl/tcl/tools/
H A Dconfigure442 -nfp | --nfp | --nf)
944 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/
H A Dconfigure443 -nfp | --nfp | --nf)
972 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
/macosx-10.10/BerkeleyDB-21/db/mod_db4/
H A Dconfigure443 -nfp | --nfp | --nf)
1011 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/extensions/tdomhtml/
H A Dconfigure833 -nfp | --nfp | --nf)
1353 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
/macosx-10.10/efax-38/efax/
H A Dconfigure281 -nfp | --nfp | --nf)
/macosx-10.10/tcl-105/tcl_ext/snack/snack/unix/
H A Dconfigure479 -nfp | --nfp | --nf)
1024 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \

Completed in 399 milliseconds

1234567