Skip site
navigation (1)Skip section navigation (2)
FreeBSD Manual Pages
- ALTER_LANGUAGE(7)
- change the definition of a procedural language
- ALTER_PROCEDURE(7)
- change the definition of a procedure
- AllPlanes(3), BlackPixel(3), WhitePixel(3), ConnectionNumber(3), DefaultColormap(3), DefaultDepth(3), XListDepths(3), DefaultGC(3), DefaultRootWindow(3), DefaultScreenOfDisplay(3), DefaultScreen(3), DefaultVisual(3), DisplayCells(3), DisplayPlanes(3), DisplayString(3), XMaxRequestSize(3), XExtendedMaxRequestSize(3), LastKnownRequestProcessed(3), NextRequest(3), ProtocolVersion(3), ProtocolRevision(3), QLength(3), RootWindow(3), ScreenCount(3), ScreenOfDisplay(3), ServerVendor(3), VendorRelease(3)
- Display macros and functions
- BN_mod_mul_reciprocal(3), BN_div_recp(3), BN_RECP_CTX_new(3), BN_RECP_CTX_free(3), BN_RECP_CTX_set(3)
- modular multiplication using reciprocal
- BSctx_set_id(3)
- Set the processor id
- BSctx_set_np(3)
- Set the number of processors
- BSctx_set_ps(3)
- Set the processor set
- BSeasy_A(3)
- Given A in a standard numerical format, construct the sparse A that we need for BlockSolve. This routine is particularly useful for matrices created in Fortran. The rows on a processor must be contiguous in the global numbering. If they are not, then other BlockSolve routines must be called to construct the matrix for BlockSolve. Arrays are indexed starting with 0. The values in a row must be sorted according to column number
- BSglob2proc(3)
- Map global row numbers to processor id's
- BSmake_off_map(3)
- Generate a mapping from global rows to processor id
- CALL(7)
- invoke a procedure
- CREATE_LANGUAGE(7)
- define a new procedural language
- CREATE_PROCEDURE(7)
- define a new procedure
- DC_SERVER_set_default_cache(2), DC_SERVER_set_cache(2), DC_SERVER_new(2), DC_SERVER_free(2), DC_SERVER_items_stored(2), DC_SERVER_reset_operations(2), DC_SERVER_num_operations(2), DC_SERVER_new_client(2), DC_SERVER_del_client(2), DC_SERVER_process_client(2), DC_SERVER_clients_to_sel(2), DC_SERVER_clients_io(2)
- distcache server API
- DROP_LANGUAGE(7)
- remove a procedural language
- DROP_PROCEDURE(7)
- remove a procedure
- Dpkg::Compression::Process(3perl)
- run compression/decompression processes
- FvwmCpp(1)
- the Fvwm Cpp pre-processor
- FvwmM4(1)
- the fvwm M4 pre-processor
- FvwmPerl(1)
- the fvwm perl manipulator and preprocessor
- HPL_grid_exit(3)
- Exit process grid
- HPL_grid_init(3)
- Create a process grid
- HPL_indxg2p(3)
- Map a global index into a process coordinate
- HPL_indxl2g(3)
- Map a index-process pair into a global index
- HPL_logsort(3)
- Sort the processes in logarithmic order
- Itcl_RegisterC(3), Itcl_RegisterObjC(3), Itcl_FindC(3)
- Associate a symbolic name with a C procedure
- LCDd(8)
- LCDproc server daemon
- MPE_Signals_call_debugger(4)
- Process-killing signals invoke the MPE error handler
- MPIX_Comm_failure_ack(3)
- Acknowledge the current group of failed processes
- MPIX_Comm_shrink(3)
- Creates a new communitor from an existing communicator while excluding failed processes
- MPIX_Get_accumulate(3)
- Accumulate data into the target process using remote memory access
- MPIX_Neighbor_allgather(3)
- In this function, each process i gathers data items from each process j if an edge (j,i) exists in the topology graph, and each process i sends the same data items to all processes j where an edge (i,j) exists. The send buffer is sent to each neighboring process and the l-th block in the receive buffer is received from the l-th neighbor
- MPIX_Neighbor_alltoall(3)
- In this function, each process i receives data items from each process j if an edge (j,i) exists in the topology graph or Cartesian topology. Similarly, each process i sends data items to all processes j where an edge (i,j) exists. This call is more general than MPI_NEIGHBOR_ALLGATHER in that different data items can be sent to each neighbor. The k-th block in send buffer is sent to the k-th neighboring process and the l-th block in the receive buffer is received from the l-th neighbor
- MPIX_Raccumulate(3)
- Accumulate data into the target process using remote memory access
- MPIX_Rget(3)
- Get data from a memory window on a remote process
- MPIX_Rget_accumulate(3)
- Accumulate data into the target process using remote memory access
- MPIX_Rput(3)
- Put data into a memory window on a remote process
- MPIX_Win_allocate_shared(3)
- Create an MPI Window object for one-sided communication and allocate memory at each process
- MPIX_Win_lock_all(3)
- Begin an RMA access epoch at all processes on the given window
- MPIX_Win_unlock_all(3)
- Completes an RMA access epoch all processes on the given window
- MPI_Accumulate(3)
- Accumulate data into the target process using remote memory access
- MPI_Allreduce(3)
- Combines values from all processes and distributes the result back to all processes
- MPI_Alltoall(3)
- Sends data from all to all processes
- MPI_Alltoallv(3)
- Sends data from all to all processes; each process may send a different amount of data and provide displacements for the input and output data
- MPI_Barrier(3)
- Blocks until all processes in the communicator have reached this routine
- MPI_Bcast(3)
- Broadcasts a message from the process with rank "root" to all other processes of the communicator
- MPI_Cart_coords(3)
- Determines process coords in cartesian topology given rank in group
- MPI_Cart_map(3)
- Maps process to Cartesian topology information
- MPI_Cart_rank(3)
- Determines process rank in communicator given Cartesian location
- MPI_Comm_get_parent(3)
- Return the parent communicator for this process
- MPI_Comm_join(3)
- Create a communicator by joining two processes connected by a socket
- MPI_Comm_rank(3)
- Determines the rank of the calling process in the communicator
- MPI_Comm_set_info(3)
- Set new values for the hints of the communicator associated with comm. The call is collective on the group of comm. The info object may be different on each process, but any info entries that an implementation requires to be the same on all processes must appear with the same value in each process' info object
- MPI_Comm_spawn(3)
- Spawn up to maxprocs instances of a single MPI application
- MPI_Dims_create(3)
- Creates a division of processors in a cartesian grid
- MPI_Exscan(3)
- Computes the exclusive scan (partial reductions) of data on a collection of processes
- MPI_File_get_group(3)
- Returns the group of processes that opened the file
- MPI_Gather(3)
- Gathers together values from a group of processes
- MPI_Gatherv(3)
- Gathers into specified locations from all processes in a group
- MPI_Get(3)
- Get data from a memory window on a remote process
- MPI_Get_processor_name(3)
- Gets the name of the processor
- MPI_Graph_map(3)
- Maps process to graph topology information
- MPI_Group_range_excl(3)
- Produces a group by excluding ranges of processes from an existing group
- MPI_Group_rank(3)
- Returns the rank of this process in the given group
- MPI_Group_translate_ranks(3)
- Translates the ranks of processes in one group to those in another group
- MPI_Iallreduce(3)
- Combines values from all processes and distributes the result back to all processes in a nonblocking way
- MPI_Ialltoall(3)
- Sends data from all to all processes in a nonblocking way
- MPI_Ialltoallv(3)
- Sends data from all to all processes in a nonblocking way; each process may send a different amount of data and provide displacements for the input and output data
- MPI_Ibarrier(3)
- Notifies the process that it has reached the barrier and returns immediately
- MPI_Ibcast(3)
- Broadcasts a message from the process with rank "root" to all other processes of the communicator in a nonblocking way
- MPI_Iexscan(3)
- Computes the exclusive scan (partial reductions) of data on a collection of processes in a nonblocking way
- MPI_Igather(3)
- Gathers together values from a group of processes in a nonblocking way
- MPI_Igatherv(3)
- Gathers into specified locations from all processes in a group in a nonblocking way
- MPI_Ireduce(3)
- Reduces values on all processes to a single value in a nonblocking way
- MPI_Iscan(3)
- Computes the scan (partial reductions) of data on a collection of processes in a nonblocking way
- MPI_Iscatter(3)
- Sends data from one process to all other processes in a communicator in a nonblocking way
- MPI_Iscatterv(3)
- Scatters a buffer in parts to all processes in a communicator in a nonblocking way
- MPI_Neighbor_allgather(3)
- In this function, each process i gathers data items from each process j if an edge (j,i) exists in the topology graph, and each process i sends the same data items to all processes j where an edge (i,j) exists. The send buffer is sent to each neighboring process and the l-th block in the receive buffer is received from the l-th neighbor
- MPI_Neighbor_alltoall(3)
- In this function, each process i receives data items from each process j if an edge (j,i) exists in the topology graph or Cartesian topology. Similarly, each process i sends data items to all processes j where an edge (i,j) exists. This call is more general than MPI_NEIGHBOR_ALLGATHER in that different data items can be sent to each neighbor. The k-th block in send buffer is sent to the k-th neighboring process and the l-th block in the receive buffer is received from the l-th neighbor
- MPI_Open_port(3)
- Establish an address that can be used to establish connections between groups of MPI processes
- MPI_Put(3)
- Put data into a memory window on a remote process
- MPI_Raccumulate(3)
- Accumulate data into the target process using remote memory access and return a request handle for the operation
- MPI_Reduce(3)
- Reduces values on all processes to a single value
- MPI_Rget(3)
- Get data from a memory window on a remote process
- MPI_Rput(3)
- Put data into a memory window on a remote process and return a request handle for the operation
- MPI_Scan(3)
- Computes the scan (partial reductions) of data on a collection of processes
- MPI_Scatter(3)
- Sends data from one process to all other processes in a communicator
- MPI_Scatterv(3)
- Scatters a buffer in parts to all processes in a communicator
- MPI_Win_allocate_shared(3)
- Create an MPI Window object for one-sided communication and shared memory access, and allocate memory at each process
- MPI_Win_lock(3)
- Begin an RMA access epoch at the target process
- MPI_Win_lock_all(3)
- Begin an RMA access epoch at all processes on the given window
- MPI_Win_unlock(3)
- Completes an RMA access epoch at the target process
- MPI_Win_unlock_all(3)
- Completes an RMA access epoch at all processes on the given window
- MPI_Wtime(3)
- Returns an elapsed time on the calling processor
- Munin::Master::ProcessManager(3)
- Manager for parallel execution of Workers
- Nativeint(3o)
- Processor-native integers
- OPENSSL_ia32cap(3)
- the x86[_64] processor capabilities vector
- OPENSSL_s390xcap(3)
- the IBM z processor capabilities vector
- OSSL_CMP_SRV_process_request(3), OSSL_CMP_CTX_server_perform(3), OSSL_CMP_SRV_CTX_new(3), OSSL_CMP_SRV_CTX_free(3), OSSL_CMP_SRV_cert_request_cb_t(3), OSSL_CMP_SRV_rr_cb_t(3), OSSL_CMP_SRV_certConf_cb_t(3), OSSL_CMP_SRV_genm_cb_t(3), OSSL_CMP_SRV_error_cb_t(3), OSSL_CMP_SRV_pollReq_cb_t(3), OSSL_CMP_SRV_CTX_init(3), OSSL_CMP_SRV_CTX_get0_cmp_ctx(3), OSSL_CMP_SRV_CTX_get0_custom_ctx(3), OSSL_CMP_SRV_CTX_set_send_unprotected_errors(3), OSSL_CMP_SRV_CTX_set_accept_unprotected(3), OSSL_CMP_SRV_CTX_set_accept_raverified(3), OSSL_CMP_SRV_CTX_set_grant_implicit_confirm(3)
- generic functions to set up and control a CMP server
- OSSL_SELF_TEST_set_callback(3), OSSL_SELF_TEST_get_callback(3)
- specify a callback for processing self tests
- OSSL_STORE_CTX(3), OSSL_STORE_post_process_info_fn(3), OSSL_STORE_open(3), OSSL_STORE_open_with_libctx(3), OSSL_STORE_ctrl(3), OSSL_STORE_load(3), OSSL_STORE_eof(3), OSSL_STORE_error(3), OSSL_STORE_close(3)
- Types and functions to read objects from a URI
- PEM_read_bio_ex(3), PEM_FLAG_SECURE(3), PEM_FLAG_EAY_COMPATIBLE(3), PEM_FLAG_ONLY_B64(3)
- read PEM format files with custom processing
- PTBatcherGUI(1)
- Hugin batch processor
- ParseArgv(3)
- process command-line options
- SDL_CloseAudio(3)
- Shuts down audio processing and closes the audio device
- SDL_EventState(3)
- This function allows you to set the state of processing certain events
- SDL_GL_GetProcAddress(3)
- Get the address of a GL function
- SDL_PauseAudio(3)
- Pauses and unpauses the audio callback processing
- SDL_SetEventFilter(3)
- Sets up a filter to process all events before they are posted to the event queue
- SPI_connect(3)
- connect a procedure to the SPI manager
- SPI_finish(3)
- disconnect a procedure from the SPI manager
- SSL_CONF_cmd_argv(3)
- SSL configuration command line processing
- SSL_CTX_set0_chain(3), SSL_CTX_set1_chain(3), SSL_CTX_add0_chain_cert(3), SSL_CTX_add1_chain_cert(3), SSL_CTX_get0_chain_certs(3), SSL_CTX_clear_chain_certs(3), SSL_set0_chain(3), SSL_set1_chain(3), SSL_add0_chain_cert(3), SSL_add1_chain_cert(3), SSL_get0_chain_certs(3), SSL_clear_chain_certs(3), SSL_CTX_build_cert_chain(3), SSL_build_cert_chain(3), SSL_CTX_select_current_cert(3), SSL_select_current_cert(3), SSL_CTX_set_current_cert(3), SSL_set_current_cert(3)
- extra chain certificate processing
- SSL_CTX_set_cert_verify_callback(3)
- set peer certificate verification procedure
- SSL_CTX_set_client_hello_cb(3), SSL_client_hello_cb_fn(3), SSL_client_hello_isv2(3), SSL_client_hello_get0_legacy_version(3), SSL_client_hello_get0_random(3), SSL_client_hello_get0_session_id(3), SSL_client_hello_get0_ciphers(3), SSL_client_hello_get0_compression_methods(3), SSL_client_hello_get1_extensions_present(3), SSL_client_hello_get0_ext(3)
- callback functions for early server-side ClientHello processing
- SSL_CTX_set_tlsext_ticket_key_evp_cb(3), SSL_CTX_set_tlsext_ticket_key_cb(3)
- set a callback for session ticket processing
- Str(3o)
- Regular expressions and high-level string processing
- Sympa::Message::Plugin(3Sympa)
- process hooks
- Sympa::Process(3Sympa)
- Process of Sympa
- Sympa::Spindle::ProcessArchive(3Sympa)
- Workflow of archive storage
- Sympa::Spindle::ProcessAuth(3Sympa)
- Workflow of request confirmation
- Sympa::Spindle::ProcessAutomatic(3Sympa)
- Workflow of automatic list creation
- Sympa::Spindle::ProcessBounce(3Sympa)
- Workflow of bounce processing
- Sympa::Spindle::ProcessDigest(3Sympa)
- Workflow of digest sending
- Sympa::Spindle::ProcessHeld(3Sympa)
- Workflow of message confirmation
- Sympa::Spindle::ProcessIncoming(3Sympa)
- Workflow of processing incoming messages
- Sympa::Spindle::ProcessMessage(3Sympa)
- Workflow of command processing
- Sympa::Spindle::ProcessModeration(3Sympa)
- Workflow of message moderation
- Sympa::Spindle::ProcessOutgoing(3Sympa)
- Workflow of message distribution
- Sympa::Spindle::ProcessRequest(3Sympa)
- Workflow of request processing
- Sympa::Spindle::ProcessTask(3Sympa)
- Workflow of task processing
- Sympa::Spindle::ProcessTemplate(3Sympa)
- Workflow of template sending
- Sympa::Spindle::ToArchive(3Sympa)
- Process to store messages into archiving spool
- Sympa::Spindle::ToAuth(3Sympa)
- Process to store requests into request spool to wait for moderation
- Sympa::Spindle::ToAuthOwner(3Sympa)
- Process to store requests into request spool to wait for moderation
- Sympa::Spindle::ToDigest(3Sympa)
- Process to store messages into digest spool
- Sympa::Spindle::ToEditor(3Sympa)
- Process to forward messages to list editors
- Sympa::Spindle::ToHeld(3Sympa)
- Process to store messages into held spool to wait for confirmation
- Sympa::Spindle::ToList(3Sympa)
- Process to distribute messages to list members
- Sympa::Spindle::ToListmaster(3Sympa)
- Process to store messages into spool on memory for listmaster notification
- Sympa::Spindle::ToMailer(3Sympa)
- Process to store messages into sendmail component
- Sympa::Spindle::ToModeration(3Sympa)
- Process to store messages into held spool to wait for moderation
- Sympa::Spindle::ToOutgoing(3Sympa)
- Process to store messages into outgoing spool
- Sympa::Spindle::TransformDigestFinal(3Sympa)
- Process to transform digest messages - final stage
- Sympa::Spindle::TransformIncoming(3Sympa)
- Process to transform messages - first stage
- Sympa::Spindle::TransformOutgoing(3Sympa)
- Process to transform messages - second stage
- Tcl_AllocStatBuf.tcl85(3), Tcl_FSRegister(3), Tcl_FSUnregister(3), Tcl_FSData(3), Tcl_FSMountsChanged(3), Tcl_FSGetFileSystemForPath(3), Tcl_FSGetPathType(3), Tcl_FSCopyFile(3), Tcl_FSCopyDirectory(3), Tcl_FSCreateDirectory(3), Tcl_FSDeleteFile(3), Tcl_FSRemoveDirectory(3), Tcl_FSRenameFile(3), Tcl_FSListVolumes(3), Tcl_FSEvalFile(3), Tcl_FSEvalFileEx(3), Tcl_FSLoadFile(3), Tcl_FSMatchInDirectory(3), Tcl_FSLink(3), Tcl_FSLstat(3), Tcl_FSUtime(3), Tcl_FSFileAttrsGet(3), Tcl_FSFileAttrsSet(3), Tcl_FSFileAttrStrings(3), Tcl_FSStat(3), Tcl_FSAccess(3), Tcl_FSOpenFileChannel(3), Tcl_FSGetCwd(3), Tcl_FSChdir(3), Tcl_FSPathSeparator(3), Tcl_FSJoinPath(3), Tcl_FSSplitPath(3), Tcl_FSEqualPaths(3), Tcl_FSGetNormalizedPath(3), Tcl_FSJoinToPath(3), Tcl_FSConvertToPathType(3), Tcl_FSGetInternalRep(3), Tcl_FSGetTranslatedPath(3), Tcl_FSGetTranslatedStringPath(3), Tcl_FSNewNativePath(3), Tcl_FSGetNativePath(3), Tcl_FSFileSystemInfo(3), Tcl_AllocStatBuf(3)
- procedures to interact with any filesystem
- Tcl_AllocStatBuf.tcl86(3), Tcl_FSRegister(3), Tcl_FSUnregister(3), Tcl_FSData(3), Tcl_FSMountsChanged(3), Tcl_FSGetFileSystemForPath(3), Tcl_FSGetPathType(3), Tcl_FSCopyFile(3), Tcl_FSCopyDirectory(3), Tcl_FSCreateDirectory(3), Tcl_FSDeleteFile(3), Tcl_FSRemoveDirectory(3), Tcl_FSRenameFile(3), Tcl_FSListVolumes(3), Tcl_FSEvalFile(3), Tcl_FSEvalFileEx(3), Tcl_FSLoadFile(3), Tcl_FSUnloadFile(3), Tcl_FSMatchInDirectory(3), Tcl_FSLink(3), Tcl_FSLstat(3), Tcl_FSUtime(3), Tcl_FSFileAttrsGet(3), Tcl_FSFileAttrsSet(3), Tcl_FSFileAttrStrings(3), Tcl_FSStat(3), Tcl_FSAccess(3), Tcl_FSOpenFileChannel(3), Tcl_FSGetCwd(3), Tcl_FSChdir(3), Tcl_FSPathSeparator(3), Tcl_FSJoinPath(3), Tcl_FSSplitPath(3), Tcl_FSEqualPaths(3), Tcl_FSGetNormalizedPath(3), Tcl_FSJoinToPath(3), Tcl_FSConvertToPathType(3), Tcl_FSGetInternalRep(3), Tcl_FSGetTranslatedPath(3), Tcl_FSGetTranslatedStringPath(3), Tcl_FSNewNativePath(3), Tcl_FSGetNativePath(3), Tcl_FSFileSystemInfo(3), Tcl_GetAccessTimeFromStat(3), Tcl_GetBlockSizeFromStat(3), Tcl_GetBlocksFromStat(3), Tcl_GetChangeTimeFromStat(3), Tcl_GetDeviceTypeFromStat(3), Tcl_GetFSDeviceFromStat(3), Tcl_GetFSInodeFromStat(3), Tcl_GetGroupIdFromStat(3), Tcl_GetLinkCountFromStat(3), Tcl_GetModeFromStat(3), Tcl_GetModificationTimeFromStat(3), Tcl_GetSizeFromStat(3), Tcl_GetUserIdFromStat(3), Tcl_AllocStatBuf(3)
- procedures to interact with any filesystem
- Tcl_AllocStatBuf.tcl87(3), Tcl_FSRegister(3), Tcl_FSUnregister(3), Tcl_FSData(3), Tcl_FSMountsChanged(3), Tcl_FSGetFileSystemForPath(3), Tcl_FSGetPathType(3), Tcl_FSCopyFile(3), Tcl_FSCopyDirectory(3), Tcl_FSCreateDirectory(3), Tcl_FSDeleteFile(3), Tcl_FSRemoveDirectory(3), Tcl_FSRenameFile(3), Tcl_FSListVolumes(3), Tcl_FSEvalFile(3), Tcl_FSEvalFileEx(3), Tcl_FSLoadFile(3), Tcl_FSUnloadFile(3), Tcl_FSMatchInDirectory(3), Tcl_FSLink(3), Tcl_FSLstat(3), Tcl_FSUtime(3), Tcl_FSFileAttrsGet(3), Tcl_FSFileAttrsSet(3), Tcl_FSFileAttrStrings(3), Tcl_FSStat(3), Tcl_FSAccess(3), Tcl_FSOpenFileChannel(3), Tcl_FSGetCwd(3), Tcl_FSChdir(3), Tcl_FSPathSeparator(3), Tcl_FSJoinPath(3), Tcl_FSSplitPath(3), Tcl_FSEqualPaths(3), Tcl_FSGetNormalizedPath(3), Tcl_FSJoinToPath(3), Tcl_FSConvertToPathType(3), Tcl_FSGetInternalRep(3), Tcl_FSGetTranslatedPath(3), Tcl_FSGetTranslatedStringPath(3), Tcl_FSNewNativePath(3), Tcl_FSGetNativePath(3), Tcl_FSFileSystemInfo(3), Tcl_GetAccessTimeFromStat(3), Tcl_GetBlockSizeFromStat(3), Tcl_GetBlocksFromStat(3), Tcl_GetChangeTimeFromStat(3), Tcl_GetDeviceTypeFromStat(3), Tcl_GetFSDeviceFromStat(3), Tcl_GetFSInodeFromStat(3), Tcl_GetGroupIdFromStat(3), Tcl_GetLinkCountFromStat(3), Tcl_GetModeFromStat(3), Tcl_GetModificationTimeFromStat(3), Tcl_GetSizeFromStat(3), Tcl_GetUserIdFromStat(3), Tcl_AllocStatBuf(3)
- procedures to interact with any filesystem
- Tcl_BackgroundError.tcl85(3), Tcl_BackgroundError(3)
- report Tcl error that occurred in background processing
- Tcl_BackgroundError.tcl86(3), Tcl_BackgroundException(3), Tcl_BackgroundError(3)
- report Tcl exception that occurred in background processing
- Tcl_BackgroundError.tcl87(3), Tcl_BackgroundException(3), Tcl_BackgroundError(3)
- report Tcl exception that occurred in background processing
- Tcl_BadChannelOption.tcl85(3), Tcl_CreateChannel(3), Tcl_GetChannelInstanceData(3), Tcl_GetChannelType(3), Tcl_GetChannelName(3), Tcl_GetChannelHandle(3), Tcl_GetChannelMode(3), Tcl_GetChannelBufferSize(3), Tcl_SetChannelBufferSize(3), Tcl_NotifyChannel(3), Tcl_BadChannelOption(3), Tcl_ChannelName(3), Tcl_ChannelVersion(3), Tcl_ChannelBlockModeProc(3), Tcl_ChannelCloseProc(3), Tcl_ChannelClose2Proc(3), Tcl_ChannelInputProc(3), Tcl_ChannelOutputProc(3), Tcl_ChannelSeekProc(3), Tcl_ChannelWideSeekProc(3), Tcl_ChannelTruncateProc(3), Tcl_ChannelSetOptionProc(3), Tcl_ChannelGetOptionProc(3), Tcl_ChannelWatchProc(3), Tcl_ChannelGetHandleProc(3), Tcl_ChannelFlushProc(3), Tcl_ChannelHandlerProc(3), Tcl_ChannelThreadActionProc(3), Tcl_IsChannelShared(3), Tcl_IsChannelRegistered(3), Tcl_CutChannel(3), Tcl_SpliceChannel(3), Tcl_IsChannelExisting(3), Tcl_ClearChannelHandlers(3), Tcl_GetChannelThread(3), Tcl_ChannelBuffered(3)
- procedures for creating and manipulating channels
- Tcl_BadChannelOption.tcl86(3), Tcl_CreateChannel(3), Tcl_GetChannelInstanceData(3), Tcl_GetChannelType(3), Tcl_GetChannelName(3), Tcl_GetChannelHandle(3), Tcl_GetChannelMode(3), Tcl_GetChannelBufferSize(3), Tcl_SetChannelBufferSize(3), Tcl_NotifyChannel(3), Tcl_BadChannelOption(3), Tcl_ChannelName(3), Tcl_ChannelVersion(3), Tcl_ChannelBlockModeProc(3), Tcl_ChannelCloseProc(3), Tcl_ChannelClose2Proc(3), Tcl_ChannelInputProc(3), Tcl_ChannelOutputProc(3), Tcl_ChannelSeekProc(3), Tcl_ChannelWideSeekProc(3), Tcl_ChannelTruncateProc(3), Tcl_ChannelSetOptionProc(3), Tcl_ChannelGetOptionProc(3), Tcl_ChannelWatchProc(3), Tcl_ChannelGetHandleProc(3), Tcl_ChannelFlushProc(3), Tcl_ChannelHandlerProc(3), Tcl_ChannelThreadActionProc(3), Tcl_IsChannelShared(3), Tcl_IsChannelRegistered(3), Tcl_CutChannel(3), Tcl_SpliceChannel(3), Tcl_IsChannelExisting(3), Tcl_ClearChannelHandlers(3), Tcl_GetChannelThread(3), Tcl_ChannelBuffered(3)
- procedures for creating and manipulating channels
- Tcl_BadChannelOption.tcl87(3), Tcl_CreateChannel(3), Tcl_GetChannelInstanceData(3), Tcl_GetChannelType(3), Tcl_GetChannelName(3), Tcl_GetChannelHandle(3), Tcl_GetChannelMode(3), Tcl_GetChannelBufferSize(3), Tcl_SetChannelBufferSize(3), Tcl_NotifyChannel(3), Tcl_BadChannelOption(3), Tcl_ChannelName(3), Tcl_ChannelVersion(3), Tcl_ChannelBlockModeProc(3), Tcl_ChannelCloseProc(3), Tcl_ChannelClose2Proc(3), Tcl_ChannelInputProc(3), Tcl_ChannelOutputProc(3), Tcl_ChannelSeekProc(3), Tcl_ChannelWideSeekProc(3), Tcl_ChannelTruncateProc(3), Tcl_ChannelSetOptionProc(3), Tcl_ChannelGetOptionProc(3), Tcl_ChannelWatchProc(3), Tcl_ChannelGetHandleProc(3), Tcl_ChannelFlushProc(3), Tcl_ChannelHandlerProc(3), Tcl_ChannelThreadActionProc(3), Tcl_IsChannelShared(3), Tcl_IsChannelRegistered(3), Tcl_CutChannel(3), Tcl_SpliceChannel(3), Tcl_IsChannelExisting(3), Tcl_ClearChannelHandlers(3), Tcl_GetChannelThread(3), Tcl_ChannelBuffered(3)
- procedures for creating and manipulating channels
- Tcl_CancelIdleCall.tcl85(3), Tcl_DoWhenIdle(3), Tcl_CancelIdleCall(3)
- invoke a procedure when there are no pending events
- Tcl_CancelIdleCall.tcl86(3), Tcl_DoWhenIdle(3), Tcl_CancelIdleCall(3)
- invoke a procedure when there are no pending events
- Tcl_CancelIdleCall.tcl87(3), Tcl_DoWhenIdle(3), Tcl_CancelIdleCall(3)
- invoke a procedure when there are no pending events
- Tcl_ConsolePanic.tcl87(3), Tcl_Panic(3), Tcl_PanicVA(3), Tcl_SetPanicProc(3), Tcl_ConsolePanic(3)
- report fatal error and abort
- Tcl_CreateChannelHandler.tcl85(3), Tcl_CreateChannelHandler(3), Tcl_DeleteChannelHandler(3)
- call a procedure when a channel becomes readable or writable
- Tcl_CreateChannelHandler.tcl86(3), Tcl_CreateChannelHandler(3), Tcl_DeleteChannelHandler(3)
- call a procedure when a channel becomes readable or writable
- Tcl_CreateChannelHandler.tcl87(3), Tcl_CreateChannelHandler(3), Tcl_DeleteChannelHandler(3)
- call a procedure when a channel becomes readable or writable
- Tcl_CreateEncoding.tcl85(3), Tcl_GetEncoding(3), Tcl_FreeEncoding(3), Tcl_GetEncodingFromObj(3), Tcl_ExternalToUtfDString(3), Tcl_ExternalToUtf(3), Tcl_UtfToExternalDString(3), Tcl_UtfToExternal(3), Tcl_WinTCharToUtf(3), Tcl_WinUtfToTChar(3), Tcl_GetEncodingName(3), Tcl_SetSystemEncoding(3), Tcl_GetEncodingNameFromEnvironment(3), Tcl_GetEncodingNames(3), Tcl_CreateEncoding(3), Tcl_GetEncodingSearchPath(3), Tcl_SetEncodingSearchPath(3), Tcl_GetDefaultEncodingDir(3), Tcl_SetDefaultEncodingDir(3)
- procedures for creating and using encodings
- Tcl_CreateEncoding.tcl86(3), Tcl_GetEncoding(3), Tcl_FreeEncoding(3), Tcl_GetEncodingFromObj(3), Tcl_ExternalToUtfDString(3), Tcl_ExternalToUtf(3), Tcl_UtfToExternalDString(3), Tcl_UtfToExternal(3), Tcl_WinTCharToUtf(3), Tcl_WinUtfToTChar(3), Tcl_GetEncodingName(3), Tcl_SetSystemEncoding(3), Tcl_GetEncodingNameFromEnvironment(3), Tcl_GetEncodingNames(3), Tcl_CreateEncoding(3), Tcl_GetEncodingSearchPath(3), Tcl_SetEncodingSearchPath(3), Tcl_GetDefaultEncodingDir(3), Tcl_SetDefaultEncodingDir(3)
- procedures for creating and using encodings
- Tcl_CreateEncoding.tcl87(3), Tcl_GetEncoding(3), Tcl_FreeEncoding(3), Tcl_GetEncodingFromObj(3), Tcl_ExternalToUtfDString(3), Tcl_ExternalToUtf(3), Tcl_UtfToExternalDString(3), Tcl_UtfToExternal(3), Tcl_GetEncodingName(3), Tcl_SetSystemEncoding(3), Tcl_GetEncodingNameFromEnvironment(3), Tcl_GetEncodingNames(3), Tcl_CreateEncoding(3), Tcl_GetEncodingSearchPath(3), Tcl_SetEncodingSearchPath(3), Tcl_GetDefaultEncodingDir(3), Tcl_SetDefaultEncodingDir(3)
- procedures for creating and using encodings
- Tcl_CreateExitHandler.tcl85(3), Tcl_Exit(3), Tcl_Finalize(3), Tcl_CreateExitHandler(3), Tcl_DeleteExitHandler(3), Tcl_ExitThread(3), Tcl_FinalizeThread(3), Tcl_CreateThreadExitHandler(3), Tcl_DeleteThreadExitHandler(3), Tcl_SetExitProc(3)
- end the application or thread (and invoke exit handlers)
- Tcl_CreateExitHandler.tcl86(3), Tcl_Exit(3), Tcl_Finalize(3), Tcl_CreateExitHandler(3), Tcl_DeleteExitHandler(3), Tcl_ExitThread(3), Tcl_FinalizeThread(3), Tcl_CreateThreadExitHandler(3), Tcl_DeleteThreadExitHandler(3), Tcl_SetExitProc(3)
- end the application or thread (and invoke exit handlers)
- Tcl_CreateExitHandler.tcl87(3), Tcl_Exit(3), Tcl_Finalize(3), Tcl_CreateExitHandler(3), Tcl_DeleteExitHandler(3), Tcl_ExitThread(3), Tcl_FinalizeThread(3), Tcl_CreateThreadExitHandler(3), Tcl_DeleteThreadExitHandler(3), Tcl_SetExitProc(3)
- end the application or thread (and invoke exit handlers)
- Tcl_CreateFileHandler.tcl85(3), Tcl_CreateFileHandler(3), Tcl_DeleteFileHandler(3)
- associate procedure callbacks with files or devices (Unix only)
- Tcl_CreateFileHandler.tcl86(3), Tcl_CreateFileHandler(3), Tcl_DeleteFileHandler(3)
- associate procedure callbacks with files or devices (Unix only)
- Tcl_CreateFileHandler.tcl87(3), Tcl_CreateFileHandler(3), Tcl_DeleteFileHandler(3)
- associate procedure callbacks with files or devices (Unix only)
- Tcl_CreateHashEntry.tcl85(3), Tcl_InitHashTable(3), Tcl_InitCustomHashTable(3), Tcl_InitObjHashTable(3), Tcl_DeleteHashTable(3), Tcl_CreateHashEntry(3), Tcl_DeleteHashEntry(3), Tcl_FindHashEntry(3), Tcl_GetHashValue(3), Tcl_SetHashValue(3), Tcl_GetHashKey(3), Tcl_FirstHashEntry(3), Tcl_NextHashEntry(3), Tcl_HashStats(3)
- procedures to manage hash tables
- Tcl_CreateHashEntry.tcl86(3), Tcl_InitHashTable(3), Tcl_InitCustomHashTable(3), Tcl_InitObjHashTable(3), Tcl_DeleteHashTable(3), Tcl_CreateHashEntry(3), Tcl_DeleteHashEntry(3), Tcl_FindHashEntry(3), Tcl_GetHashValue(3), Tcl_SetHashValue(3), Tcl_GetHashKey(3), Tcl_FirstHashEntry(3), Tcl_NextHashEntry(3), Tcl_HashStats(3)
- procedures to manage hash tables
- Tcl_CreateHashEntry.tcl87(3), Tcl_InitHashTable(3), Tcl_InitCustomHashTable(3), Tcl_InitObjHashTable(3), Tcl_DeleteHashTable(3), Tcl_CreateHashEntry(3), Tcl_DeleteHashEntry(3), Tcl_FindHashEntry(3), Tcl_GetHashValue(3), Tcl_SetHashValue(3), Tcl_GetHashKey(3), Tcl_FirstHashEntry(3), Tcl_NextHashEntry(3), Tcl_HashStats(3)
- procedures to manage hash tables
- Tcl_CreateTimerHandler.tcl85(3), Tcl_CreateTimerHandler(3), Tcl_DeleteTimerHandler(3)
- call a procedure at a given time
- Tcl_CreateTimerHandler.tcl86(3), Tcl_CreateTimerHandler(3), Tcl_DeleteTimerHandler(3)
- call a procedure at a given time
- Tcl_CreateTimerHandler.tcl87(3), Tcl_CreateTimerHandler(3), Tcl_DeleteTimerHandler(3)
- call a procedure at a given time
- Tcl_DetachPids.tcl85(3), Tcl_DetachPids(3), Tcl_ReapDetachedProcs(3), Tcl_WaitPid(3)
- manage child processes in background
- Tcl_DetachPids.tcl86(3), Tcl_DetachPids(3), Tcl_ReapDetachedProcs(3), Tcl_WaitPid(3)
- manage child processes in background
- Tcl_DetachPids.tcl87(3), Tcl_DetachPids(3), Tcl_ReapDetachedProcs(3), Tcl_WaitPid(3)
- manage child processes in background
- Tcl_GetStdChannel.tcl85(3), Tcl_GetStdChannel(3), Tcl_SetStdChannel(3)
- procedures for retrieving and replacing the standard channels
- Tcl_GetStdChannel.tcl86(3), Tcl_GetStdChannel(3), Tcl_SetStdChannel(3)
- procedures for retrieving and replacing the standard channels
- Tcl_GetStdChannel.tcl87(3), Tcl_GetStdChannel(3), Tcl_SetStdChannel(3)
- procedures for retrieving and replacing the standard channels
- Tcl_GetTime.tcl85(3), Tcl_GetTime(3), Tcl_SetTimeProc(3), Tcl_QueryTimeProc(3)
- get date and time
- Tcl_GetTime.tcl86(3), Tcl_GetTime(3), Tcl_SetTimeProc(3), Tcl_QueryTimeProc(3)
- get date and time
- Tcl_GetTime.tcl87(3), Tcl_GetTime(3), Tcl_SetTimeProc(3), Tcl_QueryTimeProc(3)
- get date and time
- Tcl_MakeTcpClientChannel.tcl85(3), Tcl_OpenTcpClient(3), Tcl_MakeTcpClientChannel(3), Tcl_OpenTcpServer(3)
- procedures to open channels using TCP sockets
- Tcl_MakeTcpClientChannel.tcl86(3), Tcl_OpenTcpClient(3), Tcl_MakeTcpClientChannel(3), Tcl_OpenTcpServer(3)
- procedures to open channels using TCP sockets
- Tcl_MakeTcpClientChannel.tcl87(3), Tcl_OpenTcpClient(3), Tcl_MakeTcpClientChannel(3), Tcl_OpenTcpServer(3), Tcl_OpenTcpServerEx(3)
- procedures to open channels using TCP sockets
- Tcl_NRAddCallback.tcl86(3), Tcl_NRCreateCommand(3), Tcl_NRCallObjProc(3), Tcl_NREvalObj(3), Tcl_NREvalObjv(3), Tcl_NRCmdSwap(3), Tcl_NRExprObj(3), Tcl_NRAddCallback(3)
- Non-Recursive (stackless) evaluation of Tcl scripts
- Tcl_NRAddCallback.tcl87(3), Tcl_NRCreateCommand(3), Tcl_NRCallObjProc(3), Tcl_NREvalObj(3), Tcl_NREvalObjv(3), Tcl_NRCmdSwap(3), Tcl_NRExprObj(3), Tcl_NRAddCallback(3)
- Non-Recursive (stackless) evaluation of Tcl scripts
- Tcl_Panic.tcl85(3), Tcl_Panic(3), Tcl_PanicVA(3), Tcl_SetPanicProc(3)
- report fatal error and abort
- Tcl_Panic.tcl86(3), Tcl_Panic(3), Tcl_PanicVA(3), Tcl_SetPanicProc(3)
- report fatal error and abort
- Tcl_PkgPresent.tcl85(3), Tcl_PkgRequire(3), Tcl_PkgRequireEx(3), Tcl_PkgRequireProc(3), Tcl_PkgPresent(3), Tcl_PkgPresentEx(3), Tcl_PkgProvide(3), Tcl_PkgProvideEx(3)
- package version control
- Tcl_PkgPresent.tcl86(3), Tcl_PkgRequire(3), Tcl_PkgRequireEx(3), Tcl_PkgRequireProc(3), Tcl_PkgPresent(3), Tcl_PkgPresentEx(3), Tcl_PkgProvide(3), Tcl_PkgProvideEx(3)
- package version control
- Tcl_PkgPresent.tcl87(3), Tcl_PkgRequire(3), Tcl_PkgRequireEx(3), Tcl_PkgRequireProc(3), Tcl_PkgPresent(3), Tcl_PkgPresentEx(3), Tcl_PkgProvide(3), Tcl_PkgProvideEx(3)
- package version control
- Tcl_PutEnv.tcl85(3), Tcl_PutEnv(3)
- procedures to manipulate the environment
- Tcl_PutEnv.tcl86(3), Tcl_PutEnv(3)
- procedures to manipulate the environment
- Tcl_PutEnv.tcl87(3), Tcl_PutEnv(3)
- procedures to manipulate the environment
- Tcl_RegisterConfig.tcl85(3), Tcl_RegisterConfig(3)
- procedures to register embedded configuration information
- Tcl_RegisterConfig.tcl86(3), Tcl_RegisterConfig(3)
- procedures to register embedded configuration information
- Tcl_RegisterConfig.tcl87(3), Tcl_RegisterConfig(3)
- procedures to register embedded configuration information
- Tdbc_Init(3), Tdbc_MapSqlState(3), Tdbc_TokenizeSql(3)
- C procedures to facilitate writing TDBC drivers
- Ted(1)
- an easy rich text processor (RTF file editor)
- Tk_CanvasDrawableCoords.tk85(3), Tk_CanvasTkwin(3), Tk_CanvasGetCoord(3), Tk_CanvasDrawableCoords(3), Tk_CanvasSetStippleOrigin(3), Tk_CanvasWindowCoords(3), Tk_CanvasEventuallyRedraw(3), Tk_CanvasTagsOption(3)
- utility procedures for canvas type managers
- Tk_CanvasDrawableCoords.tk86(3), Tk_CanvasTkwin(3), Tk_CanvasGetCoord(3), Tk_CanvasDrawableCoords(3), Tk_CanvasSetStippleOrigin(3), Tk_CanvasWindowCoords(3), Tk_CanvasEventuallyRedraw(3), Tk_CanvasTagsOption(3)
- utility procedures for canvas type managers
- Tk_CanvasPsBitmap.tk85(3), Tk_CanvasPsY(3), Tk_CanvasPsBitmap(3), Tk_CanvasPsColor(3), Tk_CanvasPsFont(3), Tk_CanvasPsPath(3), Tk_CanvasPsStipple(3)
- utility procedures for generating Postscript for canvases
- Tk_CanvasPsBitmap.tk86(3), Tk_CanvasPsY(3), Tk_CanvasPsBitmap(3), Tk_CanvasPsColor(3), Tk_CanvasPsFont(3), Tk_CanvasPsPath(3), Tk_CanvasPsStipple(3)
- utility procedures for generating Postscript for canvases
- Tk_ConfigureInfo.tk85(3), Tk_ConfigureWidget(3), Tk_ConfigureInfo(3), Tk_ConfigureValue(3), Tk_FreeOptions(3)
- process configuration options for widgets
- Tk_ConfigureInfo.tk86(3), Tk_ConfigureWidget(3), Tk_ConfigureInfo(3), Tk_ConfigureValue(3), Tk_FreeOptions(3)
- process configuration options for widgets
- Tk_CreateClientMessageHandler.tk85(3), Tk_CreateClientMessageHandler(3), Tk_DeleteClientMessageHandler(3)
- associate procedure callback with ClientMessage type X events
- Tk_CreateClientMessageHandler.tk86(3), Tk_CreateClientMessageHandler(3), Tk_DeleteClientMessageHandler(3)
- associate procedure callback with ClientMessage type X events
- Tk_CreateEventHandler.tk85(3), Tk_CreateEventHandler(3), Tk_DeleteEventHandler(3)
- associate procedure callback with an X event
- Tk_CreateEventHandler.tk86(3), Tk_CreateEventHandler(3), Tk_DeleteEventHandler(3)
- associate procedure callback with an X event
- Tk_CreateGenericHandler.tk85(3), Tk_CreateGenericHandler(3), Tk_DeleteGenericHandler(3)
- associate procedure callback with all X events
- Tk_CreateGenericHandler.tk86(3), Tk_CreateGenericHandler(3), Tk_DeleteGenericHandler(3)
- associate procedure callback with all X events
- Tk_CreateOptionTable.tk85(3), Tk_CreateOptionTable(3), Tk_DeleteOptionTable(3), Tk_InitOptions(3), Tk_SetOptions(3), Tk_FreeSavedOptions(3), Tk_RestoreSavedOptions(3), Tk_GetOptionValue(3), Tk_GetOptionInfo(3), Tk_FreeConfigOptions(3), Tk_Offset(3)
- process configuration options
- Tk_CreateOptionTable.tk86(3), Tk_CreateOptionTable(3), Tk_DeleteOptionTable(3), Tk_InitOptions(3), Tk_SetOptions(3), Tk_FreeSavedOptions(3), Tk_RestoreSavedOptions(3), Tk_GetOptionValue(3), Tk_GetOptionInfo(3), Tk_FreeConfigOptions(3), Tk_Offset(3)
- process configuration options
- Tk_ParseArgv.tk85(3), Tk_ParseArgv(3)
- process command-line options
- Tk_ParseArgv.tk86(3), Tk_ParseArgv(3)
- process command-line options
- Tk_SetClassProcs.tk85(3), Tk_SetClassProcs(3)
- register widget specific procedures
- Tk_SetClassProcs.tk86(3), Tk_SetClassProcs(3)
- register widget specific procedures
- Tspi_TPM_AuthorizeMigrationTicket(3), Tspi_TPM_AuthorizeMigrationTicket-(3)
- create the migration ticket required for the migration process
- UI(3), UI_new(3), UI_new_method(3), UI_free(3), UI_add_input_string(3), UI_dup_input_string(3), UI_add_verify_string(3), UI_dup_verify_string(3), UI_add_input_boolean(3), UI_dup_input_boolean(3), UI_add_info_string(3), UI_dup_info_string(3), UI_add_error_string(3), UI_dup_error_string(3), UI_construct_prompt(3), UI_add_user_data(3), UI_dup_user_data(3), UI_get0_user_data(3), UI_get0_result(3), UI_get_result_length(3), UI_process(3), UI_ctrl(3), UI_set_default_method(3), UI_get_default_method(3), UI_get_method(3), UI_set_method(3), UI_OpenSSL(3), UI_null(3)
- user interface
- UVI(3), Moisture(3), Barometer(3), HUB(3)
- HobbyBoards EE/EF Microprocessor-based slaves: Ultra Violet (UV) Index sensor, Soil and Leaf moisture measurements, Barometer, 4-channel hub with switchable branches
- WildMidi_GetMidiOutput(3)
- get a midi file of a file being processed
- WildMidi_Open(3)
- Open a midi file for processing
- WildMidi_OpenBuffer(3)
- Open a midi file buffer for processing
- XAddConnectionWatch(3), XRemoveConnectionWatch(3), XProcessInternalConnection(3), XInternalConnectionNumbers(3)
- handle Xlib internal connections
- XIfEvent(3), XCheckIfEvent(3), XPeekIfEvent(3)
- check the event queue with a predicate procedure
- XcmsSetWhitePoint(3), XcmsSetWhiteAdjustProc(3)
- modifying CCC attributes
- XkbOutOfRangeGroupInfo(3)
- Returns only the out-of-range processing information from the group_info field of an XkbSymMapRec structure
- XmDropSiteEndUpdate(3)
- A Drag and Drop function that facilitates processing updates to multiple drop sites "XmDropSiteEndUpdate" "Drag and Drop functions" "XmDropSiteEndUpdate"
- XmDropSiteStartUpdate(3)
- A Drag and Drop function that facilitates processing updates to multiple drop sites "XmDropSiteStartUpdate" "Drag and Drop functions" "XmDropSiteStartUpdate"
- XmDropTransferAdd(3)
- A Drag and Drop function that enables additional drop transfer entries to be processed after initiating a drop transfer "XmDropTransferAdd" "Drag and Drop functions" "XmDropTransferAdd"
- XmGetColorCalculation(3)
- A function to get the procedure used for default color calculation "XmGetColorCalculation" "Color functions" "XmGetColorCalculation"
- XmProcessTraversal(3)
- A function that determines which component receives keyboard events when a widget has the focus "XmProcessTraversal"
- XmSetColorCalculation(3)
- A function to set the procedure used for default color calculation "XmSetColorCalculation" "Color functions" "XmSetColorCalculation"
- XmUpdateDisplay(3)
- A function that processes all pending exposure events immediately "XmUpdateDisplay"
- XmtBlock(3), XmtBlock()(3)
- process events in a recursive event loop
- XmtMenuActivateProcedure(3), XmtMenuActivateProcedure()(3), XmtMenuInactivateProcedure()(3)
- sensitize and desensitize menu items depending on the procedures they call
- XmtRegisterAll(3), XmtRegisterAll()(3)
- register all standard widgets, procedures, and resource converters
- XmtRegisterProcedures(3), XmtRegisterProcedures()(3), XmtRegisterCallbackProcedure()(3), XmtVaRegisterCallbackProcedures()(3)
- register procedures for use with the Xmt callback converter
- XmtRegisterUnixProcedures(3), XmtRegisterXtProcedures()(3), XmtRegisterXmtProcedures()(3), XmtRegisterUnixProcedures()(3)
- register commonly used procedures with the Xmt callback converter
- XmtSymbolAddCallback(3), XmtSymbolAddCallback()(3), XmtSymbolRemoveCallback()(3)
- add and remove a procedure to be called when a symbol's value changes
- XmtWaitUntilMapped(3), XmtWaitUntilMapped()(3)
- process events until a dialog becomes mapped
- XtAddCallback(3), XtAddCallbacks(3), XtRemoveCallback(3), XtRemoveCallbacks(3), XtRemoveAllCallbacks(3)
- add and remove callback procedures
- XtAddInput(3), XtAddTimeOut(3), XtAddWorkProc(3)
- register input, timeout, and workprocs
- XtAppAddActionHook(3), XtRemoveActionHook(3)
- register an action hook procedure
- XtAppAddBlockHook(3), XtRemoveBlockHook(3)
- register a block hook procedure
- XtAppAddWorkProc(3), XtRemoveWorkProc(3)
- Add and remove background processing procedures
- XtAppNextEvent(3), XtAppPending(3), XtAppPeekEvent(3), XtAppProcessEvent(3), XtDispatchEvent(3), XtAppMainLoop(3)
- query and process events and input
- XtCallAcceptFocus(3)
- calla widget's accept_focus procedure
- XtCallActionProc(3)
- invoke an action procedure directly
- XtCallCallbacks(3), XtCallCallbackList(3), XtHasCallbacks(3)
- process callbacks
- XtGetSelectionRequest(3)
- retrieve the event that triggered the XtConvertSelectionProc
- XtLastEventProcessed(3), XtLastTimestampProcessed(3)
- last event, last timestamp processed
- XtNextEvent(3), XtPending(3), XtPeekEvent(3), XtProcessEvent(3), XtMainLoop(3)
- query and process events and input
- XtProcessLock(3), XtProcessUnlock(3)
- lock and unlock process
- XtSetLanguageProc(3)
- set the language procedure
- XvVideoNotify(3)
- event generated for video processing
- aarch64-none-elf-gcov-tool(1), gcov-tool(1)
- offline gcda profile processing tool
- aarch64-unknown-freebsd12.1-gcov-tool(1), gcov-tool(1)
- offline gcda profile processing tool
- aarch64-unknown-freebsd12.1-gcov-tool6(1), gcov-tool(1)
- offline gcda profile processing tool
- aarch64-unknown-freebsd12.1-gcov-tool9(1), gcov-tool(1)
- offline gcda profile processing tool
- abiword(1)
- flexible cross-platform word processor
- activateCDKAlphalist(3), activateCDKAlphalist destroyCDKAlphalist drawCDKAlphalist eraseCDKAlphalist getCDKAlphalistBox getCDKAlphalistContents getCDKAlphalistCurrentItem getCDKAlphalistFillerChar getCDKAlphalistHighlight injectCDKAlphalist moveCDKAlphalist newCDKAlphalist positionCDKAlphalist setCDKAlphalist setCDKAlphalistBackgroundAttrib setCDKAlphalistBackgroundColor setCDKAlphalistBox setCDKAlphalistBoxAttribute setCDKAlphalistContents setCDKAlphalistCurrentItem setCDKAlphalistFillerChar setCDKAlphalistHighlight setCDKAlphalistHorizontalChar setCDKAlphalistLLChar setCDKAlphalistLRChar setCDKAlphalistPostProcess setCDKAlphalistPreProcess setCDKAlphalistULChar setCDKAlphalistURChar setCDKAlphalistVerticalChar cdk_alphalist(3)
- curses sorted list widget
- activateCDKButtonbox(3), activateCDKButtonbox destroyCDKButtonbox drawCDKButtonbox drawCDKButtonboxButtons eraseCDKButtonbox getCDKButtonboxBox getCDKButtonboxButtonCount getCDKButtonboxCurrentButton getCDKButtonboxHighlight injectCDKButtonbox moveCDKButtonbox newCDKButtonbox positionCDKButtonbox setCDKButtonbox setCDKButtonboxBackgroundAttrib setCDKButtonboxBackgroundColor setCDKButtonboxBox setCDKButtonboxBoxAttribute setCDKButtonboxCurrentButton setCDKButtonboxHighlight setCDKButtonboxHorizontalChar setCDKButtonboxLLChar setCDKButtonboxLRChar setCDKButtonboxPostProcess setCDKButtonboxPreProcess setCDKButtonboxULChar setCDKButtonboxURChar setCDKButtonboxVerticalChar cdk_buttonbox(3)
- Creates a managed curses buttonbox widget
- activateCDKCalendar(3), activateCDKCalendar destroyCDKCalendar drawCDKCalendar eraseCDKCalendar getCDKCalendarBox getCDKCalendarDate getCDKCalendarDayAttribute getCDKCalendarHighlight getCDKCalendarMarker getCDKCalendarMonthAttribute getCDKCalendarYearAttribute injectCDKCalendar moveCDKCalendar newCDKCalendar positionCDKCalendar removeCDKCalendarMarker setCDKCalendar setCDKCalendarBackgroundAttrib setCDKCalendarBackgroundColor setCDKCalendarBox setCDKCalendarBoxAttribute setCDKCalendarDate setCDKCalendarDayAttribute setCDKCalendarDaysNames setCDKCalendarHighlight setCDKCalendarHorizontalChar setCDKCalendarLLChar setCDKCalendarLRChar setCDKCalendarMarker setCDKCalendarMonthAttribute setCDKCalendarMonthsNames setCDKCalendarPostProcess setCDKCalendarPreProcess setCDKCalendarULChar setCDKCalendarURChar setCDKCalendarVerticalChar setCDKCalendarYearAttribute cdk_calendar(3)
- curses calendar widget
- activateCDKDScale(3), activateCDKDScale destroyCDKDScale drawCDKDScale eraseCDKDScale getCDKDScaleBox getCDKDScaleDigits getCDKDScaleHighValue getCDKDScaleLowValue getCDKDScaleValue injectCDKDScale moveCDKDScale newCDKDScale positionCDKDScale setCDKDScale setCDKDScaleBackgroundAttrib setCDKDScaleBackgroundColor setCDKDScaleBox setCDKDScaleBoxAttribute setCDKDScaleDigits setCDKDScaleHorizontalChar setCDKDScaleLLChar setCDKDScaleLRChar setCDKDScaleLowHigh setCDKDScalePostProcess setCDKDScalePreProcess setCDKDScaleULChar setCDKDScaleURChar setCDKDScaleValue setCDKDScaleVerticalChar cdk_dscale(3)
- curses scale widget (type double)
- activateCDKDialog(3), activateCDKDialog destroyCDKDialog drawCDKDialog drawCDKDialogButtons eraseCDKDialog getCDKDialog getCDKDialogBox getCDKDialogHighlight getCDKDialogSeparator injectCDKDialog moveCDKDialog newCDKDialog positionCDKDialog setCDKDialog setCDKDialogBackgroundAttrib setCDKDialogBackgroundColor setCDKDialogBox setCDKDialogBox setCDKDialogBoxAttribute setCDKDialogHighlight setCDKDialogHorizontalChar setCDKDialogLLChar setCDKDialogLRChar setCDKDialogPostProcess setCDKDialogPreProcess setCDKDialogSeparator setCDKDialogULChar setCDKDialogURChar setCDKDialogVerticalChar cdk_dialog(3)
- curses dialog widget
- activateCDKEntry(3), activateCDKEntry cleanCDKEntry destroyCDKEntry drawCDKEntry eraseCDKEntry getCDKEntryBox getCDKEntryFillerChar getCDKEntryHiddenChar getCDKEntryMax getCDKEntryMin getCDKEntryValue injectCDKEntry moveCDKEntry newCDKEntry positionCDKEntry setCDKEntry setCDKEntryBackgroundAttrib setCDKEntryBackgroundColor setCDKEntryBox setCDKEntryBoxAttribute setCDKEntryCB setCDKEntryFillerChar setCDKEntryHiddenChar setCDKEntryHighlight setCDKEntryHorizontalChar setCDKEntryLLChar setCDKEntryLRChar setCDKEntryMax setCDKEntryMin setCDKEntryPostProcess setCDKEntryPreProcess setCDKEntryULChar setCDKEntryURChar setCDKEntryValue setCDKEntryVerticalChar cdk_entry(3)
- curses text-entry widget
- activateCDKFScale(3), activateCDKFScale destroyCDKFScale drawCDKFScale eraseCDKFScale getCDKFScaleBox getCDKFScaleDigits getCDKFScaleHighValue getCDKFScaleLowValue getCDKFScaleValue injectCDKFScale moveCDKFScale newCDKFScale positionCDKFScale setCDKFScale setCDKFScaleBackgroundAttrib setCDKFScaleBackgroundColor setCDKFScaleBox setCDKFScaleBoxAttribute setCDKFScaleDigits setCDKFScaleHorizontalChar setCDKFScaleLLChar setCDKFScaleLRChar setCDKFScaleLowHigh setCDKFScalePostProcess setCDKFScalePreProcess setCDKFScaleULChar setCDKFScaleURChar setCDKFScaleValue setCDKFScaleVerticalChar cdk_fscale(3)
- curses scale widget (type float)
- activateCDKFSlider(3), activateCDKFSlider destroyCDKFSlider drawCDKFSlider eraseCDKFSlider getCDKFSliderBox getCDKFSliderDigits getCDKFSliderHighValue getCDKFSliderLowValue getCDKFSliderValue injectCDKFSlider moveCDKFSlider newCDKFSlider positionCDKFSlider setCDKFSlider setCDKFSliderBackgroundAttrib setCDKFSliderBackgroundColor setCDKFSliderBox setCDKFSliderBoxAttribute setCDKFSliderDigits setCDKFSliderHorizontalChar setCDKFSliderLLChar setCDKFSliderLRChar setCDKFSliderLowHigh setCDKFSliderPostProcess setCDKFSliderPreProcess setCDKFSliderULChar setCDKFSliderURChar setCDKFSliderValue setCDKFSliderVerticalChar cdk_fslider(3)
- curses slider widget (type float)
- activateCDKItemlist(3), activateCDKItemlist destroyCDKItemlist drawCDKItemlist drawCDKItemlistField eraseCDKItemlist getCDKItemlistBox getCDKItemlistCurrentItem getCDKItemlistDefaultItem getCDKItemlistValues injectCDKItemlist moveCDKItemlist newCDKItemlist positionCDKItemlist setCDKItemlist setCDKItemlistBackgroundAttrib setCDKItemlistBackgroundColor setCDKItemlistBox setCDKItemlistBoxAttribute setCDKItemlistCurrentItem setCDKItemlistDefaultItem setCDKItemlistHorizontalChar setCDKItemlistLLChar setCDKItemlistLRChar setCDKItemlistPostProcess setCDKItemlistPreProcess setCDKItemlistULChar setCDKItemlistURChar setCDKItemlistValues setCDKItemlistVerticalChar cdk_itemlist(3)
- curses itemlist widget
- activateCDKMatrix(3), activateCDKMatrix cleanCDKMatrix cleanCDKMatrixCell destroyCDKMatrix drawCDKMatrix eraseCDKMatrix getCDKMatrixBox getCDKMatrixCell getCDKMatrixCol getCDKMatrixRow injectCDKMatrix jumpToCell moveToCDKMatrixCell newCDKMatrix setCDKMatrix setCDKMatrixBackgroundAttrib setCDKMatrixBackgroundColor setCDKMatrixBox setCDKMatrixBoxAttribute setCDKMatrixCB setCDKMatrixCell setCDKMatrixCells setCDKMatrixHorizontalChar setCDKMatrixLLChar setCDKMatrixLRChar setCDKMatrixPostProcess setCDKMatrixPreProcess setCDKMatrixULChar setCDKMatrixURChar setCDKMatrixVerticalChar cdk_matrix(3)
- curses matrix widget
- activateCDKMentry(3), activateCDKMentry cleanCDKMentry destroyCDKMentry drawCDKMentry drawCDKMentryField eraseCDKMentry getCDKMentryBox getCDKMentryFillerChar getCDKMentryHiddenChar getCDKMentryMin getCDKMentryValue injectCDKMentry moveCDKMentry newCDKMentry positionCDKMentry setCDKMentry setCDKMentryBackgroundAttrib setCDKMentryBackgroundColor setCDKMentryBox setCDKMentryBoxAttribute setCDKMentryCB setCDKMentryFillerChar setCDKMentryHiddenChar setCDKMentryHorizontalChar setCDKMentryLLChar setCDKMentryLRChar setCDKMentryMin setCDKMentryPostProcess setCDKMentryPreProcess setCDKMentryULChar setCDKMentryURChar setCDKMentryValue setCDKMentryVerticalChar cdk_mentry(3)
- curses multiple line entry widget
- activateCDKMenu(3), activateCDKMenu destroyCDKMenu drawCDKMenu drawCDKMenuSubwin eraseCDKMenu eraseCDKMenuSubwin getCDKMenuCurrentItem getCDKMenuSubTitleHighlight getCDKMenuTitleHighlight injectCDKMenu newCDKMenu setCDKMenu setCDKMenuBackgroundAttrib setCDKMenuBackgroundColor setCDKMenuCurrentItem setCDKMenuPostProcess setCDKMenuPreProcess setCDKMenuSubTitleHighlight setCDKMenuTitleHighlight cdk_menu(3)
- curses menu widget
- activateCDKRadio(3), activateCDKRadio destroyCDKRadio drawCDKRadio eraseCDKRadio getCDKRadioBox getCDKRadioChoiceCharacter getCDKRadioCurrentItem getCDKRadioHighlight getCDKRadioItems getCDKRadioLeftBrace getCDKRadioRightBrace getCDKRadioSelectedItem injectCDKRadio moveCDKRadio newCDKRadio positionCDKRadio setCDKRadio setCDKRadioBackgroundAttrib setCDKRadioBackgroundColor setCDKRadioBox setCDKRadioBoxAttribute setCDKRadioChoiceCharacter setCDKRadioCurrentItem setCDKRadioHighlight setCDKRadioHorizontalChar setCDKRadioItems setCDKRadioLLChar setCDKRadioLRChar setCDKRadioLeftBrace setCDKRadioPostProcess setCDKRadioPreProcess setCDKRadioRightBrace setCDKRadioSelectedItem setCDKRadioULChar setCDKRadioURChar setCDKRadioVerticalChar cdk_radio(3)
- curses radio list widget
- activateCDKScale(3), activateCDKScale destroyCDKScale drawCDKScale eraseCDKScale getCDKScaleBox getCDKScaleHighValue getCDKScaleLowValue getCDKScaleValue injectCDKScale moveCDKScale newCDKScale positionCDKScale setCDKScale setCDKScaleBackgroundAttrib setCDKScaleBackgroundColor setCDKScaleBox setCDKScaleBoxAttribute setCDKScaleHorizontalChar setCDKScaleLLChar setCDKScaleLRChar setCDKScaleLowHigh setCDKScalePostProcess setCDKScalePreProcess setCDKScaleULChar setCDKScaleURChar setCDKScaleValue setCDKScaleVerticalChar cdk_scale(3)
- curses scale widget (type int)
- activateCDKScroll(3), activateCDKScroll addCDKScrollItem deleteCDKScrollItem destroyCDKScroll drawCDKScroll eraseCDKScroll getCDKScrollBox getCDKScrollCurrent getCDKScrollCurrentItem getCDKScrollCurrentTop getCDKScrollHighlight getCDKScrollItems injectCDKScroll insertCDKScrollItem moveCDKScroll newCDKScroll positionCDKScroll setCDKScroll setCDKScrollBackgroundAttrib setCDKScrollBackgroundColor setCDKScrollBox setCDKScrollBoxAttribute setCDKScrollCurrent setCDKScrollCurrentItem setCDKScrollCurrentTop setCDKScrollHighlight setCDKScrollHorizontalChar setCDKScrollItems setCDKScrollLLChar setCDKScrollLRChar setCDKScrollPosition setCDKScrollPostProcess setCDKScrollPreProcess setCDKScrollULChar setCDKScrollURChar setCDKScrollVerticalChar cdk_scroll(3)
- curses scrolling list widget
- activateCDKSelection(3), activateCDKSelection destroyCDKSelection drawCDKSelection eraseCDKSelection getCDKSelectionBox getCDKSelectionChoice getCDKSelectionChoices getCDKSelectionCurrent getCDKSelectionHighlight getCDKSelectionItems getCDKSelectionMode getCDKSelectionModes getCDKSelectionTitle injectCDKSelection moveCDKSelection newCDKSelection positionCDKSelection setCDKSelection setCDKSelectionBackgroundAttrib setCDKSelectionBackgroundColor setCDKSelectionBox setCDKSelectionBoxAttribute setCDKSelectionChoice setCDKSelectionChoices setCDKSelectionCurrent setCDKSelectionHighlight setCDKSelectionHorizontalChar setCDKSelectionItems setCDKSelectionLLChar setCDKSelectionLRChar setCDKSelectionMode setCDKSelectionModes setCDKSelectionPostProcess setCDKSelectionPreProcess setCDKSelectionTitle setCDKSelectionULChar setCDKSelectionURChar setCDKSelectionVerticalChar cdk_selection(3)
- curses selection list widget
- activateCDKSlider(3), activateCDKSlider destroyCDKSlider drawCDKSlider eraseCDKSlider getCDKSliderBox getCDKSliderHighValue getCDKSliderLowValue getCDKSliderValue injectCDKSlider moveCDKSlider newCDKSlider positionCDKSlider setCDKSlider setCDKSliderBackgroundAttrib setCDKSliderBackgroundColor setCDKSliderBox setCDKSliderBoxAttribute setCDKSliderHorizontalChar setCDKSliderLLChar setCDKSliderLRChar setCDKSliderLowHigh setCDKSliderPostProcess setCDKSliderPreProcess setCDKSliderULChar setCDKSliderURChar setCDKSliderValue setCDKSliderVerticalChar cdk_slider(3)
- curses slider widget (type int)
- activateCDKSwindow(3), activateCDKSwindow addCDKSwindow cleanCDKSwindow destroyCDKSwindow drawCDKSwindow dumpCDKSwindow eraseCDKSwindow execCDKSwindow getCDKSwindowBox getCDKSwindowContents injectCDKSwindow jumpToLineCDKSwindow loadCDKSwindowInformation moveCDKSwindow newCDKSwindow positionCDKSwindow saveCDKSwindowInformation setCDKSwindow setCDKSwindowBackgroundAttrib setCDKSwindowBackgroundColor setCDKSwindowBox setCDKSwindowBoxAttribute setCDKSwindowContents setCDKSwindowHorizontalChar setCDKSwindowLLChar setCDKSwindowLRChar setCDKSwindowPostProcess setCDKSwindowPreProcess setCDKSwindowULChar setCDKSwindowURChar setCDKSwindowVerticalChar trimCDKSwindow cdk_swindow(3)
- a curses scrolling window widget
- activateCDKTemplate(3), activateCDKTemplate cleanCDKTemplate destroyCDKTemplate drawCDKTemplate eraseCDKTemplate getCDKTemplateBox getCDKTemplateMin getCDKTemplateValue injectCDKTemplate mixCDKTemplate newCDKTemplate setCDKTemplate setCDKTemplateBackgroundAttrib setCDKTemplateBackgroundColor setCDKTemplateBox setCDKTemplateBoxAttribute setCDKTemplateCB setCDKTemplateHorizontalChar setCDKTemplateLLChar setCDKTemplateLRChar setCDKTemplateMin setCDKTemplatePostProcess setCDKTemplatePreProcess setCDKTemplateULChar setCDKTemplateURChar setCDKTemplateValue setCDKTemplateVerticalChar unmixCDKTemplate cdk_template(3)
- a curses template widget
- activateCDKUScale(3), activateCDKUScale destroyCDKUScale drawCDKUScale eraseCDKUScale getCDKUScaleBox getCDKUScaleHighValue getCDKUScaleLowValue getCDKUScaleValue injectCDKUScale moveCDKUScale newCDKUScale positionCDKUScale setCDKUScale setCDKUScaleBackgroundAttrib setCDKUScaleBackgroundColor setCDKUScaleBox setCDKUScaleBoxAttribute setCDKUScaleHorizontalChar setCDKUScaleLLChar setCDKUScaleLRChar setCDKUScaleLowHigh setCDKUScalePostProcess setCDKUScalePreProcess setCDKUScaleULChar setCDKUScaleURChar setCDKUScaleValue setCDKUScaleVerticalChar cdk_uscale(3)
- curses scale widget (type unsigned)
- activateCDKUSlider(3), activateCDKUSlider destroyCDKUSlider drawCDKUSlider eraseCDKUSlider getCDKUSliderBox getCDKUSliderHighValue getCDKUSliderLowValue getCDKUSliderValue injectCDKUSlider moveCDKUSlider newCDKUSlider positionCDKUSlider setCDKUSlider setCDKUSliderBackgroundAttrib setCDKUSliderBackgroundColor setCDKUSliderBox setCDKUSliderBoxAttribute setCDKUSliderHorizontalChar setCDKUSliderLLChar setCDKUSliderLRChar setCDKUSliderLowHigh setCDKUSliderPostProcess setCDKUSliderPreProcess setCDKUSliderULChar setCDKUSliderURChar setCDKUSliderValue setCDKUSliderVerticalChar cdk_uslider(3)
- curses slider widget (type unsigned)
- admesh(1), ADMesh(1)
- a program for processing triangulated solid meshes
- airdaemon(1)
- Run a program as a daemon process, restarting it if it dies
- al_get_opengl_proc_address(3)
- Allegro 5 API
- al_set_mixer_postprocess_callback(3)
- Allegro 5 API
- amcleanup(8)
- run the Amanda cleanup process after a failure
- amoverview(8)
- display file systems processed by Amanda over time
- ansifilter(1), Ansifilter(1)
- ANSI escape code processor and converter
- ansilove_ansi(3)
- Process and render ANSI content
- ansilove_artworx(3)
- Process and render Artworx content
- ansilove_binary(3)
- Process and render binary content
- ansilove_icedraw(3)
- Process and render iCE Draw content
- ansilove_pcboard(3)
- Process and render PCBoard content
- ansilove_tundra(3)
- Process and render TundraDraw content
- ansilove_xbin(3)
- Process and render XBin content
- ap-trapd(8)
- a SNMP trap processing daemon
- apertium-deshtml(1)
- HTML format processor for Apertium
- apertium-deshtml-alt(1)
- HTML format processor for Apertium with alt-translation
- apertium-deslatex(1)
- LaTeX format processor for Apertium
- apertium-desmediawiki(1)
- MediaWiki format processor for Apertium
- apertium-desodt(1)
- OpenDocument Text format processor for Apertium
- apertium-despptx(1)
- Office Open XML Presentation format processor for Apertium
- apertium-desrtf(1)
- Rich Text Format processor for Apertium
- apertium-destxt(1)
- TXT format processor for Apertium
- apertium-deswxml(1)
- WXML format processor for Apertium
- apertium-desxlsx(1)
- Office Open XML Workbook format processor for Apertium
- apertium-interchunk(1)
- intermediate interchunk processor for Apertium
- apertium-prelatex(1)
- LaTeX preprocessor for Apertium
- apertium-preprocess-transfer(1)
- structural transfer preprocessor for Apertium
- apertium-rehtml(1)
- HTML format processor for Apertium
- apertium-relatex(1)
- LaTeX format processor for Apertium
- apertium-remediawiki(1)
- MediaWiki format processor for Apertium
- apertium-reodt(1)
- OpenDocument Text format processor for Apertium
- apertium-repptx(1)
- Office Open XML Presentation format processor for Apertium
- apertium-rertf(1)
- Rich Fext Format processor for Apertium
- apertium-retxt(1)
- TXT format processor for Apertium
- apertium-rewxml(1)
- WXML format processor for Apertium
- apertium-rexlsx(1)
- Office Open XML Workbook format processor for Apertium
- ares_process(3)
- Process events for name resolution
- arm-none-eabi-gcov-tool(1), gcov-tool(1)
- offline gcda profile processing tool
- as86(1)
- Assembler for 8086..80386 processors
- asl(1)
- cross assembler for microprocessors and -controllers
- asnmacro(1)
- process ASN.1 biological data per Sequin macros
- asntool(1)
- process ASN.1 module specifications
- atop(1)
- Advanced System & Process Monitor
- au_token(3), au_to_arg32(3), au_to_arg64(3), au_to_arg(3), au_to_attr64(3), au_to_data(3), au_to_exit(3), au_to_groups(3), au_to_newgroups(3), au_to_in_addr(3), au_to_in_addr_ex(3), au_to_ip(3), au_to_ipc(3), au_to_ipc_perm(3), au_to_iport(3), au_to_opaque(3), au_to_file(3), au_to_text(3), au_to_path(3), au_to_process32(3), au_to_process64(3), au_to_process(3), au_to_process32_ex(3), au_to_process64_ex(3), au_to_process_ex(3), au_to_return32(3), au_to_return64(3), au_to_return(3), au_to_seq(3), au_to_sock_inet32(3), au_to_sock_inet128(3), au_to_sock_inet(3), au_to_socket_ex(3), au_to_subject32(3), au_to_subject64(3), au_to_subject(3), au_to_subject32_ex(3), au_to_subject64_ex(3), au_to_subject_ex(3), au_to_me(3), au_to_exec_args(3), au_to_exec_env(3), au_to_header(3), au_to_header32(3), au_to_header64(3), au_to_header_ex(3), au_to_header32_ex(3), au_to_trailer(3), au_to_zonename(3)
- routines for generating BSM audit tokens
- autcross(1)
- cross-compare tools that process automata
- auto_execok.tcl85(n), auto_execok(n), auto_import(n), auto_load(n), auto_mkindex(n), auto_mkindex_old(n), auto_qualify(n), auto_reset(n), tcl_findLibrary(n), parray(n), tcl_endOfWord(n), tcl_startOfNextWord(n), tcl_startOfPreviousWord(n), tcl_wordBreakAfter(n), tcl_wordBreakBefore(n)
- standard library of Tcl procedures
- auto_execok.tcl86(n), auto_execok(n), auto_import(n), auto_load(n), auto_mkindex(n), auto_qualify(n), auto_reset(n), tcl_findLibrary(n), parray(n), tcl_endOfWord(n), tcl_startOfNextWord(n), tcl_startOfPreviousWord(n), tcl_wordBreakAfter(n), tcl_wordBreakBefore(n)
- standard library of Tcl procedures
- auto_execok.tcl87(n), auto_execok(n), auto_import(n), auto_load(n), auto_mkindex(n), auto_qualify(n), auto_reset(n), tcl_findLibrary(n), parray(n), tcl_endOfWord(n), tcl_startOfNextWord(n), tcl_startOfPreviousWord(n), tcl_wordBreakAfter(n), tcl_wordBreakBefore(n)
- standard library of Tcl procedures
- avr-gcov-tool(1), gcov-tool(1)
- offline gcda profile processing tool
- balls(l)
- preprocessor for space-filling models in Raster3D molecular graphics package
- barrier(1)
- syncronize a process on a number of machines
- barrierd(1)
- syncronize a process on a number of machines
- bg5conv(1)
- convert a TeX document in Big 5 encoding into `preprocessed' form
- bgerror.tcl85(n), bgerror(n)
- Command invoked to process background errors
- bgerror.tcl86(n), bgerror(n)
- Command invoked to process background errors
- bgerror.tcl87(n), bgerror(n)
- Command invoked to process background errors
- bigfile(1)
- kill (or signal) a process when a file grows too big
- body(i4), itcl::body(i4)
- change the body for a class method/proc
- body(itcl)
- change the body for a class method/proc
- bounced(8), bounced.pl(8)
- Mailing List Bounce Processing Daemon for Sympa
- bsqldb(1)
- batch SQL script processor using DB-Library
- bsqlodbc(1)
- batch SQL script processor using ODBC
- bt_misc(3)
- miscellaneous BibTeX-like string-processing utilities
- bt_postprocess(3)
- post-processing of BibTeX strings, values, and entries
- btparse(3)
- C library for parsing and processing BibTeX data files
- build.www.mk(5)
- bsdbuild - HTML document preprocessing
- callgrind_annotate(1)
- post-processing tool for the Callgrind
- camlp5(1)
- Pre-Precessor-Pretty-Printer for ocaml mkcamlp5 - Create custom camlp5 mkcamlp5.opt - Create custom camlp5 (native code) ocpp5 - Universal preprocessor
- cdk_objs(3), cleanCdkTitle drawCdkTitle positionCDKObject setCDKObjectBackgroundColor setCDKObjectPostProcess setCDKObjectPreProcess setCdkExitType setCdkTitle validCDKObject cdk_objs(3)
- Cdk object-support functions
- cdk_process(3)
- curses widget pre/post-processing
- cef5conv(1)
- convert a TeX document in Big 5 encoding containing CEF macros into `preprocessed' form
- cefconv(1)
- convert a TeX document containing CEF macros into `preprocessed' form
- cefsconv(1)
- convert a TeX document in SJIS encoding containing CEF macros into `preprocessed' form
- cg_annotate(1)
- post-processing tool for Cachegrind
-
- chem(1)
- groff preprocessor for producing chemical structure diagrams nr chem_C n[.C] t .ds EL N'188'" .ds EL .|.|."
- chpst(8)
- runs a program with a changed process state
- cloudabi-run(1)
- execute CloudABI processes
- cmpp(1)
- Code Model PreProcessor
- cnid_dbd(8)
- implement access to CNID databases through a dedicated daemon process
- condor_procd(1)
- Track and manage process families
- coq-tex(1)
- Process Coq phrases embedded in LaTeX files
- cpp(1)
- C preprocessor
- cpp(1)
- The C Preprocessor
- cppi(1)
- indent the C preprocessor directives in FILE to reflect their nesting
- cpulimit(1)
- -- limits the CPU usage of a process
- createlang(1)
- install a PostgreSQL procedural language
- critcl_cproc(n), critcl-cproc-types(n)
- Critcl - cproc Type Reference
- crw(1)
- Process RAW Canon PowerShot photos
- cudf2lp(1)
- a preprocessor for CUDF documents
- curl_multi_timeout(3)
- how long to wait for action before proceeding
- cxFixPath(3)
- Fixes up the specified path by processing all ".." and "." that may be in the path
- d_bitmap_proc(3)
- Dialog procedure drawing a bitmap. Allegro game programming library
- d_box_proc(3), d_shadow_box_proc(3)
- Dialog procedure drawing boxes onto the screen. Allegro game programming library
- d_button_proc(3)
- Dialog procedure implementing a button object. Allegro game programming library
- d_check_proc(3)
- Dialog procedure implementing a check box object. Allegro game programming library
- d_clear_proc(3)
- Dialog procedure to clear the screen. Allegro game programming library
- d_edit_proc(3)
- Dialog procedure implementing an editable text object. Allegro game programming library
- d_icon_proc(3)
- Dialog procedure implementing a bitmap button. Allegro game programming library
- d_keyboard_proc(3)
- Invisible dialog procedure for implementing keyboard shortcuts. Allegro game programming library
- d_list_proc(3)
- Dialog procedure implementing a list box object. Allegro game programming library
- d_menu_proc(3)
- Dialog procedure implementing a menu bar object. Allegro game programming library
- d_radio_proc(3)
- Dialog procedure implementing a radio button object. Allegro game programming library
- d_slider_proc(3)
- Dialog procedure implementing a slider control object. Allegro game programming library
- d_text_list_proc(3)
- Dialog procedure implementing a list box object with type ahead. Allegro game programming library
- d_text_proc(3), d_ctext_proc(3), d_rtext_proc(3)
- Dialogs procedure drawing text onto the screen. Allegro game programming library
- d_textbox_proc(3)
- Dialog procedure implementing a text box object. Allegro game programming library
- d_yield_proc(3)
- Invisible dialog procedure that yields CPU time slices. Allegro game programming library
- db2x_xsltproc(1)
- XSLT processor invocation wrapper
- dbus-run-session(1)
- start a process as a new D-Bus session
- dcl2inc(1)
- postprocess ftnchek .dcl files to create separate INCLUDE files
- defncopy(1)
- extract procedures and views from a Microsoft server
- dhtml(1)
- HTML postprocessor for troff
- dialrules(5f)
- dial string processing rules
- dialtest(8c)
- dial string processing rules test program
- dmail(1)
- procmail Mail Delivery Module
- dnshistory(1)
- processes various log file formats doing dns IP Address lookups. Store these pairs in a database for later retrieval
- docheckgroups(8)
- Process checkgroups and output a list of changes
- dpost(1)
- troff postprocessor for PostScript printers
- drmHandleEvent(3)
- read and process pending DRM events
- droplang(1)
- remove a PostgreSQL procedural language
- dsp(3), initdp(3), freedp(3), dotprod(3), sumsq(3), peakval(3)
- SIMD-assisted digital signal processing primitives
- dtop(1)
- display and update information about processes on a cluster of machines
- dtpstree(1)
- display a tree of processes
- dtruss(1)
- process syscall details. Uses DTrace
- duende(8)
- run a child process as a daemon
- dwfilter(1)
- reformat text with dwdiff for further processing
- ecasound(1)
- sample editor, multitrack recorder, fx-processor, etc
- ecatools(1)
- audio processing utils based on ecasound
- ecpg(1)
- embedded SQL C preprocessor
- empty(1)
- run processes under pseudo-terminal sessions
- encapsulate(1)
- multiplex several channels over a single socket with sampling of remote process exit status, and provide conversation termination without closing the socket. netpipes 4.2
- estmaster(1)
- master process of node servers
- evolvotron(1)
- Creates generative art by an interactive evolutionary process
- exec.tcl85(n), exec(n)
- Invoke subprocesses
- exec.tcl86(n), exec(n)
- Invoke subprocesses
- exec.tcl87(n), exec(n)
- Invoke subprocesses
- expect_dislocate(1), Dislocate(1)
- disconnect and reconnect processes
- explain_acct_or_die(3)
- switch process accounting on or off and report errors require_index { "switch process accounting on or off and report errors" }
- explain_fork_or_die(3)
- create a child process and report errors require_index { "create a child process and report errors" }
- explain_getpgid_or_die(3)
- get process group and report errors require_index { "get process group and report errors" }
- explain_getpgrp_or_die(3)
- get process group and report errors require_index { "get process group and report errors" }
- explain_kill_or_die(3)
- send signal to a process and report errors require_index { "send signal to a process and report errors" }
- explain_nice_or_die(3)
- change process priority and report errors require_index { "change process priority and report errors" }
- explain_pclose_or_die(3)
- process I/O and report errors require_index { "process I/O and report errors" }
- explain_popen_or_die(3)
- process I/O and report errors require_index { "process I/O and report errors" }
- explain_ptrace_or_die(3)
- process trace and report errors require_index { "process trace and report errors" }
- explain_setpgid_or_die(3)
- set process group and report errors require_index { "set process group and report errors" }
- explain_setpgrp_or_die(3)
- set process group and report errors require_index { "set process group and report errors" }
- explain_setsid_or_die(3)
- sets process group ID and report errors require_index { "creates a session and sets the process group ID and report errors" }
- explain_vfork_or_die(3)
- create a child process and report errors require_index { "create a child process and block parent and report errors" }
- explain_wait3_or_die(3)
- wait for process to change state and report errors require_index { "wait for process to change state and report errors" }
- explain_wait4_or_die(3)
- wait for process to change state and report errors require_index { "wait for process to change state and report errors" }
- explain_wait_or_die(3)
- wait for process to change state and report errors require_index { "wait for process to change state and report errors" }
- explain_waitpid_or_die(3)
- wait for process to change state and report errors require_index { "wait for process to change state and report errors" }
- extconv(1)
- convert a TeX document in either Big 5+ or GBK encoding into `preprocessed' form
- ezmlm-confirm(1)
- process user actions for message confirm and discard
- ezmlm-moderate(1)
- process moderator actions for message acceptance and rejection
- ezmlm-request(1)
- Process subject line and body ezmlm commands
- faad(1)
- Process an Advanced Audio Codec stream
- faked(1)
- daemon that remembers fake ownership/permissions of files manipulated by fakeroot processes
- faxgetty(8c)
- front-door process
- faxq(8c)
- queue manager process
- faxq-helper(8)
- privileged helper process to access the fax queue
- faxqclean(8c)
- queue cleaner process
- filepp(1)
- A generic file preprocessor
- filter_create_fd(3), filter_create_fd (3)
- Create a sub process and return the requested pipes
- filter_read(3), filter_write(3), filter_end(3), filter_convert(3), filter_destroy(3), filter_fopen(3), filter_process(3)
- generic data filtering
- fixproc(1)
- Fixes a process by performing the specified action
- flow-log2rrd(1)
- Process the STAT: lines from flow-capture and flow-fanout to RRD files
- focuswriter(1)
- fullscreen word processor
- fork(3am), wait(3am), waitpid(3am)
- basic process management
- form_driver(3x), form_driver_w(3x)
- command-processing loop of the form system
- fpcsubst(1)
- The Free Pascal macro processing program
- fpp(1)
- the Fortran language preprocessor for FORTRAN 77 and Fortran 90
- fprcp(1)
- Free Pascal windres preprocessor program
- ftimes-cmp2dbi(1), ftimes-cmp2dbi.pl(1)
- Preprocess FTimes compare data for MySQL DB import
- ftimes-crv2dbi(1), ftimes-crv2dbi.pl(1)
- Preprocess FTimes carve data for MySQL DB import
- ftimes-dig2dbi(1), ftimes-dig2dbi.pl(1)
- Preprocess FTimes dig data for MySQL DB import
- ftimes-map2dbi(1), ftimes-map2dbi.pl(1)
- Preprocess FTimes map data for MySQL DB import
- ftpwho(1)
- show current process information for each FTP session
- gawk(1)
- pattern scanning and processing language
- gc(3), GC_malloc(3), GC_malloc_atomic(3), GC_free(3), GC_realloc(3), GC_enable_incremental(3), GC_register_finalizer(3), GC_malloc_ignore_off_page(3), GC_malloc_atomic_ignore_off_page(3), GC_set_warn_proc(3)
- Garbage collecting malloc replacement
- gcov-tool10(1), gcov-tool(1)
- offline gcda profile processing tool
- gcov-tool11(1), gcov-tool(1)
- offline gcda profile processing tool
- gcov-tool7(1), gcov-tool(1)
- offline gcda profile processing tool
- gcov-tool8(1), gcov-tool(1)
- offline gcda profile processing tool
- gcov-tool9(1), gcov-tool(1)
- offline gcda profile processing tool
- genlib(1)
- Procedural design language based upon C
- genpat(1)
- A procedural pattern file generator
- gidd_alloc(1)
- find a GID within the specified range which is not used by any process
- git-lfs-filter-process(1)
- Git filter process that converts between pointer and actual content
- gkill(1), kill(1)
- send signals to processes, or list signals
- glXImportContextEXT(3), "glXImportContextEXT(3)
- import another process's indirect rendering context
- glutMainLoop(3)
- enters the GLUT event processing loop
- gm4(1), m4(1)
- macro processor
- gmic(1)
- Perform image processing operations using the G'MIC framework
- gmsh(1), Gmsh(1)
- 3D finite element mesh generator with built-in CAD engine and post-processor
- gnproc(1), nproc(1)
- print the number of processing units available
- gperl(1)
- groff preprocessor for Perl parts in roff files t .ds EL N'188'" .ds EL .|.|." t .ds BU (bu .ds BU *
- gpp(1), GPP(1)
- Generic Preprocessor
- gprocessor(1)
- Gnash SWF Processor
- grap(1)
- pic preprocessor for drawing graphs
- grn(1)
- groff preprocessor for gremlin files
- gss_accept_sec_context(3), gss_acquire_cred(3), gss_add_cred(3), gss_add_oid_set_member(3), gss_canonicalize_name(3), gss_compare_name(3), gss_context_time(3), gss_create_empty_oid_set(3), gss_delete_sec_context(3), gss_display_name(3), gss_display_status(3), gss_duplicate_name(3), gss_export_name(3), gss_export_sec_context(3), gss_get_mic(3), gss_import_name(3), gss_import_sec_context(3), gss_indicate_mechs(3), gss_init_sec_context(3), gss_inquire_context(3), gss_inquire_cred(3), gss_inquire_cred_by_mech(3), gss_inquire_mechs_for_name(3), gss_inquire_names_for_mech(3), gss_krb5_ccache_name(3), gss_krb5_compat_des3_mic(3), gss_krb5_copy_ccache(3), gss_krb5_import_cred gsskrb5_extract_authz_data_from_sec_context(3), gsskrb5_register_acceptor_identity(3), gss_krb5_import_ccache(3), gss_krb5_get_tkt_flags(3), gss_process_context_token(3), gss_release_buffer(3), gss_release_cred(3), gss_release_name(3), gss_release_oid_set(3), gss_seal(3), gss_sign(3), gss_test_oid_set_member(3), gss_unseal(3), gss_unwrap(3), gss_verify(3), gss_verify_mic(3), gss_wrap(3), gss_wrap_size_limit(3)
- Generic Security Service Application Program Interface library
- gubby(1)
- The procmail new email agent - v0.5.5
- gui_shadow_box_proc(3), gui_ctext_proc(3), gui_button_proc(3), gui_edit_proc(3), gui_list_proc(3), gui_text_list_proc(3)
- Hooks to customise the look and feel of Allegro dialogs
- gvpr(1)
- graph pattern scanning and processing language
- gwd(1)
- Launches the GeneWeb Process
- h2paspp(1)
- Free Pascal h2pas preprocessor program
- hatari_profile(1)
- Post-processor for Hatari profiler data
- htop(1)
- interactive process viewer
- http_load(1)
- multiprocessing http test client
- hwloc-bind(1)
- Launch a command that is bound to specific processors and/or memory, or consult the binding of an existing program
- hwloc-ps(1)
- List currently-running processes or threads that are bound
- i386-unknown-freebsd12.1-gcov-tool(1), gcov-tool(1)
- offline gcda profile processing tool
- i386-unknown-freebsd12.1-gcov-tool6(1), gcov-tool(1)
- offline gcda profile processing tool
- i386-unknown-freebsd12.1-gcov-tool9(1), gcov-tool(1)
- offline gcda profile processing tool
- imake(1)
- C preprocessor interface to the make utility
- injail(8)
- determine if a process is running in a jail
- itcldelegate(i4), itcl::delegation(i4)
- delegate methods, procs or options to other objects Parts of this description are "borrowed" from Tcl extension [snit], as the functionality is mostly identical
- jack_load(1)
- JACK toolkit client for loading in-process clients
- jack_load_test(1)
- JACK toolkit client which occupies the cpu for some time in process
- jailkit(8)
- utilities for jailing a user or process
- jk_list(8)
- a utility to list all processes in a chroot jail
- jkill(1)
- Shutdowns a running jail and all its processes
- jps(8)
- prints processes running in a jail
- jq(1)
- Command-line JSON processor
- k8temp(8)
- display on-die temperature readings from AMD K8 and K10 processors
- kcm(8)
- process-based credential cache for Kerberos tickets
- keyboard_update(3), keyboard_waitforupdate(3)
- process raw keyboard events
- killall(1)
- kill processes by name
-
-
-
- knl.conf(5)
- Slurm configuration file for Intel Knights Landing processor
- krb5_get_in_tkt(3), krb5_get_in_cred(3), krb5_get_in_tkt_with_password(3), krb5_get_in_tkt_with_keytab(3), krb5_get_in_tkt_with_skey(3), krb5_free_kdc_rep(3), krb5_password_key_proc(3)
- deprecated initial authentication functions
- ksql_alloc_child(3)
- allocate a ksql database handle in split-process mode
- label3d(l)
- process a Raster3D scene containing labels
- lat_connect(8)
- measure interprocess connection latency via TCP/IP
- lat_pipe(8)
- measure interprocess communication latency through pipes
- lat_proc(8)
- process creation tests
- lat_rpc(8)
- measure interprocess communication latency via Sun RPC
- lat_tcp(8)
- measure interprocess communication latency via TCP/IP
- lat_udp(8)
- measure interprocess communication latency via UDP/IP
- lat_unix(8)
- measure interprocess communication latency via UNIX sockets
- lat_unix_connect(8)
- measure interprocess connection latency via UNIX sockets
- lcdexec(1)
- LCDproc client to execute commands from the LCDd menu
- lcdproc(1)
- system status information client
- lcdproc-config(5)
- format of LCDproc's configuration files
- ldap_bind(3), ldap_bind_s(3), ldap_simple_bind(3), ldap_simple_bind_s(3), ldap_sasl_bind(3), ldap_sasl_bind_s(3), ldap_sasl_interactive_bind_s(3), ldap_parse_sasl_bind_result(3), ldap_unbind(3), ldap_unbind_s(3), ldap_unbind_ext(3), ldap_unbind_ext_s(3), ldap_set_rebind_proc(3)
- LDAP bind routines
- libdspam(3)
- Core message processing and classification library for DSPAM DSPAM Core Analyis Engine Functions
- libnetpbm_image(3)
- overview of netpbm image-processing functions
- libssh2_channel_exec(3)
- convenience macro for libssh2_channel_process_startup(3) calls
- libssh2_channel_process_startup(3)
- request a shell on a channel
- libssh2_channel_shell(3)
- convenience macro for libssh2_channel_process_startup(3) calls
- libssh2_channel_subsystem(3)
- convenience macro for libssh2_channel_process_startup(3) calls
- libunbound(3), unbound.h(3), ub_ctx(3), ub_result(3), ub_callback_type(3), ub_ctx_create(3), ub_ctx_delete(3), ub_ctx_set_option(3), ub_ctx_get_option(3), ub_ctx_config(3), ub_ctx_set_fwd(3), ub_ctx_set_stub(3), ub_ctx_set_tls(3), ub_ctx_resolvconf(3), ub_ctx_hosts(3), ub_ctx_add_ta(3), ub_ctx_add_ta_autr(3), ub_ctx_add_ta_file(3), ub_ctx_trustedkeys(3), ub_ctx_debugout(3), ub_ctx_debuglevel(3), ub_ctx_async(3), ub_poll(3), ub_wait(3), ub_fd(3), ub_process(3), ub_resolve(3), ub_resolve_async(3), ub_cancel(3), ub_resolve_free(3), ub_strerror(3), ub_ctx_print_local_zones(3), ub_ctx_zone_add(3), ub_ctx_zone_remove(3), ub_ctx_data_add(3), ub_ctx_data_remove(3)
- Unbound DNS validating resolver 1.11.0 functions
- lis_array_cgs(3)
- calculate the QR factorization with the classical Gram-Schmidt process
- lis_array_cgs(3f)
- calculate the QR factorization with the classical Gram-Schmidt process
- lis_array_mgs(3)
- calculate the QR factorization with the modified Gram-Schmidt process
- lis_array_mgs(3f)
- calculate the QR factorization with the modified Gram-Schmidt process
- lis_array_reciprocal(3)
- get the reciprocal values of the elements of the vector
- lis_array_reciprocal(3f)
- get the reciprocal values of the elements of the vector
- lis_vector_reciprocal(3)
- get the reciprocal values of the elements of the vector
- listadmin(1)
- process messages held by Mailman for approval
- llexec(1)
- lifelines report processor
- local(i4), itcl::local(i4)
- create an object local to a procedure
- local(itcl)
- create an object local to a procedure
- localgroups(5), docheckgroups(5)
- Process checkgroups and output a list of changes
- logsurfer(1)
- process logfiles and perform certain actions
- lt-proc(1)
- lexical processor for Apertium
- lt-tmxproc(1)
- translation stream processor for Apertium
- luser(8)
- process to control the clueless induhviduals who (mis)use computer systems, peripheral devices and system administrators. Word play on "loser" and "user"
- lv2proc(1)
- a simple command line effect processor using LV2 plugins
- lyx(1), LyX(1)
- A Document Processor Cr n (c) (co
- mailagent(1)
- an automatic mail-processing tool
- mailtool(1)
- Process mailboxes
- make-report(1)
- process a web log and produce a report
- makeindex(1)
- a general purpose, formatter-independent index processor
- markdown(3)
- process Markdown documents
- master(5)
- Postfix master process configuration file format
- master(8)
- Postfix master process
- mate-system-monitor(1)
- view and control processes
- mawk(1)
- pattern scanning and text processing language
- mbkps(3)
- mbk process state man1/alc_origin.1
- mbksetautoackchld(3)
- Tells Alliance to automatically handle terminaison of child process. man1/alc_origin.1
- mbkwaitpid(3)
- wait for the end of a particular child process. man1/alc_origin.1
- mcpp(1)
- Matsui CPP, an alternative C preprocessor
- meinproc5(1)
- KDE translator for XML
- menu_driver(3x)
- command-processing loop of the menu system
- mfschunkserver(8)
- start, restart or stop Moose File System chunkserver process
- mfsmaster(8)
- start, restart or stop Moose File System master process
- mfsmetalogger(8)
- start, restart or stop Moose File System metalogger process
- mhz(8)
- calulate processor clock rate
- milter-report-statistics(1), milter-statistics-report(1)
- milter process statistics reporter
- mimedefang-multiplexor(8)
- Process pool controller for mail filters
- mips-unknown-freebsd12.1-gcov-tool(1), gcov-tool(1)
- offline gcda profile processing tool
- mips-unknown-freebsd12.1-gcov-tool6(1), gcov-tool(1)
- offline gcda profile processing tool
- mips-unknown-freebsd12.1-gcov-tool9(1), gcov-tool(1)
- offline gcda profile processing tool
- mips64-unknown-freebsd12.1-gcov-tool(1), gcov-tool(1)
- offline gcda profile processing tool
- mips64-unknown-freebsd12.1-gcov-tool6(1), gcov-tool(1)
- offline gcda profile processing tool
- mips64-unknown-freebsd12.1-gcov-tool9(1), gcov-tool(1)
- offline gcda profile processing tool
- mkbl4(8)
- Process IPv4 SOCKS blacklist file
- mkd-functions(3), mkd_functions(3)
- access and process Markdown documents
- mkindex(1)
- script to process LaTeX index and glossary files
- ml1(1)
- ML/I macro processor
- mlmmj-process(1)
- process mail for an mlmmj managed mailinglist
- mmroff(1)
- reference preprocessor
- mod-active(8)
- Batch processing of newsgroups creation and removal commands
- mono-service(1), mono-service2(1)
- Mono ServiceProcess host
- morphy(7)
- discussion of WordNet's morphological processing
- mpb-split(1)
- compute eigenmodes with MPB using multiple processes
- ms_print(1)
- post-processing tool for Massif
- msgexec(1)
- process translations of message catalog
- munger(1)
- Text Processing Lisp
- murphi2murphi(1)
- preprocessor for Murphi models
- my_safe_process(1)
- Utility program that encapsulates process creation, monitoring and bulletproof process cleanup
- mysql_waitpid(1)
- kill process and wait for its termination
- mysql_zap(1)
- kill processes that match a pattern
- mysqlbinlog(1)
- utility for processing binary log files
- nawk(1)
- pattern-directed scanning and processing language
- nbdkit-captive(1)
- run nbdkit under another process and have it reliably cleaned up
- ncftpbatch(1)
- Individual batch FTP job processor
- ncftpspooler(1)
- Global batch FTP job processor daemon
- nethogs(8)
- Net top tool grouping bandwidth per process
- new-inject(1)
- preprocess a mail message
- nip2(1)
- image processing with the VIPS library
- nn_inproc(7)
- in-process transport mechanism
- nn_ipc(7)
- inter-process transport mechanism
- nn_pipeline(7)
- scalability protocol for passing tasks through a series of processing steps
- nn_term(3)
- notify all sockets about process termination
- notcurses_fds(3)
- dumping file descriptors and subprocesses to planes
- noti(1)
- monitor a process and trigger a notification
- nspmod(1)
- No Signal Processor MOD Player
- nutmeg(1)
- spice post-processor
- omnicpp(1)
- OmniORB cpp preprocessor for IDL compiler
- openssl-dsa(1)
- DSA key processing
- openssl-dsa(1), dsa(1)
- DSA key processing
- openssl-ec(1)
- EC key processing
- openssl-ec(1), ec(1)
- EC key processing
- openssl-pkey(1)
- public or private key processing command
- openssl-pkey(1), pkey(1)
- public or private key processing tool
- openssl-pkeyparam(1)
- public key algorithm parameter processing command
- openssl-pkeyparam(1), pkeyparam(1)
- public key algorithm parameter processing tool
- openssl-rsa(1)
- RSA key processing command
- openssl-rsa(1), rsa(1)
- RSA key processing tool
- optionFree(3)
- free allocated option processing memory
- optionLoadLine(3)
- process a string for an option name and value
- optionProcess(3)
- this is the main option processing routine
- otp2ocp(1)
- convert Omega Translation Process files to Omega Compiled Process files
- otr_parse(1), otr_sesskeys(1), otr_mackey(1), otr_readforge(1), otr_modify(1), otr_remac(1)
- Process Off-the-Record Messaging transcripts
- panda_processtrans(3)
- a traversal callback used for processing transition objects within the PDF
- pandoc-citeproc(1)
- filter to resolve citations in a pandoc document
- par(1)
- parallel command processing
- pcap_loop(3), pcap_dispatch(3)
- process packets from a live capture or savefile
- pdetach(1)
- execute detached processes
- pecomato(1)
- a portable picture-embedded metadata processor
- perpd(8)
- persistent process scanner/supervisor/controller
- perpetrate(8)
- supervise a persistent process and optional logger
- perpls(8)
- persistent process service lister
- pgrphack(8)
- runs a program in a separate process group
- php-fpm(8)
- PHP FastCGI Process Manager 'PHP-FPM'
- pic2fig(1)
- Fig preprocessor for drawing simple pictures
- picpack(1)
- PostScript picture packing preprocessor
- pid.tcl85(n), pid(n)
- Retrieve process identifiers
- pid.tcl86(n), pid(n)
- Retrieve process identifiers
- pid.tcl87(n), pid(n)
- Retrieve process identifiers
- pixelcity(1)
- Procedural city fly through
- pmemobj_tx_begin(3), pmemobj_tx_stage()(3), pmemobj_tx_begin()(3), pmemobj_tx_lock()(3), pmemobj_tx_abort()(3), pmemobj_tx_commit()(3), pmemobj_tx_end()(3), pmemobj_tx_errno()(3), pmemobj_tx_process()(3), TX_BEGIN_PARAM()(3), TX_BEGIN_CB()(3), TX_BEGIN()(3), TX_ONABORT(3), TX_ONCOMMIT(3), TX_FINALLY(3), TX_END(3)
- transactional object manipulation
- pmxab(1)
- a MusiXTeX preprocessor
- postw32(1)
- Free Pascal Windows 32-bit executable post processor
- powerpc-unknown-freebsd12.1-gcov-tool9(1), gcov-tool(1)
- offline gcda profile processing tool
- powerpc64-unknown-freebsd12.1-gcov-tool(1), gcov-tool(1)
- offline gcda profile processing tool
- powerpc64-unknown-freebsd12.1-gcov-tool6(1), gcov-tool(1)
- offline gcda profile processing tool
- powerpc64-unknown-freebsd12.1-gcov-tool9(1), gcov-tool(1)
- offline gcda profile processing tool
- pprotectd(8)
- daemon which protect processes from killing by the kernel when memory is exhausted
- prepflog(1), prepflog.pl(1)
- Pre-processor for pflogsumm
- prepmx(1)
- preprocessor for PMX, easy music typesetting program
- proc.tcl85(n), proc(n)
- Create a Tcl procedure
- proc.tcl86(n), proc(n)
- Create a Tcl procedure
- proc.tcl87(n), proc(n)
- Create a Tcl procedure
- procbatch(8)
- Process an INN funnel file or innfeed-dropped file
- procd_ctl(1)
- command line interface to the condor_procd
- procenv(1)
- display process environment details Vb " Begin verbatim text CW \$1 . Ve " End verbatim text R
- process_keys(1)
- Web of Trust analysis
- procmail(1)
- autonomous mail processor
- procmailex(5)
- procmail rcfile examples
- procmailrc(5)
- procmail rcfile
- procmailsc(5)
- procmail weighted scoring technique
- procmap(8)
- print a procfs map file
- procsystime(1)
- analyse system call times. Uses DTrace
- pslist(1)
- control processes and their descendants
- pspax(1)
- list ELF/PaX information about running processes
- pstree(1)
- list processes as a tree
- pvm_barrier(3)
- Blocks the calling process until all processes in a group have called it
- pvm_bcast(3)
- Broadcasts the data in the active message buffer to a group of processes
- pvm_exit(3)
- Tells the local pvmd that this process is leaving PVM
- pvm_getinst(3)
- Returns the instance number in a group of a PVM process
- pvm_gettid(3)
- Returns the tid of the process identified by a group name and instance number
- pvm_joingroup(3)
- Enrolls the calling process in a named group
- pvm_kill(3)
- Terminates a specified PVM process
- pvm_lvgroup(3)
- Unenrolls the calling process from a named group
- pvm_mytid(3)
- Returns the tid of the calling process
- pvm_parent(3)
- Returns the tid of the process that spawned the calling process
- pvm_pstat(3)
- Returns the status of the specified PVM process
- pvm_sendsig(3)
- Sends a signal to another PVM process
- pvm_siblings(3)
- return the number and associated task ids of processes that were started together in a single spawn call
- pvm_spawn(3)
- Starts new PVM processes
- pvm_tidtohost(3)
- Returns the host of the specified PVM process
- qstart(8)
- start pbs batch job processing at a destination
- qstop(8)
- stop pbs batch job processing at a destination
- qterm(8)
- terminate processing by a PBS batch server
- rabbitmq-echopid(8), rabbitmq-echopid.bat(8)
- returns the Windows process id of the Erlang runtime running RabbitMQ
- rabins(1)
- process argus(8) data within specified bins
- radump(1)
- tcpdump processing of the user data buffers from an argus(8) data file/stream
- rastream(1)
- stream block processor for argus(8) data
- ratfor(1), ratfor77(1)
- ratfor preprocessor for fortran77
- rdfproc(1)
- Redland RDF processor utility
- readproctitle(8)
- maintains an automatically rotated log in memory for inspection by ps (1)
- refer(1)
- preprocess bibliographic references for groff
- restic-unlock(1)
- Remove locks other processes created
- return.tcl85(n), return(n)
- Return from a procedure, or set return code of a script
- return.tcl86(n), return(n)
- Return from a procedure, or set return code of a script
- return.tcl87(n), return(n)
- Return from a procedure, or set return code of a script
- revtwoway(3am)
- Reverse strings sample two-way processor extension
- riscv32-unknown-elf-gcov-tool(1), gcov-tool(1)
- offline gcda profile processing tool
- riscv64-none-elf-gcov-tool(1), gcov-tool(1)
- offline gcda profile processing tool
- riscv64-unknown-freebsd12.1-gcov-tool(1), gcov-tool(1)
- offline gcda profile processing tool
- riscv64-unknown-freebsd12.1-gcov-tool9(1), gcov-tool(1)
- offline gcda profile processing tool
- rnews(8cn), cunbatch(8cn)
- accept and spool news input newsspool, newsrun - news input spooler and processing newsrunning - control news-processing daemon
- rods(l)
- Raster3D preprocessor for ball-and-stick models
- rtf2rtf(1)
- programs to postprocess the raw RTF generated by the mapping files
- rumakeindex(1)
- process a LaTeX index using Russian Cyrillic characters
- runchoom(8)
- abate linux oom killer on a process
- runit(8)
- a UNIX process no 1
- runit-init(8), init(8)
- a UNIX process no 1
- runsession(8)
- run a program in a new session/process group
- runsvdir(8)
- starts and monitors a collection of runsv(8) processes
- runtool(8)
- run a program in a configured process environment
- rwfilter(1)
- Choose which SiLK Flow records to process
- s2r(1)
- Process mapping from symbolic layout to physical layout
- sabcmd(1)
- a command line interface to Sablotron XSLT processor
- sam_mark_failed(3)
- Mark process failed
- sample(8)
- examine backtrace of system processes
- sc_CLSCF(3), sc::CLSCF(3)
- The CLSCF class is a base for classes implementing a self-consistent procedure for closed-shell molecules
- sc_DistSCMatrixKit(3), sc::DistSCMatrixKit(3)
- The DistSCMatrixKit produces matrices that work in a many processor environment
- sc_HSOSSCF(3), sc::HSOSSCF(3)
- The HSOSSCF class is a base for classes implementing a self-consistent procedure for high-spin open-shell molecules
- sc_KeyVal(3), sc::KeyVal(3)
- The KeyVal class is designed to simplify the process of allowing a user to specify keyword/value associations to a C++ program
- sc_LocalSCMatrixKit(3), sc::LocalSCMatrixKit(3)
- The LocalSCMatrixKit produces matrices that work in a single processor environment
- sc_ProcFileGrp(3), sc::ProcFileGrp(3)
- The ProcFileGrp concrete class provides an implementation of FileGrp for a single processor
- sc_ProcMemoryGrp(3), sc::ProcMemoryGrp(3)
- The ProcMemoryGrp concrete class provides an implementation of MemoryGrp for a single processor
- sc_ProcMessageGrp(3), sc::ProcMessageGrp(3)
- ProcMessageGrp provides a concrete specialization of MessageGrp that supports only one node
- sc_ProcThreadGrp(3), sc::ProcThreadGrp(3)
- The ProcThreadGrp class privides a concrete thread group appropriate for an environment where there is only one thread
- sc_ReplSCMatrixKit(3), sc::ReplSCMatrixKit(3)
- The ReplSCMatrixKit produces matrices that work in a many processor environment
- sc_SCF(3), sc::SCF(3)
- The SCF class is the base for all classes that use a self-consistent field procedure to solve an effective one body problem
- sc_ShmMessageGrp(3), sc::ShmMessageGrp(3)
- The ShmMessageGrp class is an implementation of MessageGrp that allows multiple process to be started that communicate with shared memory
- scanmem(1)
- locate and modify variables in an executing process
- sched(8), resched(8), getsched(8)
- change a process' scheduler/priority
- scor2prt(1)
- source-parts separation program for pmx, a MusiXTeX preprocessor
- setaudit(8)
- specify audit configurations on a process
- sg_get_process_stats(3), sg_get_process_stats_r(3), sg_get_process_count(3), sg_get_process_count_of(3), sg_get_process_count_r(3), sg_free_process_count(3), sg_process_compare_name(3), sg_process_compare_pid(3), sg_process_compare_uid(3), sg_process_compare_gid(3), sg_process_compare_size(3), sg_process_compare_res(3), sg_process_compare_cpu(3), sg_process_compare_time(3)
- get process statistics
- shishi_ap_req_process(3)
- API function
- shishi_ap_req_process_keyusage(3)
- API function
- shishi_as_process(3)
- API function
- shishi_as_rep_process(3)
- API function
- shishi_kdc_process(3)
- API function
- shishi_priv_process(3)
- API function
- shishi_tgs_process(3)
- API function
- shishi_tgs_rep_process(3)
- API function
- shishi_tgs_req_process(3)
- API function
- shntool(1)
- a multi(hypurpose WAVE data processing and reporting utility
- shtk_config(3), config(3)
- Configuration file processing and queries
- shtk_process(3), process(3)
- Utilities to manipulate external processes
- shtk_process_run(3)
- Executes a command in a controlled environment
- shtool-prop(1), shtool prop(1)
- GNU shtool propeller processing indication
- shtool-scpp(1), shtool scpp(1)
- GNU shtool C source file pre-processor
- siril(1)
- image processing tool for astronomy and others
- sitewho(1)
- show current process information for each FTP session (wzdftpd)
- sjisconv(1)
- convert a TeX document in SJIS encoding into `preprocessed' form
- smbcontrol(1)
- send messages to smbd, nmbd or winbindd processes
- socketpipe(1)
- zero overhead remote process plumbing
- sparc64-unknown-freebsd12.1-gcov-tool(1), gcov-tool(1)
- offline gcda profile processing tool
- sparc64-unknown-freebsd12.1-gcov-tool6(1), gcov-tool(1)
- offline gcda profile processing tool
- sparc64-unknown-freebsd12.1-gcov-tool9(1), gcov-tool(1)
- offline gcda profile processing tool
- spawn-fcgi(1)
- Spawns FastCGI processes
- stalepid(1)
- check for and remove stale process ID files
- states(1)
- awk alike text processing tool
- supfilesrv(8), supscan(8)
- sup server processes
- svscanboot(8)
- starts svscan (8) in the /service directory, with output and error messages logged through readproctitle (8)
- tailcall.tcl86(n), tailcall(n)
- Replace the current procedure with another command
- tailcall.tcl87(n), tailcall(n)
- Replace the current procedure with another command
- tardy(1)
- a tar post-processor "tardy(1)" "a tar(1) post-processor"
- task_manager(8), task_manager.pl(8)
- Daemon to process periodical Sympa tasks
- tcl_process.tcl87(n), tcl::process(n)
- Subprocess management
- tclgeomap_procs(n), latitude(n), longitude(n), latlon(n), circle(n), fillsegment(n), grid_list(n), ocean_list(n)
- supplementary procedures for tclgeomap
- tiffcrop(1)
- select, copy, crop, convert, extract, and/or process one or more TIFF files
- timelimit(1)
- spawn a subprocess and if the child does not finish within the time limit either kill it, or exit, leaving the child in the background. netpipes 4.2
- tk_focusFollowsMouse.tk85(n), tk_focusNext(n), tk_focusPrev(n), tk_focusFollowsMouse(n)
- Utility procedures for managing the input focus
- tk_focusFollowsMouse.tk86(n), tk_focusNext(n), tk_focusPrev(n), tk_focusFollowsMouse(n)
- Utility procedures for managing the input focus
- tkerror.tk85(n), tkerror(n)
- Command invoked to process background errors
- tkerror.tk86(n), tkerror(n)
- Command invoked to process background errors
- tkgeomap_procs(n), xytolatlon(n), latlontoxy(n)
- supplementary procedures for geomap_lnarr and geomap_place items
- tls_ocsp_process_response(3), tls_peer_ocsp_url(3), tls_peer_ocsp_response_status(3), tls_peer_ocsp_cert_status(3), tls_peer_ocsp_crl_reason(3), tls_peer_ocsp_result(3), tls_peer_ocsp_revocation_time(3), tls_peer_ocsp_this_update(3), tls_peer_ocsp_next_update(3)
- inspect an OCSP response
- torrus_ttproclist(1), ttproclist(1)
- Process a template with a nodelist
- transcode(1)
- LINUX video stream processing tool
- troff(1)
- the troff processor of the groff text formatting system
- try.tcl86(n), try(n)
- Trap and process errors and exceptions
- try.tcl87(n), try(n)
- Trap and process errors and exceptions
- tryto(1)
- tries to run a command limited by a timeout or number of tries, can be used to run as svlogd(8) processor
- tuboexec(1)
- Helper application for spawning independent processes
- turbostat(8)
- Report processor frequency and idle statistics
- twfiles(5)
- overview of files used by Tripwire and file backup process
- ucpp(1)
- C preprocessor
- uncat(1)
- continuously reads stdin, splits up the data either by timeout or number of bytes read to process it
- unfsd(8)
- NFS server process
- unhide(8)
- forensic tool to find hidden processes
- unlang(5)
- FreeRADIUS Processing un-language
- unpaper(1)
- Post-processing tool for scanned sheets of paper
- unw_get_proc_info(3)
- -- get info on current procedure
- unw_get_proc_info_by_ip(3)
- -- get procedure info by IP
- unw_get_proc_name(3)
- -- get name of current procedure
- unw_reg_states_iterate(3)
- -- get register state info on current procedure
- update.tcl85(n), update(n)
- Process pending events and idle callbacks
- update.tcl86(n), update(n)
- Process pending events and idle callbacks
- update.tcl87(n), update(n)
- Process pending events and idle callbacks
- vfs(n), ::vfs(n)
- Commands and Procedures to create virtual filesystems
- vfslib(n), ::vfslib(n)
- Procedures to interact with virtual filesystems
- vga_safety_fork(3)
- start a parallel process to restore the console at a crash
- vnroff(1)
- Vietnamese pre-processor for groff
- vsearch(1)
- chimera detection, clustering, dereplication and rereplication, FASTA/FASTQ file processing, masking, pairwise alignment, searching, shuffling, sorting, subsampling, and taxonomic classification of amplicons for metagenomics, genomics, and population genetics
- vwait.tcl85(n), vwait(n)
- Process events until a variable is written
- vwait.tcl86(n), vwait(n)
- Process events until a variable is written
- vwait.tcl87(n), vwait(n)
- Process events until a variable is written
- waffle_get_proc_address(3)
- Query address of OpenGL functions
- waffle_init(3)
- Initialize waffles per-process global state
- waffle_teardown(3)
- Teardown waffles per-process global state
- watch(n)
- call Tcl procedures before and after each command
- whowatch(1)
- watch logged in users and processes in real time
- wordgrinder(1)
- console-based word processor
- wsmake(1)
- A website pre-processor
- x86_64-unknown-freebsd12.1-gcov-tool(1), gcov-tool(1)
- offline gcda profile processing tool
- x86_64-unknown-freebsd12.1-gcov-tool6(1), gcov-tool(1)
- offline gcda profile processing tool
- x86_64-unknown-freebsd12.1-gcov-tool9(1), gcov-tool(1)
- offline gcda profile processing tool
- xmlif(1)
- conditional processing instructions for XML
- xs_inproc(7)
- local in-process (inter-thread) transport
- xs_ipc(7)
- local inter-process transport
- xscreensaver-command(1)
- control a running xscreensaver process
- xsltproc(1)
- command line XSLT processor
- yangre(1)
- YANG regular expression processor
- yodlpost(1)
- Yodl post-processor
- yorick(1)
- interpreted language for numerical analysis and postprocessing
- z80asm(1)
- assembler for the Z80 microprocessor
- zmq_inproc(7)
- 0MQ local in-process (inter-thread) communication transport
- zmq_ipc(7)
- 0MQ local inter-process communication transport
- zproc(3)
- Class for process configuration and status
- AI::Prolog::Parser::PreProcessor(3)
- The AI::Prolog Preprocessor
- AI::Prolog::Parser::PreProcessor::Math(3)
- The AI::Prolog math macro
- Acme::6502::Tube(3)
- Acorn 65C02 Second Processor Simulator
- Algorithm::FloodControl(3)
- Limit event processing to count/time ratio
- AnyEvent::Run(3)
- Run a process or coderef asynchronously
- AnyEvent::Strict(3)
- force strict mode on for the whole process
- AnyEvent::Subprocess(3)
- flexible, OO, asynchronous process spawning and management
- AnyEvent::Subprocess::DefaultDelegates(3)
- sets up default delegate name/builder mappings
- AnyEvent::Subprocess::Delegate(3)
- role representing a delegate
- AnyEvent::Subprocess::Done(3)
- represents a completed subprocess run
- AnyEvent::Subprocess::Done::Delegate(3)
- role that delegates on the Done class must implement
- AnyEvent::Subprocess::Done::Delegate::CaptureHandle(3)
- store the output generated by a handle while the process was running
- AnyEvent::Subprocess::Done::Delegate::Handle(3)
- store leftover wbuf/rbuf from running Handle
- AnyEvent::Subprocess::Done::Delegate::State(3)
- thread state through the job/run/done lifecycle
- AnyEvent::Subprocess::Done::Delegate::Timeout(3)
- done delegate for a job that can time out
- AnyEvent::Subprocess::Easy(3)
- wrappers around AnyEvent::Subprocess to save typing in simple cases
- AnyEvent::Subprocess::Handle(3)
- AnyEvent::Handle subclass with some additional methods for AnyEvent::Subprocess
- AnyEvent::Subprocess::Job(3)
- role representing a runnable job
- AnyEvent::Subprocess::Job::Delegate(3)
- role that delegates on the Job class must implement
- AnyEvent::Subprocess::Job::Delegate::Callback(3)
- call callbacks for each job/run/done step
- AnyEvent::Subprocess::Job::Delegate::CaptureHandle(3)
- capture the data that comes in via a handle
- AnyEvent::Subprocess::Job::Delegate::CompletionCondvar(3)
- provide a condvar to indicate completion
- AnyEvent::Subprocess::Job::Delegate::Handle(3)
- share a filehandle or socket with the child
- AnyEvent::Subprocess::Job::Delegate::MonitorHandle(3)
- monitor a handle for input and invoke callbacks with that input
- AnyEvent::Subprocess::Job::Delegate::PrintError(3)
- Print errors to a filehandle
- AnyEvent::Subprocess::Job::Delegate::Pty(3)
- give the child a pseudo-terminal
- AnyEvent::Subprocess::Job::Delegate::Timeout(3)
- Kill a subprocess if it takes too long
- AnyEvent::Subprocess::Role::WithDelegates(3)
- paramaterized role consumed by classes that have delegates
- AnyEvent::Subprocess::Role::WithDelegates::Manager(3)
- manage delegate shortcuts
- AnyEvent::Subprocess::Running(3)
- represents a running subprocess
- AnyEvent::Subprocess::Running::Delegate(3)
- delegate on the running process class
- AnyEvent::Subprocess::Running::Delegate::Callback(3)
- the "Running" part of the Callback delegate
- AnyEvent::Subprocess::Running::Delegate::CaptureHandle(3)
- Running part of the CaptureHandle delegate
- AnyEvent::Subprocess::Running::Delegate::CompletionCondvar(3)
- Running part of the CompletionCondvar delegate
- AnyEvent::Subprocess::Running::Delegate::Handle(3)
- Running part of the Handle delegate
- AnyEvent::Subprocess::Running::Delegate::MonitorHandle(3)
- Running part of the MonitorHandle delegate
- AnyEvent::Subprocess::Running::Delegate::Timeout(3)
- Running part of Timeout delegate
- AnyEvent::Subprocess::Types(3)
- "MooseX::Types" used internally
- AnyEvent::Worker(3)
- Manage blocking task in external process
- Apache2::Process(3)
- Perl API for Apache process record
- Apache2::SubProcess(3)
- -- Executing SubProcesses under mod_perl
- Apache::Config::Preproc(3)
- Preprocess Apache configuration files
- Apache::Config::Preproc::Expand(3)
- base class for preprocessor modules
- Apache::Config::Preproc::compact(3)
- remove empty lines and comments
- Apache::Config::Preproc::ifdefine(3)
- expand IfDefine sections
- Apache::Config::Preproc::ifmodule(3)
- expand IfModule statements
- Apache::Config::Preproc::include(3)
- expand Include statements
- Apache::Config::Preproc::locus(3)
- attach file location to each parse node
- Apache::Config::Preproc::macro(3)
- expand macro statements
- Apache::Singleton::Process(3)
- One instance per One Process
- App::Cmd::ArgProcessor(3)
- App::Cmd-specific wrapper for Getopt::Long::Descriptive
- AppConfig::CGI(3)
- Perl5 module for processing CGI script parameters
- AppConfig::Getopt(3)
- Perl5 module for processing command line arguments via delegation to Getopt::Long
- AtExit(3)
- perform exit processing for a program or object
- Audio::Ecasound(3)
- Perl binding to the ecasound sampler, recorder, fx-processor
- BSD::Process(3)
- Information about running processes on BSD platforms
- BSD::Resource(3)
- BSD process resource limit and priority functions
- Barcode::ZBar::Processor(3)
- self-contained bar code reader
- Benchmark::Forking(3)
- Run benchmarks in separate processes
- Biber::Config(3)
- Configuration items which need to be saved across the lifetime of a Biber object This class contains a static object and static methods to access configuration and state data. There are several classes of data in here which have separate accessors: * Biber options * Biblatex options * State information used by Biber as it processes entries * displaymode date
- Biber::Internals(3)
- Internal methods for processing the bibliographic data
- Bigtop(3)
- A web application data language processor
- Bio::Factory::SequenceProcessorI(3)
- Interface for chained sequence processing algorithms
- Bio::Graphics::Glyph::decorated_transcript(3)
- draws processed transcript with protein decorations
- Bio::Graphics::Glyph::processed_transcript(3)
- The sequence ontology transcript glyph
- Bio::Phylo::Treedrawer::Processing(3)
- Graphics format writer used by treedrawer, no serviceable parts inside
- Bio::Search::Processor(3)
- DESCRIPTION of Object
- Bio::Seq::BaseSeqProcessor(3)
- Base implementation for a SequenceProcessor
- Business::IS::PIN(3)
- Validate and process Icelandic PIN numbers (Icelandic: kennitölur)
- Business::OnlinePayment(3)
- Perl extension for online payment processing
- CGI::FormBuilder(3)
- Easily generate and process stateful forms
- CGI::Lite(3)
- Process and decode WWW forms and cookies
- CGI::Minimal(3)
- A lightweight CGI form processing package
- CGI::Untaint(3)
- process CGI input parameters
- CHI::Driver::FastMmap(3)
- Persistent interprocess cache via mmap'ed files
- CHI::Driver::Memory(3)
- In-process memory based cache
- CHI::Driver::RawMemory(3)
- In-process memory cache that stores direct references
- CSS::SAC::Selector::ProcessingInstruction(3)
- SAC ProcessingInstructionSelector
- Cache::FastMmap(3)
- Uses an mmap'ed file to act as a shared memory interprocess cache
- Catalyst::Manual::DevelopmentProcess(3)
- Administrative structure of the Catalyst Development Process
- Catalyst::Restarter::Forking(3)
- Forks and restarts the child process
- Catalyst::Restarter::Win32(3)
- Uses Proc::Background to manage process restarts
- Child::Link(3)
- Base class for objects that link child and parent processes
- Child::Link::IPC(3)
- Base class for process links that provide IPC
- Child::Link::IPC::Pipe::Proc(3)
- Proc object used by the pipe plugin
- Child::Link::Proc(3)
- Proc object used by Child
- Class::ParmList(3)
- Methods for processing named parameter lists
- Connector::Proxy::Proc::SafeExec(3), Header(3)
- "Name" Connector::Builtin::System::Exec
- Crypt::Random::Source::Base::Proc(3)
- Base class for helper processes (e.g. "openssl")
- DBIx::VersionedDDL::Plugin::DefaultScriptProcessor(3)
- default plugin to process version scripts. Plugins are required to provide a method process_script which takes path to version script as an argument and returns a list of SQL statements
- Dancer::GetOpt(3)
- Process command-line options for Dancer scripts
- Dancer::Plugin::RPC(3)
- Configure endpoints for XMLRPC, JSONRPC and RESTRPC procedures
- Data::ICal::Entry::Alarm::Procedure(3)
- Represents a procedure-call alarm in an iCalendar file
- Data::Localize::Format::NamedArgs(3)
- Process Lexicons With Named Args (As Opposed To Positional Args)
- DateTime::Format::Natural::Formatted(3)
- Processing of formatted dates
- DateTime::Functions(3)
- Procedural interface to DateTime functions
- DtActionCallbackProc(3)
- notify application that the status of an application has changed
- DtPrintSetupProc(3)
- Type definition for DtPrintSetupBox procedure resources
- DtTermSubprocReap(3)
- allow a DtTerm widget to clean up after subprocess termination
- DtTermSubprocSend(3)
- send data to a DtTerm widget's subprocess
- Event(3)
- Event loop processing
- FCGI::Engine::ProcManager(3)
- module for managing FastCGI applications
- FCGI::Engine::ProcManager::Constrained(3)
- FastCGI applications with memory and number of request limits
- FCGI::ProcManager(3), FCGI::ProcManager(3)
- functions for managing FastCGI applications
- FCGI::ProcManager::Constrained(3)
- Process manager with constraints
- FCGI::Spawn(3), FCGI::Spawn(3)
- FastCGI server for CGI-like applications effective multiprocessing
- File::Cache(3)
- Share data between processes via filesystem
- File::Find::Object::Rule::Procedural(3)
- File::Find::Object::Rule's procedural interface
- File::Find::Rule::Procedural(3)
- File::Find::Rule's procedural interface
- File::Flock::Subprocess(3), File::Flock::Subprocess(3)
- file locking with flock in a subprocess
- File::Rename::Options(3)
- Option processing for File::Rename
- Font::TTF::PSNames(3)
- Utilities for Postscript glyph name processing
- Frontier::Responder(3)
- Create XML-RPC listeners for normal CGI processes
- Gantry::Plugins::AjaxFORM(3)
- helper for AJAX based Form processing
- Gantry::Plugins::Cache(3)
- A Plugin for initializing cache processing
- Gantry::Utils::Threeway(3)
- Form processing util for a three-way join
- Genezzo::BufCa::BCFile(3), Genezzo::BufCa::BCFile.pm(3)
- A simple in-memory buffer cache for multiple files for a single process, without locking
- Genezzo::BufCa::BufCa(3), Genezzo::BufCa::BufCa.pm(3)
- A simple in-memory buffer cache for a single process, without locking
- Geo::GML(3)
- Geography Markup Language processing
- Geo::METAR(3)
- Process aviation weather reports in the METAR format
- Geo::Postcodes::Selection(3)
- How to use the selection procedure/method of the Geo::Postcodes::* modules
- Getopt::Compact(3)
- getopt processing in a compact statement with both long and short options, and usage functionality
- Getopt::Long(3)
- Extended processing of command line options
- Getopt::Lucid(3)
- Clear, readable syntax for command line processing
- Getopt::Std(3)
- Process single-character switches with switch clustering
- Goo::ThereDocManager(3)
- Process very simple ThereDocs --- looking for Things!
- Goo::Thing::pm::Perl5ThereDocManager(3)
- Process ThereDocs embedded in Perl5 programs
- Goo::Thing::pm::ThereDocManager(3)
- Process ThereDocs embedded Perl modules
- Gungho::Plugin::Apoptosis(3)
- Stop Execution In Long-Running Processes
- HTML::FormFu::OutputProcessor(3)
- Post-process HTML output
- HTML::FormFu::OutputProcessor::Indent(3)
- Nicely Indent HTML Output
- HTML::FormFu::OutputProcessor::StripWhitespace(3)
- Strip shitespace from HTML output
- HTML::FormFu::Processor(3)
- base class for constraints
- HTML::FormFu::Role::Element::ProcessOptionsFromModel(3)
- process_options_from_model role
- HTML::FormFu::Role::GetProcessors(3)
- processor getter roles
- HTML::FormHandler::Field::File(3)
- simple file field; does no processing
- HTML::Macro(3)
- process HTML templates with loops, conditionals, macros and more!
- HTML::TokeParser::Simple::Token::ProcessInstruction(3)
- Token.pm process instruction class
- HTTP::Async(3)
- process multiple HTTP requests in parallel without blocking
- HTTP::Async::Polite(3)
- politely process multiple HTTP requests
- HTTP::Engine::Middleware::Profile(3)
- stopwatch for request processing time
- HTTP::HeaderParser::XS(3)
- an XS extension for processing HTTP headers
- HTTP::Proxy::Engine(3)
- Generic child process manager engine for HTTP::Proxy
- HTTP::Simple(3)
- Simple procedural interface to HTTP::Tiny
- HTTP::Status(3)
- HTTP Status code processing
- Hash::AutoHash::Args(3)
- Object-oriented processing of keyword-based argument lists
- Hash::AutoHash::Args::V0(3)
- Object-oriented processing of argument lists (version 0)
- IO::Async::PID(3), "IO::Async::PID"(3)
- event callback on exit of a child process
- IO::Async::Process(3), "IO::Async::Process"(3)
- start and manage a child process
- IO::Async::Routine(3), "IO::Async::Routine"(3)
- execute code in an independent sub-process or thread
- IO::CaptureOutput(3)
- (DEPRECATED) capture STDOUT and STDERR from Perl code, subprocesses or XS
- IO::Lambda::Fork(3)
- wait for blocking code in children processes
- IPA(3)
- Image Processing Algorithms
- IPC::Cache(3)
- a perl module that implements an object storage space where data is persisted across process boundaries
- IPC::Mmap::Share(3)
- Safely share structures among processes using anonymous mmap
- IPC::Open2(3)
- open a process for both reading and writing using open2()
- IPC::Open3(3)
- open a process for reading, writing, and error handling using open3()
- IPC::PidStat(3)
- Process ID existence test
- IPC::PidStat::PidServer(3)
- Process ID existence server
- IPC::PubSub(3)
- Interprocess Publish/Subscribe channels
- IPC::Run(3)
- system() and background procs w/ piping, redirs, ptys (Unix, Win32)
- IPC::Run3(3)
- run a subprocess with input/ouput redirection
- IPC::Run3::ProfLogReader(3)
- read and process a ProfLogger file
- IPC::Run::Win32Pump(3)
- helper processes to shovel data to/from parent, child
- IPC::Shareable(3)
- share Perl variables between processes
- Imager::Preprocess(3)
- simple preprocessor for handling multiple sample sizes
- Imager::Security(3)
- brief notes on security and image processing
- Input::Validator::Bulk(3)
- Internal object for multiple fields processing
- JSON::Pointer::Context(3)
- Internal context object to process JSON Pointer
- JSON::RPC::Common::Procedure::Call(3)
- JSON RPC Procedure Call base class
- JSON::RPC::Common::Procedure::Call::Version_1_0(3)
- JSON-RPC 1.0 request
- JSON::RPC::Common::Procedure::Call::Version_1_1(3)
- JSON-RPC 1.1 Procedure Call
- JSON::RPC::Common::Procedure::Call::Version_2_0(3)
- JSON-RPC 2.0 Procedure Call
- JSON::RPC::Common::Procedure::Return(3)
- JSON-RPC procedure return class
- JSON::RPC::Common::Procedure::Return::Error(3)
- Base class for JSON-RPC errors
- JSON::RPC::Common::Procedure::Return::Version_1_0(3)
- JSON-RPC 1.0 error class
- JSON::RPC::Common::Procedure::Return::Version_1_0::Error(3)
- JSON-RPC 1.0 error class
- JSON::RPC::Common::Procedure::Return::Version_1_1(3)
- JSON-RPC 1.1 Procedure Return
- JSON::RPC::Common::Procedure::Return::Version_1_1::Error(3)
- JSON-RPC 1.1 error class
- JSON::RPC::Common::Procedure::Return::Version_2_0(3)
- JSON-RPC 2.0 Procedure Return
- JSON::RPC::Common::Procedure::Return::Version_2_0::Error(3)
- JSON-RPC 2.0 error class
- JSON::RPC::Dispatcher::Procedure(3)
- The data holder between RPC requests and responses
- JSON::RPC::Legacy::Procedure(3)
- JSON-RPC Service attributes
- JSON::RPC::Procedure(3)
- A JSON::RPC Procedure
- JavaScript::RPC(3)
- (DEPRECATED) Remote procedure calls from JavaScript
- JavaScript::RPC::Server::CGI(3)
- Remote procedure calls from JavaScript
- Jifty::CAS::Store::Memory(3)
- An single-process in-memory CAS store
- Jifty::Manual::RequestHandling(3)
- Jifty's request handling process
- Jifty::Plugin::Authentication::Password::Action::Login(3)
- process login with password
- Jifty::Plugin::Authentication::Password::Action::Logout(3)
- process logout
- Kafka::Protocol(3)
- Functions to process messages in the Apache Kafka protocol
- LWP::Online(3)
- Does your process have access to the web
- LWP::Simple(3)
- simple procedural interface to LWP
- LaTeXML::Core::Mouth::Binding(3), "LaTeXML::Core::Mouth::Binding"(3)
- a fake Mouth for processing a Binding file
- LaTeXML::Core::State(3), "LaTeXML::Core::State"(3)
- stores the current state of processing
- LaTeXML::Post(3), "LaTeXML::Post"(3)
- Postprocessing driver
- LaTeXML::Post::MathML(3), "LaTeXML::Post::MathML"(3)
- Post-Processing modules for converting math to MathML
- Lingua::EN::Tagger(3)
- Part-of-speech tagger for English natural language processing
- Lingua::ZH::TaBE(3)
- Chinese processing via libtabe
- Linux::Cpuinfo(3)
- Object Oriented Interface to /proc/cpuinfo
- List::Permutor(3)
- Process all possible permutations of a list
- Log::Procmail(3)
- Perl extension for reading procmail logfiles
- MCE(3)
- Many-Core Engine for Perl providing parallel processing capabilities
- MCE::Core::Manager(3)
- Core methods for the manager process
- MCE::Core::Worker(3)
- Core methods for the worker process
- MCE::Shared(3)
- MCE extension for sharing data supporting threads and processes
- MIDI::Simple(3)
- procedural/OOP interface for MIDI composition
- MPI_Allgather(3), MPI_Iallgather(3)
- Gathers data from all processes and distributes it to all processes
- MPI_Allgatherv(3), MPI_Iallgatherv(3)
- Gathers data from all processes and delivers it to all. Each process may contribute a different amount of data
- MPI_Allreduce(3), MPI_Iallreduce(3)
- Combines values from all processes and distributes the result back to all processes
- MPI_Alltoall(3), MPI_Ialltoall(3)
- All processes send data to all processes
- MPI_Alltoallv(3), MPI_Ialltoallv(3)
- All processes send different amount of data to, and receive different amount of data from, all processes
- MPI_Alltoallw(3), MPI_Ialltoallw(3)
- All processes send data of different types to, and receive data of different types from, all processes
- MPI_Barrier(3), MPI_Ibarrier(3)
- Synchronization between MPI processes in a group
- MPI_Bcast(3), MPI_Ibcast(3)
- Broadcasts a message from the process with rank root to all other processes of the group
- MPI_Cart_coords(3)
- Determines process coords in Cartesian topology given rank in group
- MPI_Cart_map(3), MPI_Cart_map (3)
- Maps process to Cartesian topology information
- MPI_Cart_rank(3), MPI_Cart_rank (3)
- Determines process rank in communicator given Cartesian location
- MPI_Comm_get_parent(3)
- Returns the parent intercommunicator of current spawned process
- MPI_Comm_rank(3)
- Determines the rank of the calling process in the communicator
- MPI_Dims_create(3), MPI_Dims_create (3)
- Creates a division of processors in a Cartesian grid
- MPI_Dist_graph_neighbors(3), MPI_Dist_graph_neighbors (3)
- Returns the neighbors of the calling process in a distributed graph topology
- MPI_Dist_graph_neighbors_count(3), MPI_Dist_graph_neighbors_count (3)
- Returns the number of in and out edges for the calling processes in a distributed graph topology and a flag indicating whether the distributed graph is weighted
- MPI_File_get_group(3)
- Returns a duplicate of the process group of a file
- MPI_File_get_view(3)
- Returns the process's view of data in the file
- MPI_File_set_view(3)
- Changes process's view of data in file (collective)
- MPI_Gather(3), MPI_Igather(3)
- Gathers values from a group of processes
- MPI_Gatherv(3), MPI_Igatherv(3)
- Gathers varying amounts of data from all processes to the root process
- MPI_Get_processor_name(3), MPI_Get_processor_name (3)
- Gets the name of the processor
- MPI_Graph_map(3), MPI_Graph_map (3)
- Maps process to graph topology information
- MPI_Group_range_excl(3)
- Produces a group by excluding ranges of processes from an existing group
- MPI_Group_rank(3)
- Returns the rank of the calling process in the given group
- MPI_Group_translate_ranks(3)
- Translates the ranks of processes in one group to those in another group
- MPI_Neighbor_allgatherv(3), MPI_Ineighbor_allgatherv(3)
- Gathers and distributes data from and to all neighbors. Each process may contribute a different amount of data
- MPI_Neighbor_alltoall(3), MPI_Ineighbor_alltoall(3)
- All processes send data to neighboring processes in a virtual topology communicator
- MPI_Neighbor_alltoallv(3), MPI_Ineighbor_alltoallv(3)
- All processes send different amounts of data to, and receive different amounts of data from, all neighbors
- MPI_Neighbor_alltoallw(3), MPI_Ineighbor_alltoallw(3)
- All processes send data of different types to, and receive data of different types from, all processes
- MPI_Reduce(3), MPI_Ireduce(3)
- Reduces values on all processes within a group
- MPI_Win_lock_all(3)
- Starts an RMA access epoch locking access to all processes in the window
- MPI_Wtime(3)
- Returns an elapsed time on the calling processor
- Mail::DMARC::Report::Receive(3)
- process incoming DMARC reports
- Mail::GnuPG(3)
- Process email with GPG
- Mail::Procmail(3)
- Procmail-like facility for creating easy mail filters
- Mail::Procmailrc(3)
- An interface to Procmail recipe files
- Mail::SPF::Server(3)
- Server class for processing SPF requests
- Mail::SpamAssassin::ArchiveIterator(3)
- find and process messages one at a time
- Mail::SpamAssassin::Plugin::ResourceLimits(3)
- Limit the memory and/or CPU of child spamd processes
- Mail::SpamAssassin::SubProcBackChannel(3)
- back-channel for communication between a master and multiple slave processes
- MasonX::WebApp(3)
- Works with Mason to do processing before Mason is invoked
- Mojo::IOLoop::Subprocess(3)
- Subprocesses
- Monitoring::Plugin::Getopt(3)
- OO perl module providing standardised argument processing for Nagios plugins
- MooseX::Getopt(3)
- A Moose role for processing command line options
- MooseX::Getopt::GLD(3)
- A Moose role for processing command line options with Getopt::Long::Descriptive
- MooseX::Getopt::ProcessedArgv(3)
- MooseX::Getopt::ProcessedArgv - Class containing the results of process_argv
- Nagios::Plugin::Getopt(3)
- OO perl module providing standardised argument processing for Nagios plugins
- Net::Abuse::Utils(3)
- Routines useful for processing network abuse
- Net::BGP::Process(3)
- Class encapsulating BGP session multiplexing functionality
- Net::IDN::UTS46(3)
- Unicode IDNA Compatibility Processing (UTS #46)
- Net::OAI::Record::DocumentHelper(3)
- filter class for fine tuning document events and collecting processing results
- Net::OSCAR::Callbacks(3)
- -- Process responses from OSCAR server
- Net::OSCAR::ServerCallbacks(3)
- -- Process responses from OSCAR client
- Net::OpenSSH::OSTracer(3)
- trace ssh master process at the OS level
- Net::OpenSSH::ShellQuoter::MSWin(3)
- Quoter for Win32::CreateProcess
- Net::OpenVPN::Manage(3)
- Manage an OpenVPN process via it's management port Version 0.02
- Net::SIP::NATHelper::Client(3)
- handle NAT/RTP forwarding using remote process
- Net::SSH::Mechanize::Session(3)
- manage a running ssh process
- Net::Server::Multiplex(3)
- Multiplex several connections within one process
- No::Worries::Proc(3)
- process handling without worries
- OMPI_Affinity_str(3)
- Obtain prettyprint strings of processor affinity information for this process
- Ocsinventory::Agent::Common(3)
- give common methods to other modules "addController()" 4 Item "addController()" Add a controller in the inventory. "addUsb()" 4 Item "addUsb()" Add external usb devices in the inventory. "addInput()" 4 Item "addInput()" Add internal inputs as keyboard, mouse in the inventory. "addModem()" 4 Item "addModem()" Add a modem in the inventory. "addDrive()" 4 Item "addDrive()" Add a partition in the inventory. "addStorages()" 4 Item "addStorages()" Add a storage system (hard drive, USB key, SAN volume, etc) in the inventory. "addMemory()" 4 Item "addMemory()" Add a memory module in the inventory. "addPort()" 4 Item "addPort()" Add a port module in the inventory. "addSlot()" 4 Item "addSlot()" Add a slot in the inventory. "addSoftware()" 4 Item "addSoftware()" Register a software in the inventory. "addMonitor()" 4 Item "addMonitor()" Add a monitor (screen) in the inventory. "addVideo()" 4 Item "addVideo()" Add a video card in the inventory. "addSound()" 4 Item "addSound()" Add a sound card in the inventory. "addNetwork()" 4 Item "addNetwork()" Register a network in the inventory. "addRepo()" 4 Item "addRepo()" Register a repository in the inventory. "setHardware()" 4 Item "setHardware()" Save global information regarding the machine. The use of setHardware() to update USERID and PROCESSOR* information is deprecated, please, use addUser() and addCPU() instead. "setBios()" 4 Item "setBios()" Set BIOS information. "addCPU()" 4 Item "addCPU()" Add a CPU in the inventory. "addUser()" 4 Item "addUser()" Add an user in the list of logged user. "addPrinter()" 4 Item "addPrinter()" Add a printer in the inventory. "addVirtualMachine()" 4 Item "addVirtualMachine()" Add a Virtual Machine in the inventory. "addProcess()" 4 Item "addProcess()" Record a running process in the inventory. "addCamera()" 4 Item "addCamera()" Add a camera device in the inventory. Only avalaible for MacOSX "addIpDiscoverEntry()" 4 Item "addIpDiscoverEntry()" IpDiscover is used to identify network interface on the local network. This is done on the ARP level. This function adds a network interface in the inventory. "setAccessLog()" 4 Item "setAccessLog()" What is that for? :) "flushXMLTags()" 4 Item "flushXMLTags()" Clear the content of $common->{xmltags} (to use after adding it in XML) "addBatteries()" 4 Item "addBatteries()" Add a memory module in the inventory
- OpenOffice::OODoc::Document(3)
- Top level component for content and layout processing
- OpenOffice::OODoc::Styles(3)
- Document styles and layout processing
- OpenOffice::OODoc::Text(3)
- The text processing submodule of OpenOffice::OODoc
- OpenXPKI::Daemonize(3), Header "Name" OpenXPKI::Daemonize(3)
- Helper functions to cleanly fork background processes
- OpenXPKI::Server::Session::Data::SCEP(3)
- specialized data object for SCEP processing with some additional attributes
- PDL::Bad(3)
- PDL does process bad values
- PDL::Image2D(3)
- Miscellaneous 2D image processing functions
- PDL::ImageND(3)
- useful image processing in N dimensions
- PDL::ParallelCPU(1)
- Parallel Processor MultiThreading Support in PDL (Experimental)
- POE::Component::EasyDBI::SubProcess(3)
- Backend of POE::Component::EasyDBI
- POE::Component::Generic::Child(3)
- Child process handling
- POE::Component::LaDBI(3)
- POE Component that spawns a perl subprocess to handle non-blocking access to the DBI API
- POE::Component::Resolver::Sidecar(3)
- delegate subprocess to call getaddrinfo()
- POE::Wheel::Run(3)
- portably run blocking code and programs in subprocesses
- Parallel::Fork::BossWorker(3)
- Perl extension for easiliy creating forking queue processing applications
- Parallel::ForkManager(3)
- A simple parallel processing fork manager
- Parallel::ForkManager::Child(3)
- role adopted by forked Parallel::ForkManager processes
- Paranoid::Process(3)
- Process Management Functions
- Parse::Template(3)
- Processor for templates containing Perl expressions
- Paws::AutoScaling::DescribeScalingProcessTypes(3)
- Arguments for method DescribeScalingProcessTypes on Paws::AutoScaling
- Paws::AutoScaling::ResumeProcesses(3)
- Arguments for method ResumeProcesses on Paws::AutoScaling
- Paws::AutoScaling::SuspendProcesses(3)
- Arguments for method SuspendProcesses on Paws::AutoScaling
- Perl::Critic::OptionsProcessor(3)
- The global configuration default values, combined with command-line values
- PerlPoint::Tags(3)
- processes PerlPoint tag declarations
- Plack::Handler::FCGI::Engine::ProcManager(3)
- A process manager for Plack::Handler::FCGI::Engine
- Plack::Middleware::MemoryUsage(3)
- for measuring process memory
- Plack::Server::FCGI::Engine::ProcManager(3)
- DEPRECATED use Plack::Handler::FCGI::Engine::ProcManager
- Pod::Abstract::Filter::cut(3)
- paf command to remove non-processed (cut) portions of a Pod document
- Proc::Background(3)
- Generic interface to background process management
- Proc::Background::Unix(3)
- Unix-specific implementation of process create/wait/kill
- Proc::Background::Win32(3)
- Windows-specific implementation of process create/wait/kill
- Proc::Daemon(3)
- Run Perl program(s) as a daemon process
- Proc::Find::Parents(3)
- Find parents of a process (up to the root)
- Proc::Fork(3)
- simple, intuitive interface to the fork() system call
- Proc::Guard(3)
- process runner with RAII pattern
- Proc::InvokeEditor(3)
- Perl extension for starting a text editor
- Proc::Killall(3), killall(3)
- Kill all instances of a process by pattern matching the command-line
- Proc::Killfam(3)
- kill a list of pids, and all their sub-children
- Proc::PID::File(3)
- a module to manage process id files
- Proc::PidUtil(3)
- PID file management utilities
- Proc::Pidfile(3)
- a simple OO Perl module for maintaining a process id file for the curent process
- Proc::ProcessTable(3)
- Perl extension to access the unix process table
- Proc::ProcessTable::Colorizer(3)
- Like ps, but with colored columns and enhnaced functions for searching
- Proc::ProcessTable::InfoString(3)
- Greats a PS like stat string showing various symbolic represenation of various flags/state as well as the wchan
- Proc::ProcessTable::Match(3)
- Matches a Proc::ProcessTable::Process against a stack of checks
- Proc::ProcessTable::Match::Cmndline(3)
- Check if the cmndline of a process matches via regexp
- Proc::ProcessTable::Match::Command(3)
- Check if the fname or cmndline of a process matches via regexp
- Proc::ProcessTable::Match::EGID(3)
- Check if the EGID of a process matches
- Proc::ProcessTable::Match::EGIDset(3)
- Check if the the process has a EGID set
- Proc::ProcessTable::Match::EUID(3)
- Check if the EUID of a process matches
- Proc::ProcessTable::Match::EUIDset(3)
- Check if the the process has a EUID set
- Proc::ProcessTable::Match::Fname(3)
- Check if the fname of a process matches via regexp
- Proc::ProcessTable::Match::GID(3)
- Check if the GID of a process matches
- Proc::ProcessTable::Match::Idle(3)
- Attempts to match the kernel idle process
- Proc::ProcessTable::Match::JID(3)
- Check if the JID of a process matches
- Proc::ProcessTable::Match::KernProc(3)
- Attempts to match the kernel processes
- Proc::ProcessTable::Match::PID(3)
- Check if the PID of a process matches
- Proc::ProcessTable::Match::PctCPU(3)
- Check if a process matches based on the CPU usaged percentage
- Proc::ProcessTable::Match::PctMem(3)
- Check if the memory usage by percent of a process matches
- Proc::ProcessTable::Match::Priority(3)
- Check if the Priority of a process matches
- Proc::ProcessTable::Match::RSS(3)
- Check if the resident set size of a process matches
- Proc::ProcessTable::Match::Size(3)
- Check if the Size of a process matches
- Proc::ProcessTable::Match::Start(3)
- Check if the start time of a process matches
- Proc::ProcessTable::Match::State(3)
- Check if the state of a process matches via regexp
- Proc::ProcessTable::Match::Swapped(3)
- Check if the process is swapped out
- Proc::ProcessTable::Match::Time(3)
- Check if the user + system time of a process matches
- Proc::ProcessTable::Match::UID(3)
- Check if the UID or username of a process matches
- Proc::ProcessTable::Match::WChan(3)
- Check if the wait channel of a process matches via regexp
- Proc::ProcessTable::Process(3)
- Perl process objects
- Proc::ProcessTable::ncps(3)
- New Colorized(optional) PS, a enhanced version of PS with advanced searching capabilities
- Proc::Queue(3)
- limit the number of child processes running
- Proc::Reliable(3)
- -- Run external processes reliably with many options
- Proc::SafeExec(3)
- Convenient utility for executing external commands in various ways
- Proc::SafeExec::Queue(3)
- Uses Proc::SafeExec to manage a group of concurrent processes
- Proc::Simple(3)
- -- launch and control background processes
- Proc::Wait3(3)
- Perl extension for wait3 system call
- Proc::WaitStat(3)
- Interpret and act on wait() status values
- Proclet(3)
- minimalistic Supervisor
- Proclet::Declare(3)
- Declare interface to Proclet
- Pushmi::Command::Runhook(3)
- transaction preprocessing
- RDR::Processor(3)
- Decodes RDRv1 packets
- RPC::EPC::Service(3)
- An Asynchronous Remote Procedure Stack
- RPC::XML::Procedure(3)
- Object encapsulation of server-side RPC procedures
- Razor2::Preproc::deHTMLxs(3)
- Perl extension for libpreproc deHTMLxs code
- Reaper(3)
- support for reaping child processes via $SIG{CHLD}
- Reflex::PID(3)
- Watch the exit of a subprocess by its SIGCHLD signal
- Reflex::Role::PidCatcher(3)
- add async process reaping behavior to a class
- Rex::Commands::Process(3)
- Process management commands
- SGML::Parser::OpenSP::Tools(3)
- Tools to process OpenSP output
- SNMP::Info::Layer2::HP(3)
- SNMP Interface to HP Procurve Switches
- SNMP::Info::Layer2::HP4000(3)
- SNMP Interface to older HP ProCurve Switches (1600, 2400, 2424M, 4000 and 8000)
- SNMP::Trapinfo(3)
- Read and process an SNMP trap from Net-SNMP's snmptrapd
- SPOPS::Manual::Configuration(3)
- Description of variables used in the SPOPS configuration process
- SQL::Statement(3)
- SQL parsing and processing engine
- SQL::Translator::Schema::Procedure(3)
- SQL::Translator procedure object
- Schedule::Load::Hosts::Proc(3)
- Return process information
- String::Util(3)
- -- String processing utility functions
- System::Command::Reaper(3)
- Reap processes started by System::Command
- TAP::Parser::Iterator::Process(3)
- Iterator for process-based TAP sources
- Template::Context(3)
- Runtime context in which templates are processed
- Template::Filters(3)
- Post-processing filters for template blocks
- Template::Plugin::Procedural(3)
- Base class for procedural plugins
- Template::Service(3)
- General purpose template processing service
- Template::Toolkit(3)
- Template Processing System
- Template::Tools::tpage(3)
- Process templates from command line
- Template::Tools::ttree(3)
- Process entire directory trees of templates
- Template::View(3)
- customised view of a template processing context
- Tenjin::Preprocessor(3)
- Preprocessing Tenjin templates
- Test2::Event::Waiting(3)
- Tell all procs/threads it is time to be done
- Test2::Harness::Auditor(3)
- Auditor that validates test results by processing an event stream
- Test2::Harness::Auditor::TimeTracker(3)
- Module that tracks timing data while an event stream is processed
- Test2::Harness::IPC(3)
- Base class for modules that control child processes
- Test2::Harness::IPC::Process(3)
- Base class for processes controlled by Test2::Harness::IPC
- Test2::Harness::Runner::Preloader::Stage(3)
- Representation of a persistent stage process
- Test::Unit::Procedural(3)
- Procedural style unit testing interface
- Text::MicroMason::PostProcess(3)
- Apply Filters to All Template Output
- Text::MultiMarkdown::ApacheHandler(3)
- Processes files with MultiMarkdown syntax for Apache
- Text::Query(3)
- Query processing framework
- Text::SimpleTemplate(3), Text::SimpleTemplate(3)
- Yet another module for template processing
- Text::Template::Preprocess(3)
- Expand template text with embedded Perl
- Tk::CmdLine(3)
- Process standard X11 command line options and set initial resources
- Tk::Error(3)
- Method invoked to process background errors
- Tk::ErrorDialog(3)
- Method invoked to process background errors
- Ubic::Daemon::PidState(3)
- internal object representing process info stored on disk
- Ubic::SingletonLock(3)
- lock which can be safely created several times from the same process without deadlocking
- Unix::Processors(3)
- Interface to processor (CPU) information
- Unix::Processors::Info(3)
- Interface to processor (CPU) information
- Unix::Statgrab::sg_process_stats(3)
- container for libstatgrab process statistics
- VCP::Process(3)
- How vcp works
- Verilog::Preproc(3)
- Preprocess Verilog files
- W3C::LogValidator(3)
- The W3C Log Validator - Quality-focused Web Server log processing engine Checks quality/validity of most popular content on a Web server
- WWW::2ch::Plugin::Base(3)
- Peculiar processing to 2ch
- WWW::2ch::Plugin::Jbbs(3)
- Peculiar processing to jbbs
- WebDAO::FCGI::ProcManager(3), FCGI::ProcManager(3)
- functions for managing FastCGI applications
- WebDAO::Lexer::method(3)
- Process method tag
- WebDAO::Lexer::object(3)
- Process object tag
- WebDAO::Lexer::regclass(3)
- Process regclass tag
- XML::Atom::Filter(3)
- easy creation of command line Atom processing tools
- XML::Compile(3)
- Compilation based XML processing
- XML::Compile::Dumper(3)
- Remember precompiled XML processors
- XML::Compile::SOAP::Server(3)
- server-side SOAP message processing
- XML::DOM::ProcessingInstruction(3)
- An XML processing instruction in XML::DOM
- XML::Filter::DOMFilter::LibXML(3)
- SAX Filter allowing DOM processing of selected subtrees
- XML::Filter::Distributor(3)
- Multipass processing of documents
- XML::Filter::DocSplitter(3)
- Multipass processing of documents
- XML::Filter::Tee(3)
- Send SAX events to multiple processor, with switching
- XML::GDOME::ProcessingInstruction(3), XML::GDOME::ProcessingInstruction(3)
- Interface ProcessingInstruction implementation
- XML::LibXML::PI(3)
- XML::LibXML Processing Instructions
- XML::NamespaceSupport(3)
- A simple generic namespace processor
- XML::OPML(3)
- creates and updates OPML (Outline Processor Markup Language) files
- XML::Rules(3)
- parse XML and specify what and how to keep/process for individual tags
- XML::SAX::ByRecord(3)
- Record oriented processing of (data) documents
- XML::SAX::Machine(3)
- Manage a collection of SAX processors
- XML::SAX::Machines(3)
- manage collections of SAX processors
- XML::SAX::Manifold(3)
- Multipass processing of documents
- XML::SAX::Pipeline(3)
- Manage a linear pipeline of SAX processors
- XML::SAX::Tap(3)
- Tap a pipeline of SAX processors
- XML::STX(3)
- a pure Perl STX processor
- XML::STX::Runtime(3)
- STX processor runtime engine
- XML::Twig(3)
- A perl module for processing huge XML documents in tree mode
- XML::XPath::Node::PI(3), PI(3)
- an XML processing instruction node
- XML::XSLT(3)
- A perl module for processing XSLT "xsl_output_method" 4 Item "xsl_output_method" Get or set the <xsl:output method= attribute. Valid arguments are 'html', 'text' and 'xml'
- XPC(3)
- XML Procedure Call
- XPC::Agent(3)
- XML Procedure Call client
- XPC::Daemon(3)
- XML Procedure Call daemon class
- YAML::PP(3)
- YAML 1.2 processor
- Zenoss::Router(3)
- Internal module that does the processing of sending and/or receiving Zenoss API calls
- Zenoss::Router::Process(3)
- A JSON/ExtDirect interface to operations on processes
- alarm_handler(3)
- An Alarm Handling Process
- apt(1)
- annotation processing tool
- arg(3), ARGBEGIN(3), ARGEND(3), ARGC(3), ARGF(3), EARGF(3), arginit(3), argopt(3)
- process option letters from argv
- arm-none-eabi-cpp(1), cpp(1)
- The C Preprocessor
- arm-none-eabi-gcov-tool(1), gcov-tool(1)
- offline gcda profile processing tool
- asp-perl(1)
- Apache::ASP CGI and command line script processor
- await(3), awaitnohang(3), awaitfor(3), wait(3), waitnohang(3), waitfor(3), waitpid(3)
- wait for a process to exit
- awk(1)
- pattern-directed scanning and processing language
-
- bk-path(1), bk path(1)
- show the path that BK uses for all subprocesses
- bp_process_gadfly(1), bp_process_gadfly.pl(1)
- Massage Gadfly/FlyBase GFF files into a version suitable for the Generic Genome Browser
- bp_process_sgd(1), bp_process_sgd.pl(1)
- Massage SGD annotation flat files into a version suitable for the Generic Genome Browser
- brlcad(1)
- BRL-CAD programs for solid modeling, raytracing, graphics, and image processing
- bt_misc(1)
- miscellaneous BibTeX-like string-processing utilities
- bt_post_processing(1)
- post-processing of BibTeX strings, values, and entries
- bt_postprocess(1)
- post-processing of BibTeX strings, values, and entries
- btparse(1)
- C library for parsing and processing BibTeX data files
- checkrestart(1)
- check for processes that may need restarting
-
- closeioproc(3), iocall(3), ioclose(3), iointerrupt(3), iodial(3), ioopen(3), ioproc(3), ioread(3), ioread9pmsg(3), ioreadn(3), iorecvfd(3), iosendfd(3), iosleep(3), iowrite(3)
- slave I/O processes for threaded programs
- core(1)
- print information about dead processes
- cpu_sup(3)
- A CPU Load and CPU Utilization Supervisor Process
- cputime(3), times(3)
- cpu time in this process and children
- csa_x_process_updates(3)
- invoke a calendar application's calendar event handler
- debugnmg(nged)
- Displays a list of all possible debug flags available for NMG processing
- decompose(nged)
- Processes an NMG shape and produces a series of new NMG shapes consisting of each maximally connected shell in the original NMG shape
- delay(nged)
- Provides a delay of the specified time before the next command will be processed
- disksup(3)
- A Disk Supervisor Process
- disown(1)
- remove a process from the list of jobs rst2man-indent-level 0 1 rstReportMargin \$1
- dtspcd(1m)
- CDE Subprocess Control Service
- dtspcdenv(4)
- environment Variable File for the CDE Subprocess Control Service
- epp(3)
- An Erlang code preprocessor
- epp_dodger(3)
- epp_dodger - bypasses the Erlang preprocessor
- etop(3)
- Erlang Top is a tool for presenting information about Erlang processes similar to the information presented by "top" in UNIX
- euscale-describe-process-types(1)
- List all types of scaling processes
- euscale-resume-processes(1)
- Resume an auto-scaling group's auto-scaling processes
- euscale-suspend-processes(1)
- Suspend an auto-scaling group's auto-scaling processes
- eval(1)
- create a shell command and process it rst2man-indent-level 0 1 rstReportMargin \$1
- exec(1)
- execute command in current process rst2man-indent-level 0 1 rstReportMargin \$1
- exit(nged)
- Ends the MGED process
- exits(3), _exits(3), exitcode(3), atexit(3), atexitdont(3)
- terminate process, process cleanup
- fcgi_spawn(1)
- FastCGI server for CGI-like Perl applications effective multiprocessing, the executable daemon of FCGI::Spawn
- form_driver(3x), form_driver_w(3x)
- command-processing loop of the form system
-
- grap(1)
- pic preprocessor for drawing graphs
- i.cca(1), i.cca (1)
- Canonical components analysis (CCA) program for image processing
- i.fft(1), i.fft (1)
- Fast Fourier Transform (FFT) for image processing
- i.ifft(1), i.ifft (1)
- Inverse Fast Fourier Transform (IFFT) for image processing
- i.pca(1), i.pca (1)
- Principal components analysis (PCA) for image processing
- i.zc(1), i.zc (1)
- Zero-crossing (dqedge detection(dq raster function for image processing
-
- jhsdb(1)
- attach to a Java process or launch a postmortem debugger to analyze the content of a core dump from a crashed Java Virtual Machine (JVM)
- jmap(1)
- Prints shared object memory maps or heap memory details for a process, core file, or remote debug server. This command is experimental and unsupported
- jsadebugd(1)
- Attaches to a Java process or core file and acts as a debug server. This command is experimental and unsupported
- jstack(1)
- Prints Java thread stack traces for a Java process, core file, or remote debug server. This command is experimental and unsupported
- kill(1), slay(1), start(1), stop(1)
- print commands to manipulate processes
-
-
-
- latexmlc(1), "latexmlc"(1)
- An omni-executable for LaTeXML, capable of stand-alone, socket-server and web service conversion. Supports both core processing and post-processing
- latexmlpost(1), "latexmlpost"(1)
- postprocesses an xml file generated by "latexml" to perform common tasks, such as convert math to images and processing graphics inclusions for the web
- libwdb(3)
- library for procedural generation of MGED databases
- lists(3)
- List processing functions
-
- mach-cmd(3), attachargs(3), attachcore(3), attachdynamic(3), attachproc(3), proctextfile(3)
- debugging processes and core files
- mach-file(3), crackhdr(3), uncrackhdr(3), mapfile(3), unmapfile(3), mapproc(3), unmapproc(3), detachproc(3), ctlproc(3), procnotes(3)
- machine-independent access to exectuable files and running processes
- maps(3)
- Maps processing functions
-
- memsup(3)
- A Memory Supervisor Process
- menu_driver(3x)
- command-processing loop of the menu system
- mkdtskel(1)
- Perl code skeleton generator to process XML files with XML::DT
- msp430-elf-cpp(1), cpp(1)
- The C Preprocessor
- msp430-elf-gcov-tool(1), gcov-tool(1)
- offline gcda profile processing tool
- mysql-genocide(1)
- Parallel operation on MySQL processlist
- nmg_collapse(nged)
- Simplifies an existing nmg_shape by a process of edge decimation
- nntpd(8)
- NNTP server process
- notify(3), noted(3), atnotify(3), noteenable(3), notedisable(3), notifyon(3), notifyoff(3)
- handle asynchronous process notification
-
- ompi-ps(1), orte-ps(1)
- Displays information about the active jobs and processes in Open MPI. NOTE: ompi-ps, and orte-ps are exact synonyms for each other. Using any of the names will result in exactly identical behavior
- ompi-top(1), orte-top(1)
- Diagnostic to provide process info similar to the popular "top" program. NOTE: ompi-top, and orte-top are exact synonyms for each other. Using any of the names will result in exactly identical behavior
- orte-clean(1)
- Cleans up any stale processes and files leftover from Open MPI jobs
- perl5332delta(1), [ this is a template for a new perldelta file. Any text flagged as XXX needs to be processed before release. ] perldelta(1)
- what is new for perl v5.33.2
- perlipc(1)
- Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores)
- perlivp(1)
- Perl Installation Verification Procedure
- pg2(3)
- Distributed named process groups
- pic(1), tpic(1), svgpic(1)
- troff and tex preprocessors for drawing pictures
- pidstat(1)
- Check the existence of a process on a remote machine
- pidstatd(1)
- Determine if process ID is running for Perl IPC::Locker
- pipe(3)
- create an interprocess channel
- plumber(4)
- file system for interprocess messaging
- pnuke(1)
- parallel process kill program
- pod::Prima::Clipboard(3), Prima::Clipboard(3)
- GUI interprocess data exchange
-
- postnote(3)
- send a note to a process or process group
- prefork(3)
- Optimized module loading for forking or non-forking processes
- proc_lib(3)
- Functions for asynchronous and synchronous start of processes adhering to the OTP design principles
- proclet(1)
- foreman for perl
- proto(3), rdproto(3)
- parse and process a proto file listing
- ps(1), psu(1)
- process status
- psub(1)
- perform process substitution rst2man-indent-level 0 1 rstReportMargin \$1
- pt-ioprofile(1)
- Watch process IO and print a table of file and I/O activity
- pt-query-digest(1)
- Analyze MySQL queries from logs, processlist, and tcpdump
- q(nged)
- Ends the MGED process
- quit(nged)
- Ends the MGED process
- reaper(3)
- support for reaping child processes via $SIG{CHLD}
- rfork(3)
- manipulate process state
- rpc(3)
- Remote Procedure Call services
- snmpa_mpd(3)
- Message Processing and Dispatch module for the SNMP agent
- snmpa_supervisor(3)
- A supervisor for the SNMP agent Processes
- snmpm_mpd(3)
- Message Processing and Dispatch module for the SNMP manager
- soelim(1)
- preprocess so inclusion commands in troff input
- ssh_sftpd(3)
- Specifies the channel process to handle an SFTP subsystem
- startlog(4)
- log processes started by the Xsession script
- thread(3), alt(3), chancreate(3), chanfree(3), chanprint(3), chansetname(3), mainstacksize(3), proccreate(3), procdata(3), recv(3), recvp(3), recvul(3), send(3), sendp(3), sendul(3), nbrecv(3), nbrecvp(3), nbrecvul(3), nbsend(3), nbsendp(3), nbsendul(3), threadcreate(3), threaddata(3), threadexec(3), threadexecl(3), threadexits(3), threadexitsall(3), threadgetgrp(3), threadgetname(3), threadint(3), threadintgrp(3), threadkill(3), threadkillgrp(3), threadmain(3), threadnotify(3), threadid(3), threadpid(3), threadpin(3), threadunpin(3), threadsetgrp(3), threadsetname(3), threadsetstate(3), threadspawn(3), threadspawnd(3), threadspawnl(3), threadwaitchan(3), yield(3)
- thread and proc management
- timed-process(1)
- Run background process for limited amount of time
- timelimit(1)
- effectively limit the absolute execution time of a process
- times(1)
- display CPU usage by the shell and child processes rst2man-indent-level 0 1 rstReportMargin \$1
- tnameserv(1), Java IDL: Transient Naming Service(1)
- tnameserv This document discusses using the Java IDL Transient Naming Service, tnameserv. Java IDL also includes the Object Request Broker Daemon (ORBD). ORBD is a daemon process containing a Bootstrap Service, a Transient Naming Service, a Persistent Naming Service, and a Server Manager. The Java IDL tutorials all use ORBD, however, you can substitute tnameserv for orbd in any of the examples that use a Transient Naming Service. For documentation on the orbd tool, link to its orbd(1) or the Java IDL Naming Service Included with ORBD @ http://docs.oracle.com/javase/7/docs/technotes/guides/idl/jidlNaming.html topic. Topics in this section include: o Java IDL Transient Naming Service o Starting the Java IDL Transient Naming Service o Stopping the Java IDL Transient Naming Service o Sample Client: Adding Objects to the Namespace o Sample Client: Browsing the Namespace
- tpage(1), Template::Tools::tpage(1)
- Process templates from command line
- tradcpp(1)
- traditional (K&R-style) C macro preprocessor
- tstatd(1)
- Logs real-time accounting daemon SYNOPSIS tstatd [ options ] plugin [zone1:]wildcard1 .. [zoneN:]wildcardN OPTIONS "-a zone, --agregate-zone=zone" 4 Item "-a zone, --agregate-zone=zone" Agregate data from all anonymous logs (wildcards without explicit zone specified) into zone. Default behavior is to create new zone for each anonymous log from its file name. "-b file, --database-file=file" 4 Item "-b file, --database-file=file" Use file as persistent storage to keep accumulated data across daemon restarts. Default is auto generated from daemon name, specified identity and '.db' suffix. "--basename" 4 Item "--basename" Use only base name (excluding directories and suffix) of anonymous log file for auto-created zones. "-c dir, --change-dir=dir" 4 Item "-c dir, --change-dir=dir" Change current directory to dir before wildcards expanding. "-d, --debug" 4 Item "-d, --debug" Composition of options: --foreground and --log-level=debug. "-f, --foreground" 4 Item "-f, --foreground" Don't detach daemon from control terminal, logging to stderr instead log file or syslog. "--log-facility=name" 4 Item "--log-facility=name" Use name as facility for syslog logging (see syslog (3) for list of available values). Default is 'daemon'. "--log-level=level" 4 Item "--log-level=level" Set minimal logging level to level (see syslog (3) for list of available values). Default is 'notice'. "--log-file=file" 4 Item "--log-file=file" Use logging to file instead of syslog logging (which is default). "-e num, --expand-period=num" 4 Item "-e num, --expand-period=num" Do wildcards re-expanding and checking for new and missed logs every num seconds. Default is '60'. "-h, --help" 4 Item "-h, --help" Print brief help message about available options. "-i string, --identity=string" 4 Item "-i string, --identity=string" Just a string used in title of daemon process, syslog ident (see syslog|(3)), --database-file and --pid-file. Idea behind this options - multiple tstatd instances running simultaneosly. "-l [address:]port, --listen=[address:]port" 4 Item "-l [address:]port, --listen=[address:]port" Specify address and port for TCP listen socket binding. Default is '127.0.0.1:3638'. "--multiple" 4 Item "--multiple" With this option specified same log file could be included into several zones (if log name satisifies several wildcards). Default behavior is to include log file only in first satisified zone. "-n num, --windows-num=num" 4 Item "-n num, --windows-num=num" Set number of sliding-windows to num. Default is '60'. "-o string, --options=string" 4 Item "-o string, --options=string" Comma-separated plugin supported options (like a mount (8) options). "--override-from=file" 4 Item "--override-from=file" Load content of file into plugin package namespace. This is way to easy customize plugin behavior without creating another plugin. "-p file, --pid-file=file" 4 Item "-p file, --pid-file=file" Use file to keep daemon process id. Default is auto generated from daemon name, specified identity and '.pid' suffix. "--parse-error=level" 4 Item "--parse-error=level" Do logging with level (see syslog (3) for available values) about all unparsed log lines. Hint: use 'none' for ignoring such lines. Default is defining by plugin and usually is 'debug'. "-r pattern, --regex=pattern" 4 Item "-r pattern, --regex=pattern" Use pattern instead of plugin default regular expression for matching log lines. "--regex-from=file" 4 Item "--regex-from=file" Load regular expression from file and use instead of plugin default regular expression for matching log lines. "-s num, --store-period=num" 4 Item "-s num, --store-period=num" Store accumulated data in a persistent storage every num seconds. Default is '60'. "--timer=zone:timer:num" 4 Item "--timer=zone:timer:num" Create named timer firing every num seconds for zone. "-u <user>, --user=user" 4 Item "-u <user>, --user=user" Change effective privileges of daemon process to user. "-v, --version" 4 Item "-v, --version" Print version information of tstatd and exit. "-w num, --window-size=<num>" 4 Item "-w num, --window-size=<num>" Set size (duration) of sliding window to num seconds. Default is '10'
- tt_close(3)
- close the current default procid
- tt_default_procid(3)
- identify the current default process
- tt_default_procid_set(3)
- set the current default procid
- tt_feature_enabled(3)
- determine if a particular feature has been enabled in this process
- tt_message_abstainer(3)
- return offer's nth abstaining procid
- tt_message_abstainers_count(3)
- return a count of the offer's abstaining procids
- tt_message_accept(3)
- declare that the process has been initialized and can accept messages
- tt_message_accepter(3)
- return offer's nth accepting procid
- tt_message_accepters_count(3), tt_message_accepter_count(3)
- return a count of the offer's accepting procids
- tt_message_rejecter(3)
- return offer's nth rejecting procid
- tt_message_rejecters_count(3)
- return a count of the offer's rejecting procids
- tt_open(3)
- return the process identifier for the calling process
- tt_pattern_sender_ptype_add(3)
- add a value to the sending process's ptype field for a pattern
- tt_pnotice_create(3)
- create a procedure notice
- tt_prequest_create(3)
- create a procedure request message
- tt_procid_session(3)
- identify the session in which a procid was opened
- tt_ptype_declare(3)
- register the process type with the ToolTalk service
- tt_thread_procid(3)
- identify the default process for the currently active thread
- tt_thread_procid_set(3)
- set the default procid for the currently active thread
- ttree(1), Template::Tools::ttree(1)
- Process entire directory trees of templates
- tttar(1)
- process files and ToolTalk objects in an archive
- tttk_Xt_input_handler(3)
- Process ToolTalk events for Xt clients
- uri_string(3)
- URI processing functions
- vpassert(1)
- Preprocess Verilog code assertions
- vppreproc(1)
- Preprocess Verilog code using verilog-perl
- wait(1)
- wait for process or job completion rst2man-indent-level 0 1 rstReportMargin \$1
- xmerl_eventp(3)
- Simple event-based front-ends to xmerl_scan for processing of XML documents in streams and for parsing in SAX style
- xslate(1)
- Process Xslate Templates
- xspp(1)
- XS++ preprocessor
- zpu-elf-cpp(1), cpp(1)
- The C Preprocessor