Searched refs:fproc (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/generic/
H A Ditcl_util.c50 Tcl_FreeProc *fproc; /* procedure used to free data */ member in struct:ItclPreservedData
552 Itcl_EventuallyFree(cdata, fproc)
554 Tcl_FreeProc *fproc; /* procedure called to free data */
589 chunk->fproc = fproc;
594 chunk->fproc = fproc;
604 (*chunk->fproc)((char*)chunk->data);
662 chunk->fproc = NULL;
730 if (chunk->fproc) {
[all...]
H A DitclDecls.h149 Tcl_FreeProc * fproc));
208 void (*itcl_EventuallyFree) _ANSI_ARGS_((ClientData cdata, Tcl_FreeProc * fproc)); /* 20 */
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dipc.py275 (ftask , fproc) = GetDestinationProcessFromPort.destcache[hex(dest_space)]
276 if fproc:
277 out_str = "{0:s}({1:d})".format(fproc.p_comm, fproc.p_pid )
H A Dmemory.py1731 fproc = Cast(fpp, 'fileproc *')
1732 if int(fproc) != 0:
1733 fglob = dereference(fproc).f_fglob
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dproc_info.c1318 fill_fileinfo(struct fileproc * fp, int closeonexec, struct proc_fileinfo * fproc) argument
1320 fproc->fi_openflags = fp->f_fglob->fg_flag;
1321 fproc->fi_status = 0;
1322 fproc->fi_offset = fp->f_fglob->fg_offset;
1323 fproc->fi_type = FILEGLOB_DTYPE(fp->f_fglob);
1325 fproc->fi_status |= PROC_FP_SHARED;
1327 fproc->fi_status |= PROC_FP_CLEXEC;
1330 fproc->fi_status |= PROC_FP_GUARDED;
1331 fproc->fi_guardflags = 0;
1333 fproc
[all...]
/macosx-10.9.5/text_cmds-87/pr/
H A Dpr.c806 int fproc; local
912 fproc = 0;
939 fproc++;
945 if (fproc >= actf)

Completed in 146 milliseconds