· 6 years ago · Mar 10, 2020, 01:04 PM
1FcAtomicCreate(3) - create an FcAtomic object
2FcAtomicDeleteNew(3) - delete new file
3FcAtomicDestroy(3) - destroy an FcAtomic object
4FcAtomicLock(3) - lock a file
5FcAtomicNewFile(3) - return new temporary file name
6FcAtomicOrigFile(3) - return original file name
7FcAtomicReplaceOrig(3) - replace original with new
8FcAtomicUnlock(3) - unlock a file
9FcBlanksAdd(3) - Add a character to an FcBlanks
10FcBlanksCreate(3) - Create an FcBlanks
11FcBlanksDestroy(3) - Destroy and FcBlanks
12FcBlanksIsMember(3) - Query membership in an FcBlanks
13FcCacheCopySet(3) - Returns a copy of the fontset from cache
14FcCacheCreateTagFile(3) - Create CACHEDIR.TAG at cache directory
15FcCacheDir(3) - Return directory of cache
16FcCacheNumFont(3) - Returns the number of fonts in cache
17FcCacheNumSubdir(3) - Return the number of subdirectories in cache
18FcCacheSubdir(3) - Return the i'th subdirectory
19FcCharSetAddChar(3) - Add a character to a charset
20FcCharSetCopy(3) - Copy a charset
21FcCharSetCount(3) - Count entries in a charset
22FcCharSetCoverage(3) - DEPRECATED return coverage for a Unicode page
23FcCharSetCreate(3) - Create an empty character set
24FcCharSetDelChar(3) - Add a character to a charset
25FcCharSetDestroy(3) - Destroy a character set
26FcCharSetEqual(3) - Compare two charsets
27FcCharSetFirstPage(3) - Start enumerating charset contents
28FcCharSetHasChar(3) - Check a charset for a char
29FcCharSetIntersect(3) - Intersect charsets
30FcCharSetIntersectCount(3) - Intersect and count charsets
31FcCharSetIsSubset(3) - Test for charset inclusion
32FcCharSetMerge(3) - Merge charsets
33FcCharSetNew(3) - DEPRECATED alias for FcCharSetCreate
34FcCharSetNextPage(3) - Continue enumerating charset contents
35FcCharSetSubtract(3) - Subtract charsets
36FcCharSetSubtractCount(3) - Subtract and count charsets
37FcCharSetUnion(3) - Add charsets
38FcConfigAppFontAddDir(3) - Add fonts from directory to font database
39FcConfigAppFontAddFile(3) - Add font file to font database
40FcConfigAppFontClear(3) - Remove all app fonts from font database
41FcConfigBuildFonts(3) - Build font database
42FcConfigCreate(3) - Create a configuration
43FcConfigDestroy(3) - Destroy a configuration
44FcConfigEnableHome(3) - controls use of the home directory
45FcConfigFileInfoIterGet(3) - Obtain the configuration file information
46FcConfigFileInfoIterInit(3) - Initialize the iterator
47FcConfigFileInfoIterNext(3) - Set the iterator to point to the next list
48FcConfigFilename(3) - Find a config file
49FcConfigGetBlanks(3) - Get config blanks
50FcConfigGetCache(3) - DEPRECATED used to return per-user cache filename
51FcConfigGetCacheDirs(3) - return the list of directories searched for cache files
52FcConfigGetConfigDirs(3) - Get config directories
53FcConfigGetConfigFiles(3) - Get config files
54FcConfigGetCurrent(3) - Return current configuration
55FcConfigGetFontDirs(3) - Get font directories
56FcConfigGetFonts(3) - Get config font set
57FcConfigGetRescanInterval(3) - Get config rescan interval
58FcConfigGetSysRoot(3) - Obtain the system root directory
59FcConfigHome(3) - return the current home directory
60FcConfigParseAndLoad(3) - load a configuration file
61FcConfigParseAndLoadFromMemory(3) - load a configuration from memory
62FcConfigReference(3) - Increment config reference count
63FcConfigSetCurrent(3) - Set configuration as default
64FcConfigSetRescanInterval(3) - Set config rescan interval
65FcConfigSetSysRoot(3) - Set the system root directory
66FcConfigSubstitute(3) - Execute substitutions
67FcConfigSubstituteWithPat(3) - Execute substitutions
68FcConfigUptoDate(3) - Check timestamps on config files
69FcDefaultSubstitute(3) - Perform default substitutions in a pattern
70FcDirCacheClean(3) - Clean up a cache directory
71FcDirCacheCreateUUID(3) - Create .uuid file at a directory
72FcDirCacheDeleteUUID(3) - Delete .uuid file
73FcDirCacheLoad(3) - load a directory cache
74FcDirCacheLoadFile(3) - load a cache file
75FcDirCacheRead(3) - read or construct a directory cache
76FcDirCacheRescan(3) - Re-scan a directory cache
77FcDirCacheUnlink(3) - Remove all caches related to dir
78FcDirCacheUnload(3) - unload a cache file
79FcDirCacheValid(3) - check directory cache
80FcDirSave(3) - DEPRECATED: formerly used to save a directory cache
81FcDirScan(3) - scan a font directory without caching it
82FcFileIsDir(3) - check whether a file is a directory
83FcFileScan(3) - scan a font file
84FcFini(3) - finalize fontconfig library
85FcFontList(3) - List fonts
86FcFontMatch(3) - Return best font
87FcFontRenderPrepare(3) - Prepare pattern for loading font file
88FcFontSetAdd(3) - Add to a font set
89FcFontSetCreate(3) - Create a font set
90FcFontSetDestroy(3) - Destroy a font set
91FcFontSetList(3) - List fonts from a set of font sets
92FcFontSetMatch(3) - Return the best font from a set of font sets
93FcFontSetPrint(3) - Print a set of patterns to stdout
94FcFontSetSort(3) - Add to a font set
95FcFontSetSortDestroy(3) - DEPRECATED destroy a font set
96FcFontSort(3) - Return list of matching fonts
97FcFreeTypeCharIndex(3) - map Unicode to glyph id
98FcFreeTypeCharSet(3) - compute Unicode coverage
99FcFreeTypeCharSetAndSpacing(3) - compute Unicode coverage and spacing type
100FcFreeTypeQuery(3) - compute pattern from font file (and index)
101FcFreeTypeQueryAll(3) - compute all patterns from font file (and index)
102FcFreeTypeQueryFace(3) - compute pattern from FT_Face
103FcGetDefaultLangs(3) - Get the default languages list
104FcGetLangs(3) - Get list of languages
105FcGetVersion(3) - library version number
106FcInit(3) - initialize fontconfig library
107FcInitBringUptoDate(3) - reload configuration files if needed
108FcInitLoadConfig(3) - load configuration
109FcInitLoadConfigAndFonts(3) - load configuration and font data
110FcInitReinitialize(3) - re-initialize library
111FcIsLower(3) - check for lower case ASCII character
112FcIsUpper(3) - check for upper case ASCII character
113FcLangGetCharSet(3) - Get character map for a language
114FcLangNormalize(3) - Normalize the language string
115FcLangSetAdd(3) - add a language to a langset
116FcLangSetCompare(3) - compare language sets
117FcLangSetContains(3) - check langset subset relation
118FcLangSetCopy(3) - copy a langset object
119FcLangSetCreate(3) - create a langset object
120FcLangSetDel(3) - delete a language from a langset
121FcLangSetDestroy(3) - destroy a langset object
122FcLangSetEqual(3) - test for matching langsets
123FcLangSetGetLangs(3) - get the list of languages in the langset
124FcLangSetHasLang(3) - test langset for language support
125FcLangSetHash(3) - return a hash value for a langset
126FcLangSetSubtract(3) - Subtract langsets
127FcLangSetUnion(3) - Add langsets
128FcMatrixCopy(3) - Copy a matrix
129FcMatrixEqual(3) - Compare two matrices
130FcMatrixInit(3) - initialize an FcMatrix structure
131FcMatrixMultiply(3) - Multiply matrices
132FcMatrixRotate(3) - Rotate a matrix
133FcMatrixScale(3) - Scale a matrix
134FcMatrixShear(3) - Shear a matrix
135FcNameConstant(3) - Get the value for a symbolic constant
136FcNameGetConstant(3) - Lookup symbolic constant
137FcNameGetObjectType(3) - Lookup an object type
138FcNameParse(3) - Parse a pattern string
139FcNameRegisterConstants(3) - Register symbolic constants
140FcNameRegisterObjectTypes(3) - Register object types
141FcNameUnparse(3) - Convert a pattern back into a string that can be parsed
142FcNameUnregisterConstants(3) - Unregister symbolic constants
143FcNameUnregisterObjectTypes(3) - Unregister object types
144FcObjectSetAdd(3) - Add to an object set
145FcObjectSetBuild(3), FcObjectSetVaBuild(3), FcObjectSetVapBuild(3) - Build object set from args
146FcObjectSetCreate(3) - Create an object set
147FcObjectSetDestroy(3) - Destroy an object set
148FcPatternAdd(3) - Add a value to a pattern
149FcPatternAdd-Type(3), FcPatternAddInteger(3), FcPatternAddDouble(3), FcPatternAddString(3), FcPatternAddMatrix(3), FcPatternAddCharSet(3), FcPatternAddBool(3), FcPatternAddFTFace(3), FcPatternAddLangSet(3), FcPatternAddRange(3) - Add a typed value to a pattern
150FcPatternAddWeak(3) - Add a value to a pattern with weak binding
151FcPatternBuild(3), FcPatternVaBuild(3), FcPatternVapBuild(3) - Create patterns from arguments
152FcPatternCreate(3) - Create a pattern
153FcPatternDel(3) - Delete a property from a pattern
154FcPatternDestroy(3) - Destroy a pattern
155FcPatternDuplicate(3) - Copy a pattern
156FcPatternEqual(3) - Compare patterns
157FcPatternEqualSubset(3) - Compare portions of patterns
158FcPatternFilter(3) - Filter the objects of pattern
159FcPatternFindIter(3) - Set the iterator to point to the object in the pattern
160FcPatternFormat(3) - Format a pattern into a string according to a format specifier
161FcPatternGet(3) - Return a value from a pattern
162FcPatternGet-Type(3), FcPatternGetInteger(3), FcPatternGetDouble(3), FcPatternGetString(3), FcPatternGetMatrix(3), FcPatternGetCharSet(3), FcPatternGetBool(3), FcPatternGetFTFace(3), FcPatternGetLangSet(3), FcPatternGetRange(3) - Return a typed value from a pattern
163FcPatternGetWithBinding(3) - Return a value with binding from a pattern
164FcPatternHash(3) - Compute a pattern hash value
165FcPatternIterEqual(3) - Compare iterators
166FcPatternIterGetObject(3) - Returns an object name which the iterator point to
167FcPatternIterGetValue(3) - Returns a value which the iterator point to
168FcPatternIterIsValid(3) - Check whether the iterator is valid or not
169FcPatternIterStart(3) - Initialize the iterator with the first iterator in the pattern
170FcPatternIterValueCount(3) - Returns the number of the values which the iterator point to
171FcPatternObjectCount(3) - Returns the number of the object
172FcPatternPrint(3) - Print a pattern for debugging
173FcPatternReference(3) - Increment pattern reference count
174FcPatternRemove(3) - Remove one object of the specified type from the pattern
175FcRangeCopy(3) - Copy a range object
176FcRangeCreateDouble(3) - create a range object for double
177FcRangeCreateInteger(3) - create a range object for integer
178FcRangeDestroy(3) - destroy a range object
179FcRangeGetDouble(3) - Get the range in double
180FcStrBasename(3) - last component of filename
181FcStrCmp(3) - compare UTF-8 strings
182FcStrCmpIgnoreCase(3) - compare UTF-8 strings ignoring case
183FcStrCopy(3) - duplicate a string
184FcStrCopyFilename(3) - create a complete path from a filename
185FcStrDirname(3) - directory part of filename
186FcStrDowncase(3) - create a lower case translation of a string
187FcStrFree(3) - free a string
188FcStrListCreate(3) - create a string iterator
189FcStrListDone(3) - destroy a string iterator
190FcStrListFirst(3) - get first string in iteration
191FcStrListNext(3) - get next string in iteration
192FcStrPlus(3) - concatenate two strings
193FcStrSetAdd(3) - add to a string set
194FcStrSetAddFilename(3) - add a filename to a string set
195FcStrSetCreate(3) - create a string set
196FcStrSetDel(3) - delete from a string set
197FcStrSetDestroy(3) - destroy a string set
198FcStrSetEqual(3) - check sets for equality
199FcStrSetMember(3) - check set for membership
200FcStrStr(3) - locate UTF-8 substring
201FcStrStrIgnoreCase(3) - locate UTF-8 substring ignoring ASCII case
202FcToLower(3) - convert upper case ASCII to lower case
203FcUcs4ToUtf8(3) - convert UCS4 to UTF-8
204FcUtf16Len(3) - count UTF-16 encoded chars
205FcUtf16ToUcs4(3) - convert UTF-16 to UCS4
206FcUtf8Len(3) - count UTF-8 encoded chars
207FcUtf8ToUcs4(3) - convert UTF-8 to UCS4
208FcValueDestroy(3) - Free a value
209FcValueEqual(3) - Test two values for equality
210FcValuePrint(3) - Print a value to stdout
211FcValueSave(3) - Copy a value
212FcWeightFromOpenType(3) - Convert from OpenType weight values to fontconfig ones
213FcWeightFromOpenTypeDouble(3) - Convert from OpenType weight values to fontconfig ones
214FcWeightToOpenType(3) - Convert from fontconfig weight values to OpenType ones
215FcWeightToOpenTypeDouble(3) - Convert from fontconfig weight values to OpenType ones
216GDBM(3) - The GNU database manager. Includes dbm and ndbm compatibility
217MakeCert(1) - Create X.509 certificates for test purposes
218Mono(1) - CIL Linker
219Mono(1) - CIL strip
220PCRE(3) - Perl-compatible regular expressions
221PCRE(3) - Perl-compatible regular expressions #include <pcre.h>
222PCRE(3) - Perl-compatible regular expressions (original API)
223TIFFClose(3tiff) - close a previously opened TIFF file
224TIFFDataWidth(3tiff) - Get the size of TIFF data types
225TIFFError(3tiff), TIFFSetErrorHandler(3tiff) - library error handling interface
226TIFFFieldDataType(3tiff) - Get TIFF data type from field information
227TIFFFieldName(3tiff) - Get TIFF field name from field information
228TIFFFieldPassCount(3tiff) - Get whether to pass a count to TIFFGet/SetField
229TIFFFieldReadCount(3tiff) - Get number of values to be read from field
230TIFFFieldTag(3tiff) - Get TIFF field tag value from field information
231TIFFFieldWriteCount(3tiff) - Get number of values to be written to field
232TIFFFlush(3tiff), TIFFFlushData(3tiff) - flush pending writes to an open TIFF file
233TIFFGetField(3tiff), TIFFVGetField(3tiff) - get the value(s) of a tag in an open TIFF file
234TIFFOpen(3tiff), TIFFFdOpen(3tiff), TIFFClientOpen(3tiff) - open a TIFF file for reading or writing
235TIFFPrintDirectory(3tiff) - print a description of a TIFF directory
236TIFFRGBAImage(3tiff), TIFFRGBAImageOK(3tiff), TIFFRGBAImageBegin(3tiff), TIFFRGBAImageGet(3tiff), TIFFRGBAImageEnd(3tiff) - read and decode an image into a raster
237TIFFReadDirectory(3tiff) - get the contents of the next directory in an open TIFF file
238TIFFReadEncodedStrip(3tiff) - read and decode a strip of data from an open TIFF file
239TIFFReadEncodedTile(3tiff) - read and decode a tile of data from an open TIFF file
240TIFFReadRGBAImage(3tiff), TIFFReadRGBAImageOriented(3tiff) - read and decode an image into a fixed-format raster
241TIFFReadRGBAStrip(3tiff) - read and decode an image strip into a fixed-format raster
242TIFFReadRGBATile(3tiff) - read and decode an image tile into a fixed-format raster
243TIFFReadRawStrip(3tiff) - return the undecoded contents of a strip of data from an open TIFF file
244TIFFReadRawTile(3tiff) - return an undecoded tile of data from an open TIFF file
245TIFFReadScanline(3tiff) - read and decode a scanline of data from an open TIFF file
246TIFFReadTile(3tiff) - read and decode a tile of data from an open TIFF file
247TIFFSetDirectory(3tiff), TIFFSetSubDirectory(3tiff) - set the current directory for an open TIFF file
248TIFFSetField(3tiff), TIFFVSetField(3tiff) - set the value(s) of a tag in a TIFF file open for writing
249TIFFWarning(3tiff), TIFFSetWarningHandler(3tiff) - library warning interface
250TIFFWriteDirectory(3tiff), TIFFRewriteDirectory(3tiff), TIFFCheckpointDirectory(3tiff) - write the current directory in an open TIFF file
251TIFFWriteEncodedStrip(3tiff), TIFFWritedEncodedStrip(3tiff) - compress and write a strip of data to an open TIFF file
252TIFFWriteEncodedTile(3tiff), TIFFWritedEncodedTile(3tiff) - compress and write a tile of data to an open TIFF file
253TIFFWriteRawStrip(3tiff) - write a strip of raw data to an open TIFF file
254TIFFWriteRawTile(3tiff) - write a tile of raw data to an open TIFF file
255TIFFWriteScanline(3tiff) - write a scanline to an open TIFF file
256TIFFWriteTile(3tiff) - encode and write a tile of data to an open TIFF file
257TIFFbuffer(3tiff), TIFFReadBufferSetup(3tiff), TIFFWriteBufferSetup(3tiff) - I/O buffering control routines
258TIFFcodec(3tiff), TIFFFindCODEC(3tiff), TIFFRegisterCODEC(3tiff), TIFFUnRegisterCODEC(3tiff), TIFFIsCODECConfigured(3tiff) - codec-related utility routines
259TIFFcolor(3tiff), TIFFYCbCrToRGBInit(3tiff), TIFFYCbCrtoRGB(3tiff), TIFFCIELabToRGBInit(3tiff), TIFFCIELabToXYZ(3tiff), TIFFXYZToRGB(3tiff) - color conversion routines
260TIFFmemory(3tiff), _TIFFmalloc(3tiff), c _TIFFrealloc(3tiff), c _TIFFfree(3tiff), c _TIFFmemset(3tiff), c _TIFFmemcpy(3tiff), c _TIFFmemcmp(3tiff), c(3tiff) - memory management-related functions for use with TIFF files
261TIFFquery(3tiff), TIFFCurrentRow(3tiff), TIFFCurrentStrip(3tiff), TIFFCurrentTile(3tiff), TIFFCurrentDirectory(3tiff), TIFFLastDirectory(3tiff), TIFFFileno(3tiff), TIFFFileName(3tiff), TIFFGetMode(3tiff), TIFFIsTiled(3tiff), TIFFIsByteSwapped(3tiff), TIFFIsUpSampled(3tiff), TIFFIsMSB2LSB(3tiff), TIFFGetVersion(3tiff) - query routines
262TIFFsize(3tiff), TIFFScanlineSize(3tiff), TIFFRasterScanlineSize(3tiff) - return the size of various items associated with an open TIFF file
263TIFFstrip(3tiff), TIFFDefaultStripSize(3tiff), TIFFStripSize(3tiff), TIFFVStripSize(3tiff), TIFFRawStripSize(3tiff), TIFFComputeStrip(3tiff), TIFFNumberOfStrips(3tiff) - strip-related utility routines
264TIFFswab(3tiff), TIFFGetBitRevTable(3tiff), TIFFReverseBits(3tiff), TIFFSwabShort(3tiff), TIFFSwabLong(3tiff), TIFFSwabArrayOfShort(3tiff), TIFFSwabArrayOfLong(3tiff) - byte- and bit-swapping routines
265TIFFtile(3tiff), TIFFTileSize(3tiff), TIFFTileRowSize(3tiff), TIFFVTileSize(3tiff), TIFFDefaultTileSize(3tiff), TIFFComputeTile(3tiff), TIFFCheckTile(3tiff), TIFFNumberOfTiles(3tiff) - tile-related utility routines
266XSP(1) - Mono ASP.NET Session State Server
267XSP(1) - Mono ASP.NET Web Server (xsp and xsp2)
268ZIP_SOURCE_GET_ARGS(3) - validate and cast arguments to source callback
269aclocal(1) - manual page for aclocal 1.16.1
270al(1), al2(1) - Mono Assembly Linker
271asn1Coding(1) - ASN.1 DER encoder
272asn1Decoding(1) - ASN.1 DER decoder
273asn1Parser(1) - ASN.1 syntax tree generator for libtasn1
274asn1_array2tree(3) - API function
275asn1_bit_der(3) - API function
276asn1_check_version(3) - API function
277asn1_copy_node(3) - API function
278asn1_create_element(3) - API function
279asn1_decode_simple_ber(3) - API function
280asn1_decode_simple_der(3) - API function
281asn1_delete_element(3) - API function
282asn1_delete_structure(3) - API function
283asn1_delete_structure2(3) - API function
284asn1_der_coding(3) - API function
285asn1_der_decoding(3) - API function
286asn1_der_decoding2(3) - API function
287asn1_der_decoding_element(3) - API function
288asn1_der_decoding_startEnd(3) - API function
289asn1_dup_node(3) - API function
290asn1_encode_simple_der(3) - API function
291asn1_expand_any_defined_by(3) - API function
292asn1_expand_octet_string(3) - API function
293asn1_find_node(3) - API function
294asn1_find_structure_from_oid(3) - API function
295asn1_get_bit_der(3) - API function
296asn1_get_length_ber(3) - API function
297asn1_get_length_der(3) - API function
298asn1_get_object_id_der(3) - API function
299asn1_get_octet_der(3) - API function
300asn1_get_tag_der(3) - API function
301asn1_length_der(3) - API function
302asn1_number_of_elements(3) - API function
303asn1_octet_der(3) - API function
304asn1_parser2array(3) - API function
305asn1_parser2tree(3) - API function
306asn1_perror(3) - API function
307asn1_print_structure(3) - API function
308asn1_read_node_value(3) - API function
309asn1_read_tag(3) - API function
310asn1_read_value(3) - API function
311asn1_read_value_type(3) - API function
312asn1_strerror(3) - API function
313asn1_write_value(3) - API function
314autoconf(1) - Generate configuration scripts
315autoheader(1) - Create a template header for configure
316autom4te(1) - Generate files and scripts thanks to M4
317automake(1) - manual page for automake 1.16.1
318autoreconf(1) - Update generated configuration files
319autoscan(1) - Generate a preliminary configure.in
320autoupdate(1) - Update a configure.in to a newer Autoconf
321brew(1) - The missing package manager for macOS
322brew-cask(1) - a friendly binary installer for macOS
323bufferevent(3) - An opaque type for handling buffered IO
324cccheck(1) - Perform static code contracts verification for CLR assemblies
325ccrewrite(1) - Rewrite CLR assemblies for runtime code contract verification
326cert-sync(1) - Mono Certificate Store Sync Tool
327cert2spc(1) - Transform multiple X.509 certificates to a Software Publisher Certificate
328certmgr(1) - Mono Certificate Manager (CLI version)
329chktrust(1) - Check the trust of a PE executable
330cjpeg(1) - compress an image file to a JPEG file
331config.guess(1) - guess the build system triplet
332config.sub(1) - validate and canonicalize a configuration triplet
333csharp(1) - Interactive C# Shell and Scripting
334cwebp(1) - compress an image file to a WebP file
335dane_cert_type_name(3) - API function
336dane_cert_usage_name(3) - API function
337dane_match_type_name(3) - API function
338dane_query_data(3) - API function
339dane_query_deinit(3) - API function
340dane_query_entries(3) - API function
341dane_query_status(3) - API function
342dane_query_tlsa(3) - API function
343dane_query_to_raw_tlsa(3) - API function
344dane_raw_tlsa(3) - API function
345dane_state_deinit(3) - API function
346dane_state_init(3) - API function
347dane_state_set_dlv_file(3) - API function
348dane_strerror(3) - API function
349dane_verification_status_print(3) - API function
350dane_verify_crt(3) - API function
351dane_verify_crt_raw(3) - API function
352dane_verify_session_crt(3) - API function
353danetool(1), *[B-Font]danetool(1) - GnuTLS DANE tool
354dbsessmgr(1) - session state database manager
355deprecated(3) - Deprecated List Global evbuffer_readline (struct evbuffer *buffer)" 1c This function is deprecated because its behavior is not correct for almost any protocol, and also because it's wholly subsumed by evbuffer_readln(). Global evbuffer_setcb (struct evbuffer *buffer, evbuffer_cb cb, void *cbarg)" 1c This function is deprecated because it clears all previous callbacks set on the evbuffer, which can cause confusing behavior if multiple parts of the code all want to add their own callbacks on a buffer. Instead, use evbuffer_add(), evbuffer_del(), and evbuffer_setflags() to manage your own evbuffer callbacks without interfering with callbacks set by others. Global evdns_add_server_port (evutil_socket_t socket, int flags, evdns_request_callback_fn_type callback, void *user_data)" 1c This function is deprecated because it does not allow the caller to specify which even_base it uses. The recommended function is evdns_add_server_port_with_base(). Global evdns_clear_nameservers_and_suspend (void)" 1c This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_clear_nameservers_and_suspend(). Global evdns_count_nameservers (void)" 1c This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_count_nameservers(). Global evdns_get_global_base (void)" 1c This function is deprecated because use of the global evdns_base is error-prone. Global evdns_init (void)" 1c This function is deprecated because it always uses the current event base, and is easily confused by multiple calls to event_init(), and so is not safe for multithreaded use. Additionally, it allocates a global structure that only one thread can use. The replacement is evdns_base_new(). Global evdns_nameserver_add (unsigned long int address)" 1c This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_nameserver_add(). Global evdns_nameserver_ip_add (const char *ip_as_string)" 1c This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_nameserver_ip_add(). Global evdns_resolv_conf_parse (int flags, const char *const filename)" 1c This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_resolv_conf_parse(). Global evdns_resolve_ipv4 (const char *name, int flags, evdns_callback_type callback, void *ptr)" 1c This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_resolve_ipv4(). Global evdns_resolve_reverse (const struct in_addr *in, int flags, evdns_callback_type callback, void *ptr)" 1c This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_resolve_reverse(). Global evdns_resolve_reverse_ipv6 (const struct in6_addr *in, int flags, evdns_callback_type callback, void *ptr)" 1c This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_resolve_reverse_ipv6(). Global evdns_resume (void)" 1c This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_resume(). Global evdns_search_add (const char *domain)" 1c This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_search_add(). Global evdns_search_clear (void)" 1c This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_search_clear(). Global evdns_search_ndots_set (const int ndots)" 1c This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_search_ndots_set(). Global evdns_set_option (const char *option, const char *val, int flags)" 1c This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_set_option(). Global evdns_shutdown (int fail_requests)" 1c This function is deprecated because it does not allow the caller to specify which evdns_base it applies to. The recommended function is evdns_base_shutdown(). File event_compat.h " 1c All functions in this file are by definition deprecated. Global event_dispatch (void)" 1c This function is deprecated because it is easily confused by multiple calls to event_init(), and because it is not safe for multithreaded use. The replacement is event_base_dispatch(). Global event_get_method (void)" 1c This function is obsolete, and has been replaced by event_base_get_method(). Its use is deprecated because it relies on the 'current' base configured by event_init(). Global event_init (void)" 1c This function is deprecated because it replaces the 'current' event_base, and is totally unsafe for multithreaded use. The replacement is event_base_new(). Global event_loop (int)" 1c This function is deprecated because it uses the event base from the last call to event_init, and is therefore not safe for multithreaded use. The replacement is event_base_loop(). Global event_loopbreak (void)" 1c This function is deprecated because it uses the event base from the last call to event_init, and is therefore not safe for multithreaded use. The replacement is event_base_loopbreak(). Global event_loopexit (const struct timeval *)" 1c This function is deprecated because it uses the event base from the last call to event_init, and is therefore not safe for multithreaded use. The replacement is event_base_loopexit(). Global event_once (evutil_socket_t, short, void(*)(evutil_socket_t, short, void *), void *, const struct timeval *)" 1c This function is obsolete, and has been replaced by event_base_once(). Its use is deprecated because it relies on the 'current' base configured by event_init(). Global event_priority_init (int)" 1c This function is deprecated because it is easily confused by multiple calls to event_init(), and because it is not safe for multithreaded use. The replacement is event_base_priority_init(). Global event_set (struct event *, evutil_socket_t, short, void(*)(evutil_socket_t, short, void *), void *)" 1c event_set() is not recommended for new code, because it requires a subsequent call to event_base_set() to be safe under most circumstances. Use event_assign() or event_new() instead. Global evhttp_connection_new (const char *address, ev_uint16_t port)" 1c It does not allow an event base to be specified Global evhttp_connection_set_base (struct evhttp_connection *evcon, struct event_base *base)" 1c XXXX Why? Global evhttp_decode_uri (const char *uri)" 1c This function is deprecated; you probably want to use evhttp_uridecode instead. Global evhttp_parse_query (const char *uri, struct evkeyvalq *headers)" 1c This function is deprecated as of Libevent 2.0.9. Use evhttp_uri_parse and evhttp_parse_query_str instead. Global evhttp_start (const char *address, ev_uint16_t port)" 1c It does not allow an event base to be specified Module Misnamed functions " 1c These macros are deprecated because their names don't follow Libevent's naming conventions. Module signal_* macros " 1c These macros are deprecated because their naming is inconsistent with the rest of Libevent. Module timeout_* macros " 1c These macros are deprecated because their naming is inconsistent with the rest of Libevent
356disco(1) - Mono's Web Service Discovery Tool
357djpeg(1) - decompress a JPEG file to an image file
358dtd2xsd(1) - XML Schema generator from XML document that contains DTD
359dwebp(1) - decompress a WebP file to an image file
360evbuffer(3) - An evbuffer is an opaque data type for efficiently buffering data to be sent or received on the network
361evbuffer_cb_info(3) - Structure passed to an evbuffer_cb_func evbuffer callback
362evbuffer_iovec(3) - Describes a single extent of memory inside an evbuffer
363evbuffer_ptr(3) - Pointer to a position within an evbuffer
364event_base(3) - Structure to hold information and state for a Libevent dispatch loop
365event_config(3) - Configuration for an event_base
366evthread_condition_callbacks(3) - This structure describes the interface a threading library uses for condition variables
367evthread_lock_callbacks(3) - This structure describes the interface a threading library uses for locking
368evutil_addrinfo(3) - A definition of struct addrinfo for systems that lack it
369evutil_monotonic_timer(3) - Structure to hold information about a monotonic timer
370fax2ps(1) - convert a TIFF facsimile to compressed (tm
371fax2tiff(1) - create a TIFF Class F fax file from raw fax data
372fc-cache(1) - build font information cache files
373fc-cat(1) - read font information cache files
374fc-conflist(1) - Show the ruleset files information on the system
375fc-list(1) - list available fonts
376fc-match(1) - match available fonts
377fc-pattern(1) - parse and show pattern
378fc-query(1) - query font files
379fc-scan(1) - scan font files or directories
380fc-validate(1) - validate font files
381ffmpeg(1) - ffmpeg video converter
382ffmpeg-bitstream-filters(1) - FFmpeg bitstream filters
383ffmpeg-codecs(1) - FFmpeg codecs
384ffmpeg-devices(1) - FFmpeg devices
385ffmpeg-filters(1) - FFmpeg filters
386ffmpeg-formats(1) - FFmpeg formats
387ffmpeg-protocols(1) - FFmpeg protocols
388ffmpeg-resampler(1) - FFmpeg Resampler
389ffmpeg-scaler(1) - FFmpeg video scaling and pixel format converter
390ffmpeg-utils(1) - FFmpeg utilities
391ffplay(1) - FFplay media player
392ffprobe(1) - ffprobe media prober
393flac(1) - Free Lossless Audio Codec
394fonts-conf(5), fonts.conf(5) - Font configuration files
395freetype-config(1) - Get information about a libfreetype installation
396fribidi_charset_to_unicode(3) - convert string to Unicode
397fribidi_debug_status(3) - get current debug state
398fribidi_get_bidi_type(3) - get character bidi type
399fribidi_get_bidi_type_name(3) - get bidi type name
400fribidi_get_bidi_types(3) - get bidi types for an string of characters
401fribidi_get_bracket(3) - get bracketed character
402fribidi_get_bracket_types(3) - get bracketed characters
403fribidi_get_joining_type(3) - get character joining type
404fribidi_get_joining_type_name(3) - get joining type name
405fribidi_get_joining_types(3) - get joining types for an string of characters
406fribidi_get_mirror_char(3) - get mirrored character
407fribidi_get_par_direction(3) - get base paragraph direction
408fribidi_get_par_embedding_levels(3) - get bidi embedding levels of a paragraph
409fribidi_get_par_embedding_levels_ex(3) - get bidi embedding levels of a paragraph
410fribidi_get_type(3) - get character bidi type
411fribidi_get_type_internal(3) - get character bidi type
412fribidi_join_arabic(3) - do Arabic joining
413fribidi_log2vis(3) - get visual string
414fribidi_log2vis_get_embedding_levels(3) - get embedding levels
415fribidi_mirroring_status(3) - get current mirroring status
416fribidi_parse_charset(3) - parse character set name
417fribidi_remove_bidi_marks(3) - remove bidi marks out of an string
418fribidi_reorder_line(3) - reorder a line of logical string to visual
419fribidi_reorder_nsm_status(3) - get current marks reordering status
420fribidi_set_debug(3) - set debug state
421fribidi_set_mirroring(3) - set mirroring on or off
422fribidi_set_reorder_nsm(3) - set marks reordering on or off
423fribidi_shape(3) - do bidi-aware shaping
424fribidi_shape_arabic(3) - do Arabic shaping
425fribidi_shape_mirroring(3) - do mirroring shaping
426fribidi_unicode_to_charset(3) - convert string from Unicode
427gacutil(1) - Global Assembly Cache management utility
428gdbm_dump(1) - dump a GDBM database to a file
429gdbm_load(1) - re-create a GDBM database from a dump file
430gdbmtool(1) - examine and modify a GDBM database
431genxs(1) - Mono's Xml Serializer Generator
432git-lfs(1) - Work with large files in Git repositories
433git-lfs-checkout(1) - Update working copy with file content if available
434git-lfs-clean(1) - Git clean filter that converts large files to pointers
435git-lfs-clone(1) - Efficiently clone a LFS-enabled repository
436git-lfs-config(5) - Configuration options for git-lfs
437git-lfs-env(1) - Display the Git LFS environment
438git-lfs-ext(1) - View extension details
439git-lfs-fetch(1) - Download all Git LFS files for a given ref
440git-lfs-filter-process(1) - Git filter process that converts between pointer and actual content
441git-lfs-fsck(1) - Check GIT LFS files for consistency
442git-lfs-install(1) - Install Git LFS configuration
443git-lfs-lock(1) - Set a file as "locked" on the Git LFS server
444git-lfs-locks(1) - Lists currently locked files from the Git LFS server
445git-lfs-logs(1) - Show errors from the git-lfs command
446git-lfs-ls-files(1) - Show information about Git LFS files in the index and working tree
447git-lfs-migrate(1) - Migrate history to or from git-lfs
448git-lfs-pointer(1) - Build, compare, and check pointers
449git-lfs-post-checkout(1) - Git post-checkout hook implementation
450git-lfs-post-merge(1) - Git post-merge hook implementation
451git-lfs-pre-push(1) - Git pre-push hook implementation
452git-lfs-prune(1) - Delete old LFS files from local storage
453git-lfs-pull(1) - Download all Git LFS files for current ref & checkout
454git-lfs-push(1) - Push queued large files to the Git LFS endpoint
455git-lfs-smudge(1) - Git smudge filter that converts pointer in blobs to the actual content
456git-lfs-status(1) - Show the status of Git LFS files in the working tree
457git-lfs-track(1) - View or add Git LFS paths to Git attributes
458git-lfs-uninstall(1) - Remove Git LFS configuration
459git-lfs-unlock(1) - Remove "locked" setting for a file on the Git LFS server
460git-lfs-untrack(1) - Remove Git LFS paths from Git Attributes
461git-lfs-update(1) - Update Git hooks
462glibtool(1), libtool(1) - manual page for libtool 2.4.5.7-408c
463glibtoolize(1), libtoolize(1) - manual page for libtoolize 2.4.4.19-fda4
464gnutls-certtool(1), *[B-Font]certtool(1) - GnuTLS certificate tool
465gnutls-cli(1), *[B-Font]gnutls-cli(1) - GnuTLS client
466gnutls-cli-debug(1), *[B-Font]gnutls-cli-debug(1) - GnuTLS debug client
467gnutls-serv(1), *[B-Font]gnutls-serv(1) - GnuTLS server
468gnutls_aead_cipher_decrypt(3) - API function
469gnutls_aead_cipher_decryptv2(3) - API function
470gnutls_aead_cipher_deinit(3) - API function
471gnutls_aead_cipher_encrypt(3) - API function
472gnutls_aead_cipher_encryptv(3) - API function
473gnutls_aead_cipher_encryptv2(3) - API function
474gnutls_aead_cipher_init(3) - API function
475gnutls_alert_get(3) - API function
476gnutls_alert_get_name(3) - API function
477gnutls_alert_get_strname(3) - API function
478gnutls_alert_send(3) - API function
479gnutls_alert_send_appropriate(3) - API function
480gnutls_alpn_get_selected_protocol(3) - API function
481gnutls_alpn_set_protocols(3) - API function
482gnutls_anon_allocate_client_credentials(3) - API function
483gnutls_anon_allocate_server_credentials(3) - API function
484gnutls_anon_free_client_credentials(3) - API function
485gnutls_anon_free_server_credentials(3) - API function
486gnutls_anon_set_params_function(3) - API function
487gnutls_anon_set_server_dh_params(3) - API function
488gnutls_anon_set_server_known_dh_params(3) - API function
489gnutls_anon_set_server_params_function(3) - API function
490gnutls_anti_replay_deinit(3) - API function
491gnutls_anti_replay_enable(3) - API function
492gnutls_anti_replay_init(3) - API function
493gnutls_anti_replay_set_add_function(3) - API function
494gnutls_anti_replay_set_ptr(3) - API function
495gnutls_anti_replay_set_window(3) - API function
496gnutls_auth_client_get_type(3) - API function
497gnutls_auth_get_type(3) - API function
498gnutls_auth_server_get_type(3) - API function
499gnutls_base64_decode2(3) - API function
500gnutls_base64_encode2(3) - API function
501gnutls_buffer_append_data(3) - API function
502gnutls_bye(3) - API function
503gnutls_certificate_activation_time_peers(3) - API function
504gnutls_certificate_allocate_credentials(3) - API function
505gnutls_certificate_client_get_request_status(3) - API function
506gnutls_certificate_expiration_time_peers(3) - API function
507gnutls_certificate_free_ca_names(3) - API function
508gnutls_certificate_free_cas(3) - API function
509gnutls_certificate_free_credentials(3) - API function
510gnutls_certificate_free_crls(3) - API function
511gnutls_certificate_free_keys(3) - API function
512gnutls_certificate_get_crt_raw(3) - API function
513gnutls_certificate_get_issuer(3) - API function
514gnutls_certificate_get_ocsp_expiration(3) - API function
515gnutls_certificate_get_ours(3) - API function
516gnutls_certificate_get_peers(3) - API function
517gnutls_certificate_get_peers_subkey_id(3) - API function
518gnutls_certificate_get_trust_list(3) - API function
519gnutls_certificate_get_verify_flags(3) - API function
520gnutls_certificate_get_x509_crt(3) - API function
521gnutls_certificate_get_x509_key(3) - API function
522gnutls_certificate_send_x509_rdn_sequence(3) - API function
523gnutls_certificate_server_set_request(3) - API function
524gnutls_certificate_set_dh_params(3) - API function
525gnutls_certificate_set_flags(3) - API function
526gnutls_certificate_set_key(3) - API function
527gnutls_certificate_set_known_dh_params(3) - API function
528gnutls_certificate_set_ocsp_status_request_file(3) - API function
529gnutls_certificate_set_ocsp_status_request_file2(3) - API function
530gnutls_certificate_set_ocsp_status_request_function(3) - API function
531gnutls_certificate_set_ocsp_status_request_function2(3) - API function
532gnutls_certificate_set_ocsp_status_request_mem(3) - API function
533gnutls_certificate_set_params_function(3) - API function
534gnutls_certificate_set_pin_function(3) - API function
535gnutls_certificate_set_rawpk_key_file(3) - API function
536gnutls_certificate_set_rawpk_key_mem(3) - API function
537gnutls_certificate_set_retrieve_function(3) - API function
538gnutls_certificate_set_retrieve_function2(3) - API function
539gnutls_certificate_set_retrieve_function3(3) - API function
540gnutls_certificate_set_trust_list(3) - API function
541gnutls_certificate_set_verify_flags(3) - API function
542gnutls_certificate_set_verify_function(3) - API function
543gnutls_certificate_set_verify_limits(3) - API function
544gnutls_certificate_set_x509_crl(3) - API function
545gnutls_certificate_set_x509_crl_file(3) - API function
546gnutls_certificate_set_x509_crl_mem(3) - API function
547gnutls_certificate_set_x509_key(3) - API function
548gnutls_certificate_set_x509_key_file(3) - API function
549gnutls_certificate_set_x509_key_file2(3) - API function
550gnutls_certificate_set_x509_key_mem(3) - API function
551gnutls_certificate_set_x509_key_mem2(3) - API function
552gnutls_certificate_set_x509_simple_pkcs12_file(3) - API function
553gnutls_certificate_set_x509_simple_pkcs12_mem(3) - API function
554gnutls_certificate_set_x509_system_trust(3) - API function
555gnutls_certificate_set_x509_trust(3) - API function
556gnutls_certificate_set_x509_trust_dir(3) - API function
557gnutls_certificate_set_x509_trust_file(3) - API function
558gnutls_certificate_set_x509_trust_mem(3) - API function
559gnutls_certificate_type_get(3) - API function
560gnutls_certificate_type_get2(3) - API function
561gnutls_certificate_type_get_id(3) - API function
562gnutls_certificate_type_get_name(3) - API function
563gnutls_certificate_type_list(3) - API function
564gnutls_certificate_verification_status_print(3) - API function
565gnutls_certificate_verify_peers(3) - API function
566gnutls_certificate_verify_peers2(3) - API function
567gnutls_certificate_verify_peers3(3) - API function
568gnutls_check_version(3) - API function
569gnutls_cipher_add_auth(3) - API function
570gnutls_cipher_decrypt(3) - API function
571gnutls_cipher_decrypt2(3) - API function
572gnutls_cipher_deinit(3) - API function
573gnutls_cipher_encrypt(3) - API function
574gnutls_cipher_encrypt2(3) - API function
575gnutls_cipher_get(3) - API function
576gnutls_cipher_get_block_size(3) - API function
577gnutls_cipher_get_id(3) - API function
578gnutls_cipher_get_iv_size(3) - API function
579gnutls_cipher_get_key_size(3) - API function
580gnutls_cipher_get_name(3) - API function
581gnutls_cipher_get_tag_size(3) - API function
582gnutls_cipher_init(3) - API function
583gnutls_cipher_list(3) - API function
584gnutls_cipher_set_iv(3) - API function
585gnutls_cipher_suite_get_name(3) - API function
586gnutls_cipher_suite_info(3) - API function
587gnutls_cipher_tag(3) - API function
588gnutls_compression_get(3) - API function
589gnutls_compression_get_id(3) - API function
590gnutls_compression_get_name(3) - API function
591gnutls_compression_list(3) - API function
592gnutls_credentials_clear(3) - API function
593gnutls_credentials_get(3) - API function
594gnutls_credentials_set(3) - API function
595gnutls_crypto_register_aead_cipher(3) - API function
596gnutls_crypto_register_cipher(3) - API function
597gnutls_crypto_register_digest(3) - API function
598gnutls_crypto_register_mac(3) - API function
599gnutls_db_check_entry(3) - API function
600gnutls_db_check_entry_expire_time(3) - API function
601gnutls_db_check_entry_time(3) - API function
602gnutls_db_get_default_cache_expiration(3) - API function
603gnutls_db_get_ptr(3) - API function
604gnutls_db_remove_session(3) - API function
605gnutls_db_set_cache_expiration(3) - API function
606gnutls_db_set_ptr(3) - API function
607gnutls_db_set_remove_function(3) - API function
608gnutls_db_set_retrieve_function(3) - API function
609gnutls_db_set_store_function(3) - API function
610gnutls_decode_ber_digest_info(3) - API function
611gnutls_decode_gost_rs_value(3) - API function
612gnutls_decode_rs_value(3) - API function
613gnutls_deinit(3) - API function
614gnutls_dh_get_group(3) - API function
615gnutls_dh_get_peers_public_bits(3) - API function
616gnutls_dh_get_prime_bits(3) - API function
617gnutls_dh_get_pubkey(3) - API function
618gnutls_dh_get_secret_bits(3) - API function
619gnutls_dh_params_cpy(3) - API function
620gnutls_dh_params_deinit(3) - API function
621gnutls_dh_params_export2_pkcs3(3) - API function
622gnutls_dh_params_export_pkcs3(3) - API function
623gnutls_dh_params_export_raw(3) - API function
624gnutls_dh_params_generate2(3) - API function
625gnutls_dh_params_import_dsa(3) - API function
626gnutls_dh_params_import_pkcs3(3) - API function
627gnutls_dh_params_import_raw(3) - API function
628gnutls_dh_params_import_raw2(3) - API function
629gnutls_dh_params_import_raw3(3) - API function
630gnutls_dh_params_init(3) - API function
631gnutls_dh_set_prime_bits(3) - API function
632gnutls_digest_get_id(3) - API function
633gnutls_digest_get_name(3) - API function
634gnutls_digest_get_oid(3) - API function
635gnutls_digest_list(3) - API function
636gnutls_dtls_cookie_send(3) - API function
637gnutls_dtls_cookie_verify(3) - API function
638gnutls_dtls_get_data_mtu(3) - API function
639gnutls_dtls_get_mtu(3) - API function
640gnutls_dtls_get_timeout(3) - API function
641gnutls_dtls_prestate_set(3) - API function
642gnutls_dtls_set_data_mtu(3) - API function
643gnutls_dtls_set_mtu(3) - API function
644gnutls_dtls_set_timeouts(3) - API function
645gnutls_ecc_curve_get(3) - API function
646gnutls_ecc_curve_get_id(3) - API function
647gnutls_ecc_curve_get_name(3) - API function
648gnutls_ecc_curve_get_oid(3) - API function
649gnutls_ecc_curve_get_pk(3) - API function
650gnutls_ecc_curve_get_size(3) - API function
651gnutls_ecc_curve_list(3) - API function
652gnutls_encode_ber_digest_info(3) - API function
653gnutls_encode_gost_rs_value(3) - API function
654gnutls_encode_rs_value(3) - API function
655gnutls_error_is_fatal(3) - API function
656gnutls_error_to_alert(3) - API function
657gnutls_est_record_overhead_size(3) - API function
658gnutls_ext_get_current_msg(3) - API function
659gnutls_ext_get_data(3) - API function
660gnutls_ext_get_name(3) - API function
661gnutls_ext_raw_parse(3) - API function
662gnutls_ext_register(3) - API function
663gnutls_ext_set_data(3) - API function
664gnutls_fingerprint(3) - API function
665gnutls_fips140_mode_enabled(3) - API function
666gnutls_fips140_set_mode(3) - API function
667gnutls_get_system_config_file(3) - API function
668gnutls_global_deinit(3) - API function
669gnutls_global_init(3) - API function
670gnutls_global_set_audit_log_function(3) - API function
671gnutls_global_set_log_function(3) - API function
672gnutls_global_set_log_level(3) - API function
673gnutls_global_set_mem_functions(3) - API function
674gnutls_global_set_mutex(3) - API function
675gnutls_global_set_time_function(3) - API function
676gnutls_gost_paramset_get_name(3) - API function
677gnutls_gost_paramset_get_oid(3) - API function
678gnutls_group_get(3) - API function
679gnutls_group_get_id(3) - API function
680gnutls_group_get_name(3) - API function
681gnutls_group_list(3) - API function
682gnutls_handshake(3) - API function
683gnutls_handshake_description_get_name(3) - API function
684gnutls_handshake_get_last_in(3) - API function
685gnutls_handshake_get_last_out(3) - API function
686gnutls_handshake_set_hook_function(3) - API function
687gnutls_handshake_set_max_packet_length(3) - API function
688gnutls_handshake_set_post_client_hello_function(3) - API function
689gnutls_handshake_set_private_extensions(3) - API function
690gnutls_handshake_set_random(3) - API function
691gnutls_handshake_set_timeout(3) - API function
692gnutls_hash(3) - API function
693gnutls_hash_copy(3) - API function
694gnutls_hash_deinit(3) - API function
695gnutls_hash_fast(3) - API function
696gnutls_hash_get_len(3) - API function
697gnutls_hash_init(3) - API function
698gnutls_hash_output(3) - API function
699gnutls_heartbeat_allowed(3) - API function
700gnutls_heartbeat_enable(3) - API function
701gnutls_heartbeat_get_timeout(3) - API function
702gnutls_heartbeat_ping(3) - API function
703gnutls_heartbeat_pong(3) - API function
704gnutls_heartbeat_set_timeouts(3) - API function
705gnutls_hex2bin(3) - API function
706gnutls_hex_decode(3) - API function
707gnutls_hex_decode2(3) - API function
708gnutls_hex_encode(3) - API function
709gnutls_hex_encode2(3) - API function
710gnutls_hmac(3) - API function
711gnutls_hmac_copy(3) - API function
712gnutls_hmac_deinit(3) - API function
713gnutls_hmac_fast(3) - API function
714gnutls_hmac_get_len(3) - API function
715gnutls_hmac_init(3) - API function
716gnutls_hmac_output(3) - API function
717gnutls_hmac_set_nonce(3) - API function
718gnutls_idna_map(3) - API function
719gnutls_idna_reverse_map(3) - API function
720gnutls_init(3) - API function
721gnutls_key_generate(3) - API function
722gnutls_kx_get(3) - API function
723gnutls_kx_get_id(3) - API function
724gnutls_kx_get_name(3) - API function
725gnutls_kx_list(3) - API function
726gnutls_load_file(3) - API function
727gnutls_mac_get(3) - API function
728gnutls_mac_get_id(3) - API function
729gnutls_mac_get_key_size(3) - API function
730gnutls_mac_get_name(3) - API function
731gnutls_mac_get_nonce_size(3) - API function
732gnutls_mac_list(3) - API function
733gnutls_memcmp(3) - API function
734gnutls_memset(3) - API function
735gnutls_ocsp_req_add_cert(3) - API function
736gnutls_ocsp_req_add_cert_id(3) - API function
737gnutls_ocsp_req_deinit(3) - API function
738gnutls_ocsp_req_export(3) - API function
739gnutls_ocsp_req_get_cert_id(3) - API function
740gnutls_ocsp_req_get_extension(3) - API function
741gnutls_ocsp_req_get_nonce(3) - API function
742gnutls_ocsp_req_get_version(3) - API function
743gnutls_ocsp_req_import(3) - API function
744gnutls_ocsp_req_init(3) - API function
745gnutls_ocsp_req_print(3) - API function
746gnutls_ocsp_req_randomize_nonce(3) - API function
747gnutls_ocsp_req_set_extension(3) - API function
748gnutls_ocsp_req_set_nonce(3) - API function
749gnutls_ocsp_resp_check_crt(3) - API function
750gnutls_ocsp_resp_deinit(3) - API function
751gnutls_ocsp_resp_export(3) - API function
752gnutls_ocsp_resp_export2(3) - API function
753gnutls_ocsp_resp_get_certs(3) - API function
754gnutls_ocsp_resp_get_extension(3) - API function
755gnutls_ocsp_resp_get_nonce(3) - API function
756gnutls_ocsp_resp_get_produced(3) - API function
757gnutls_ocsp_resp_get_responder(3) - API function
758gnutls_ocsp_resp_get_responder2(3) - API function
759gnutls_ocsp_resp_get_responder_raw_id(3) - API function
760gnutls_ocsp_resp_get_response(3) - API function
761gnutls_ocsp_resp_get_signature(3) - API function
762gnutls_ocsp_resp_get_signature_algorithm(3) - API function
763gnutls_ocsp_resp_get_single(3) - API function
764gnutls_ocsp_resp_get_status(3) - API function
765gnutls_ocsp_resp_get_version(3) - API function
766gnutls_ocsp_resp_import(3) - API function
767gnutls_ocsp_resp_import2(3) - API function
768gnutls_ocsp_resp_init(3) - API function
769gnutls_ocsp_resp_list_import2(3) - API function
770gnutls_ocsp_resp_print(3) - API function
771gnutls_ocsp_resp_verify(3) - API function
772gnutls_ocsp_resp_verify_direct(3) - API function
773gnutls_ocsp_status_request_enable_client(3) - API function
774gnutls_ocsp_status_request_get(3) - API function
775gnutls_ocsp_status_request_get2(3) - API function
776gnutls_ocsp_status_request_is_checked(3) - API function
777gnutls_oid_to_digest(3) - API function
778gnutls_oid_to_ecc_curve(3) - API function
779gnutls_oid_to_gost_paramset(3) - API function
780gnutls_oid_to_mac(3) - API function
781gnutls_oid_to_pk(3) - API function
782gnutls_oid_to_sign(3) - API function
783gnutls_openpgp_privkey_sign_hash(3) - API function
784gnutls_openpgp_send_cert(3) - API function
785gnutls_packet_deinit(3) - API function
786gnutls_packet_get(3) - API function
787gnutls_pcert_deinit(3) - API function
788gnutls_pcert_export_openpgp(3) - API function
789gnutls_pcert_export_x509(3) - API function
790gnutls_pcert_import_openpgp(3) - API function
791gnutls_pcert_import_openpgp_raw(3) - API function
792gnutls_pcert_import_rawpk(3) - API function
793gnutls_pcert_import_rawpk_raw(3) - API function
794gnutls_pcert_import_x509(3) - API function
795gnutls_pcert_import_x509_list(3) - API function
796gnutls_pcert_import_x509_raw(3) - API function
797gnutls_pcert_list_import_x509_file(3) - API function
798gnutls_pcert_list_import_x509_raw(3) - API function
799gnutls_pem_base64_decode(3) - API function
800gnutls_pem_base64_decode2(3) - API function
801gnutls_pem_base64_encode(3) - API function
802gnutls_pem_base64_encode2(3) - API function
803gnutls_perror(3) - API function
804gnutls_pk_algorithm_get_name(3) - API function
805gnutls_pk_bits_to_sec_param(3) - API function
806gnutls_pk_get_id(3) - API function
807gnutls_pk_get_name(3) - API function
808gnutls_pk_get_oid(3) - API function
809gnutls_pk_list(3) - API function
810gnutls_pk_to_sign(3) - API function
811gnutls_pkcs11_add_provider(3) - API function
812gnutls_pkcs11_copy_attached_extension(3) - API function
813gnutls_pkcs11_copy_pubkey(3) - API function
814gnutls_pkcs11_copy_secret_key(3) - API function
815gnutls_pkcs11_copy_x509_crt(3) - API function
816gnutls_pkcs11_copy_x509_crt2(3) - API function
817gnutls_pkcs11_copy_x509_privkey(3) - API function
818gnutls_pkcs11_copy_x509_privkey2(3) - API function
819gnutls_pkcs11_crt_is_known(3) - API function
820gnutls_pkcs11_deinit(3) - API function
821gnutls_pkcs11_delete_url(3) - API function
822gnutls_pkcs11_get_pin_function(3) - API function
823gnutls_pkcs11_get_raw_issuer(3) - API function
824gnutls_pkcs11_get_raw_issuer_by_dn(3) - API function
825gnutls_pkcs11_get_raw_issuer_by_subject_key_id(3) - API function
826gnutls_pkcs11_init(3) - API function
827gnutls_pkcs11_obj_deinit(3) - API function
828gnutls_pkcs11_obj_export(3) - API function
829gnutls_pkcs11_obj_export2(3) - API function
830gnutls_pkcs11_obj_export3(3) - API function
831gnutls_pkcs11_obj_export_url(3) - API function
832gnutls_pkcs11_obj_flags_get_str(3) - API function
833gnutls_pkcs11_obj_get_exts(3) - API function
834gnutls_pkcs11_obj_get_flags(3) - API function
835gnutls_pkcs11_obj_get_info(3) - API function
836gnutls_pkcs11_obj_get_ptr(3) - API function
837gnutls_pkcs11_obj_get_type(3) - API function
838gnutls_pkcs11_obj_import_url(3) - API function
839gnutls_pkcs11_obj_init(3) - API function
840gnutls_pkcs11_obj_list_import_url3(3) - API function
841gnutls_pkcs11_obj_list_import_url4(3) - API function
842gnutls_pkcs11_obj_set_info(3) - API function
843gnutls_pkcs11_obj_set_pin_function(3) - API function
844gnutls_pkcs11_privkey_cpy(3) - API function
845gnutls_pkcs11_privkey_deinit(3) - API function
846gnutls_pkcs11_privkey_export_pubkey(3) - API function
847gnutls_pkcs11_privkey_export_url(3) - API function
848gnutls_pkcs11_privkey_generate(3) - API function
849gnutls_pkcs11_privkey_generate2(3) - API function
850gnutls_pkcs11_privkey_generate3(3) - API function
851gnutls_pkcs11_privkey_get_info(3) - API function
852gnutls_pkcs11_privkey_get_pk_algorithm(3) - API function
853gnutls_pkcs11_privkey_import_url(3) - API function
854gnutls_pkcs11_privkey_init(3) - API function
855gnutls_pkcs11_privkey_set_pin_function(3) - API function
856gnutls_pkcs11_privkey_status(3) - API function
857gnutls_pkcs11_reinit(3) - API function
858gnutls_pkcs11_set_pin_function(3) - API function
859gnutls_pkcs11_set_token_function(3) - API function
860gnutls_pkcs11_token_check_mechanism(3) - API function
861gnutls_pkcs11_token_get_flags(3) - API function
862gnutls_pkcs11_token_get_info(3) - API function
863gnutls_pkcs11_token_get_mechanism(3) - API function
864gnutls_pkcs11_token_get_ptr(3) - API function
865gnutls_pkcs11_token_get_random(3) - API function
866gnutls_pkcs11_token_get_url(3) - API function
867gnutls_pkcs11_token_init(3) - API function
868gnutls_pkcs11_token_set_pin(3) - API function
869gnutls_pkcs11_type_get_name(3) - API function
870gnutls_pkcs12_bag_decrypt(3) - API function
871gnutls_pkcs12_bag_deinit(3) - API function
872gnutls_pkcs12_bag_enc_info(3) - API function
873gnutls_pkcs12_bag_encrypt(3) - API function
874gnutls_pkcs12_bag_get_count(3) - API function
875gnutls_pkcs12_bag_get_data(3) - API function
876gnutls_pkcs12_bag_get_friendly_name(3) - API function
877gnutls_pkcs12_bag_get_key_id(3) - API function
878gnutls_pkcs12_bag_get_type(3) - API function
879gnutls_pkcs12_bag_init(3) - API function
880gnutls_pkcs12_bag_set_crl(3) - API function
881gnutls_pkcs12_bag_set_crt(3) - API function
882gnutls_pkcs12_bag_set_data(3) - API function
883gnutls_pkcs12_bag_set_friendly_name(3) - API function
884gnutls_pkcs12_bag_set_key_id(3) - API function
885gnutls_pkcs12_bag_set_privkey(3) - API function
886gnutls_pkcs12_deinit(3) - API function
887gnutls_pkcs12_export(3) - API function
888gnutls_pkcs12_export2(3) - API function
889gnutls_pkcs12_generate_mac(3) - API function
890gnutls_pkcs12_generate_mac2(3) - API function
891gnutls_pkcs12_get_bag(3) - API function
892gnutls_pkcs12_import(3) - API function
893gnutls_pkcs12_init(3) - API function
894gnutls_pkcs12_mac_info(3) - API function
895gnutls_pkcs12_set_bag(3) - API function
896gnutls_pkcs12_simple_parse(3) - API function
897gnutls_pkcs12_verify_mac(3) - API function
898gnutls_pkcs7_add_attr(3) - API function
899gnutls_pkcs7_attrs_deinit(3) - API function
900gnutls_pkcs7_deinit(3) - API function
901gnutls_pkcs7_delete_crl(3) - API function
902gnutls_pkcs7_delete_crt(3) - API function
903gnutls_pkcs7_export(3) - API function
904gnutls_pkcs7_export2(3) - API function
905gnutls_pkcs7_get_attr(3) - API function
906gnutls_pkcs7_get_crl_count(3) - API function
907gnutls_pkcs7_get_crl_raw(3) - API function
908gnutls_pkcs7_get_crl_raw2(3) - API function
909gnutls_pkcs7_get_crt_count(3) - API function
910gnutls_pkcs7_get_crt_raw(3) - API function
911gnutls_pkcs7_get_crt_raw2(3) - API function
912gnutls_pkcs7_get_embedded_data(3) - API function
913gnutls_pkcs7_get_embedded_data_oid(3) - API function
914gnutls_pkcs7_get_signature_count(3) - API function
915gnutls_pkcs7_get_signature_info(3) - API function
916gnutls_pkcs7_import(3) - API function
917gnutls_pkcs7_init(3) - API function
918gnutls_pkcs7_print(3) - API function
919gnutls_pkcs7_set_crl(3) - API function
920gnutls_pkcs7_set_crl_raw(3) - API function
921gnutls_pkcs7_set_crt(3) - API function
922gnutls_pkcs7_set_crt_raw(3) - API function
923gnutls_pkcs7_sign(3) - API function
924gnutls_pkcs7_signature_info_deinit(3) - API function
925gnutls_pkcs7_verify(3) - API function
926gnutls_pkcs7_verify_direct(3) - API function
927gnutls_pkcs8_info(3) - API function
928gnutls_pkcs_schema_get_name(3) - API function
929gnutls_pkcs_schema_get_oid(3) - API function
930gnutls_prf(3) - API function
931gnutls_prf_early(3) - API function
932gnutls_prf_raw(3) - API function
933gnutls_prf_rfc5705(3) - API function
934gnutls_priority_certificate_type_list(3) - API function
935gnutls_priority_certificate_type_list2(3) - API function
936gnutls_priority_cipher_list(3) - API function
937gnutls_priority_compression_list(3) - API function
938gnutls_priority_deinit(3) - API function
939gnutls_priority_ecc_curve_list(3) - API function
940gnutls_priority_get_cipher_suite_index(3) - API function
941gnutls_priority_group_list(3) - API function
942gnutls_priority_init(3) - API function
943gnutls_priority_init2(3) - API function
944gnutls_priority_kx_list(3) - API function
945gnutls_priority_mac_list(3) - API function
946gnutls_priority_protocol_list(3) - API function
947gnutls_priority_set(3) - API function
948gnutls_priority_set_direct(3) - API function
949gnutls_priority_sign_list(3) - API function
950gnutls_priority_string_list(3) - API function
951gnutls_privkey_decrypt_data(3) - API function
952gnutls_privkey_decrypt_data2(3) - API function
953gnutls_privkey_deinit(3) - API function
954gnutls_privkey_export_dsa_raw(3) - API function
955gnutls_privkey_export_dsa_raw2(3) - API function
956gnutls_privkey_export_ecc_raw(3) - API function
957gnutls_privkey_export_ecc_raw2(3) - API function
958gnutls_privkey_export_gost_raw2(3) - API function
959gnutls_privkey_export_openpgp(3) - API function
960gnutls_privkey_export_pkcs11(3) - API function
961gnutls_privkey_export_rsa_raw(3) - API function
962gnutls_privkey_export_rsa_raw2(3) - API function
963gnutls_privkey_export_x509(3) - API function
964gnutls_privkey_generate(3) - API function
965gnutls_privkey_generate2(3) - API function
966gnutls_privkey_get_pk_algorithm(3) - API function
967gnutls_privkey_get_seed(3) - API function
968gnutls_privkey_get_spki(3) - API function
969gnutls_privkey_get_type(3) - API function
970gnutls_privkey_import_dsa_raw(3) - API function
971gnutls_privkey_import_ecc_raw(3) - API function
972gnutls_privkey_import_ext(3) - API function
973gnutls_privkey_import_ext2(3) - API function
974gnutls_privkey_import_ext3(3) - API function
975gnutls_privkey_import_ext4(3) - API function
976gnutls_privkey_import_gost_raw(3) - API function
977gnutls_privkey_import_openpgp(3) - API function
978gnutls_privkey_import_openpgp_raw(3) - API function
979gnutls_privkey_import_pkcs11(3) - API function
980gnutls_privkey_import_pkcs11_url(3) - API function
981gnutls_privkey_import_rsa_raw(3) - API function
982gnutls_privkey_import_tpm_raw(3) - API function
983gnutls_privkey_import_tpm_url(3) - API function
984gnutls_privkey_import_url(3) - API function
985gnutls_privkey_import_x509(3) - API function
986gnutls_privkey_import_x509_raw(3) - API function
987gnutls_privkey_init(3) - API function
988gnutls_privkey_set_flags(3) - API function
989gnutls_privkey_set_pin_function(3) - API function
990gnutls_privkey_set_spki(3) - API function
991gnutls_privkey_sign_data(3) - API function
992gnutls_privkey_sign_data2(3) - API function
993gnutls_privkey_sign_hash(3) - API function
994gnutls_privkey_sign_hash2(3) - API function
995gnutls_privkey_status(3) - API function
996gnutls_privkey_verify_params(3) - API function
997gnutls_privkey_verify_seed(3) - API function
998gnutls_protocol_get_id(3) - API function
999gnutls_protocol_get_name(3) - API function
1000gnutls_protocol_get_version(3) - API function
1001gnutls_protocol_list(3) - API function
1002gnutls_psk_allocate_client_credentials(3) - API function
1003gnutls_psk_allocate_server_credentials(3) - API function
1004gnutls_psk_client_get_hint(3) - API function
1005gnutls_psk_free_client_credentials(3) - API function
1006gnutls_psk_free_server_credentials(3) - API function
1007gnutls_psk_server_get_username(3) - API function
1008gnutls_psk_set_client_credentials(3) - API function
1009gnutls_psk_set_client_credentials_function(3) - API function
1010gnutls_psk_set_params_function(3) - API function
1011gnutls_psk_set_server_credentials_file(3) - API function
1012gnutls_psk_set_server_credentials_function(3) - API function
1013gnutls_psk_set_server_credentials_hint(3) - API function
1014gnutls_psk_set_server_dh_params(3) - API function
1015gnutls_psk_set_server_known_dh_params(3) - API function
1016gnutls_psk_set_server_params_function(3) - API function
1017gnutls_pubkey_deinit(3) - API function
1018gnutls_pubkey_encrypt_data(3) - API function
1019gnutls_pubkey_export(3) - API function
1020gnutls_pubkey_export2(3) - API function
1021gnutls_pubkey_export_dsa_raw(3) - API function
1022gnutls_pubkey_export_dsa_raw2(3) - API function
1023gnutls_pubkey_export_ecc_raw(3) - API function
1024gnutls_pubkey_export_ecc_raw2(3) - API function
1025gnutls_pubkey_export_ecc_x962(3) - API function
1026gnutls_pubkey_export_gost_raw2(3) - API function
1027gnutls_pubkey_export_rsa_raw(3) - API function
1028gnutls_pubkey_export_rsa_raw2(3) - API function
1029gnutls_pubkey_get_key_id(3) - API function
1030gnutls_pubkey_get_key_usage(3) - API function
1031gnutls_pubkey_get_openpgp_key_id(3) - API function
1032gnutls_pubkey_get_pk_algorithm(3) - API function
1033gnutls_pubkey_get_preferred_hash_algorithm(3) - API function
1034gnutls_pubkey_get_spki(3) - API function
1035gnutls_pubkey_import(3) - API function
1036gnutls_pubkey_import_dsa_raw(3) - API function
1037gnutls_pubkey_import_ecc_raw(3) - API function
1038gnutls_pubkey_import_ecc_x962(3) - API function
1039gnutls_pubkey_import_gost_raw(3) - API function
1040gnutls_pubkey_import_openpgp(3) - API function
1041gnutls_pubkey_import_openpgp_raw(3) - API function
1042gnutls_pubkey_import_pkcs11(3) - API function
1043gnutls_pubkey_import_privkey(3) - API function
1044gnutls_pubkey_import_rsa_raw(3) - API function
1045gnutls_pubkey_import_tpm_raw(3) - API function
1046gnutls_pubkey_import_tpm_url(3) - API function
1047gnutls_pubkey_import_url(3) - API function
1048gnutls_pubkey_import_x509(3) - API function
1049gnutls_pubkey_import_x509_crq(3) - API function
1050gnutls_pubkey_import_x509_raw(3) - API function
1051gnutls_pubkey_init(3) - API function
1052gnutls_pubkey_print(3) - API function
1053gnutls_pubkey_set_key_usage(3) - API function
1054gnutls_pubkey_set_pin_function(3) - API function
1055gnutls_pubkey_set_spki(3) - API function
1056gnutls_pubkey_verify_data2(3) - API function
1057gnutls_pubkey_verify_hash2(3) - API function
1058gnutls_pubkey_verify_params(3) - API function
1059gnutls_random_art(3) - API function
1060gnutls_range_split(3) - API function
1061gnutls_reauth(3) - API function
1062gnutls_record_can_use_length_hiding(3) - API function
1063gnutls_record_check_corked(3) - API function
1064gnutls_record_check_pending(3) - API function
1065gnutls_record_cork(3) - API function
1066gnutls_record_disable_padding(3) - API function
1067gnutls_record_discard_queued(3) - API function
1068gnutls_record_get_direction(3) - API function
1069gnutls_record_get_discarded(3) - API function
1070gnutls_record_get_max_early_data_size(3) - API function
1071gnutls_record_get_max_size(3) - API function
1072gnutls_record_get_state(3) - API function
1073gnutls_record_overhead_size(3) - API function
1074gnutls_record_recv(3) - API function
1075gnutls_record_recv_early_data(3) - API function
1076gnutls_record_recv_packet(3) - API function
1077gnutls_record_recv_seq(3) - API function
1078gnutls_record_send(3) - API function
1079gnutls_record_send2(3) - API function
1080gnutls_record_send_early_data(3) - API function
1081gnutls_record_send_range(3) - API function
1082gnutls_record_set_max_early_data_size(3) - API function
1083gnutls_record_set_max_recv_size(3) - API function
1084gnutls_record_set_max_size(3) - API function
1085gnutls_record_set_state(3) - API function
1086gnutls_record_set_timeout(3) - API function
1087gnutls_record_uncork(3) - API function
1088gnutls_register_custom_url(3) - API function
1089gnutls_rehandshake(3) - API function
1090gnutls_rnd(3) - API function
1091gnutls_rnd_refresh(3) - API function
1092gnutls_safe_renegotiation_status(3) - API function
1093gnutls_sec_param_get_name(3) - API function
1094gnutls_sec_param_to_pk_bits(3) - API function
1095gnutls_sec_param_to_symmetric_bits(3) - API function
1096gnutls_server_name_get(3) - API function
1097gnutls_server_name_set(3) - API function
1098gnutls_session_channel_binding(3) - API function
1099gnutls_session_enable_compatibility_mode(3) - API function
1100gnutls_session_etm_status(3) - API function
1101gnutls_session_ext_master_secret_status(3) - API function
1102gnutls_session_ext_register(3) - API function
1103gnutls_session_force_valid(3) - API function
1104gnutls_session_get_data(3) - API function
1105gnutls_session_get_data2(3) - API function
1106gnutls_session_get_desc(3) - API function
1107gnutls_session_get_flags(3) - API function
1108gnutls_session_get_id(3) - API function
1109gnutls_session_get_id2(3) - API function
1110gnutls_session_get_master_secret(3) - API function
1111gnutls_session_get_ptr(3) - API function
1112gnutls_session_get_random(3) - API function
1113gnutls_session_get_verify_cert_status(3) - API function
1114gnutls_session_is_resumed(3) - API function
1115gnutls_session_key_update(3) - API function
1116gnutls_session_resumption_requested(3) - API function
1117gnutls_session_set_data(3) - API function
1118gnutls_session_set_id(3) - API function
1119gnutls_session_set_premaster(3) - API function
1120gnutls_session_set_ptr(3) - API function
1121gnutls_session_set_verify_cert(3) - API function
1122gnutls_session_set_verify_cert2(3) - API function
1123gnutls_session_set_verify_function(3) - API function
1124gnutls_session_supplemental_register(3) - API function
1125gnutls_session_ticket_enable_client(3) - API function
1126gnutls_session_ticket_enable_server(3) - API function
1127gnutls_session_ticket_key_generate(3) - API function
1128gnutls_session_ticket_send(3) - API function
1129gnutls_set_default_priority(3) - API function
1130gnutls_set_default_priority_append(3) - API function
1131gnutls_sign_algorithm_get(3) - API function
1132gnutls_sign_algorithm_get_client(3) - API function
1133gnutls_sign_algorithm_get_requested(3) - API function
1134gnutls_sign_get_hash_algorithm(3) - API function
1135gnutls_sign_get_id(3) - API function
1136gnutls_sign_get_name(3) - API function
1137gnutls_sign_get_oid(3) - API function
1138gnutls_sign_get_pk_algorithm(3) - API function
1139gnutls_sign_is_secure(3) - API function
1140gnutls_sign_is_secure2(3) - API function
1141gnutls_sign_list(3) - API function
1142gnutls_sign_supports_pk_algorithm(3) - API function
1143gnutls_srp_allocate_client_credentials(3) - API function
1144gnutls_srp_allocate_server_credentials(3) - API function
1145gnutls_srp_base64_decode(3) - API function
1146gnutls_srp_base64_decode2(3) - API function
1147gnutls_srp_base64_encode(3) - API function
1148gnutls_srp_base64_encode2(3) - API function
1149gnutls_srp_free_client_credentials(3) - API function
1150gnutls_srp_free_server_credentials(3) - API function
1151gnutls_srp_server_get_username(3) - API function
1152gnutls_srp_set_client_credentials(3) - API function
1153gnutls_srp_set_client_credentials_function(3) - API function
1154gnutls_srp_set_prime_bits(3) - API function
1155gnutls_srp_set_server_credentials_file(3) - API function
1156gnutls_srp_set_server_credentials_function(3) - API function
1157gnutls_srp_set_server_fake_salt_seed(3) - API function
1158gnutls_srp_verifier(3) - API function
1159gnutls_srtp_get_keys(3) - API function
1160gnutls_srtp_get_mki(3) - API function
1161gnutls_srtp_get_profile_id(3) - API function
1162gnutls_srtp_get_profile_name(3) - API function
1163gnutls_srtp_get_selected_profile(3) - API function
1164gnutls_srtp_set_mki(3) - API function
1165gnutls_srtp_set_profile(3) - API function
1166gnutls_srtp_set_profile_direct(3) - API function
1167gnutls_store_commitment(3) - API function
1168gnutls_store_pubkey(3) - API function
1169gnutls_strerror(3) - API function
1170gnutls_strerror_name(3) - API function
1171gnutls_subject_alt_names_deinit(3) - API function
1172gnutls_subject_alt_names_get(3) - API function
1173gnutls_subject_alt_names_init(3) - API function
1174gnutls_subject_alt_names_set(3) - API function
1175gnutls_supplemental_get_name(3) - API function
1176gnutls_supplemental_recv(3) - API function
1177gnutls_supplemental_register(3) - API function
1178gnutls_supplemental_send(3) - API function
1179gnutls_system_key_add_x509(3) - API function
1180gnutls_system_key_delete(3) - API function
1181gnutls_system_key_iter_deinit(3) - API function
1182gnutls_system_key_iter_get_info(3) - API function
1183gnutls_system_recv_timeout(3) - API function
1184gnutls_tdb_deinit(3) - API function
1185gnutls_tdb_init(3) - API function
1186gnutls_tdb_set_store_commitment_func(3) - API function
1187gnutls_tdb_set_store_func(3) - API function
1188gnutls_tdb_set_verify_func(3) - API function
1189gnutls_tpm_get_registered(3) - API function
1190gnutls_tpm_key_list_deinit(3) - API function
1191gnutls_tpm_key_list_get_url(3) - API function
1192gnutls_tpm_privkey_delete(3) - API function
1193gnutls_tpm_privkey_generate(3) - API function
1194gnutls_transport_get_int(3) - API function
1195gnutls_transport_get_int2(3) - API function
1196gnutls_transport_get_ptr(3) - API function
1197gnutls_transport_get_ptr2(3) - API function
1198gnutls_transport_set_errno(3) - API function
1199gnutls_transport_set_errno_function(3) - API function
1200gnutls_transport_set_fastopen(3) - API function
1201gnutls_transport_set_int(3) - API function
1202gnutls_transport_set_int2(3) - API function
1203gnutls_transport_set_ptr(3) - API function
1204gnutls_transport_set_ptr2(3) - API function
1205gnutls_transport_set_pull_function(3) - API function
1206gnutls_transport_set_pull_timeout_function(3) - API function
1207gnutls_transport_set_push_function(3) - API function
1208gnutls_transport_set_vec_push_function(3) - API function
1209gnutls_url_is_supported(3) - API function
1210gnutls_utf8_password_normalize(3) - API function
1211gnutls_verify_stored_pubkey(3) - API function
1212gnutls_x509_aia_deinit(3) - API function
1213gnutls_x509_aia_get(3) - API function
1214gnutls_x509_aia_init(3) - API function
1215gnutls_x509_aia_set(3) - API function
1216gnutls_x509_aki_deinit(3) - API function
1217gnutls_x509_aki_get_cert_issuer(3) - API function
1218gnutls_x509_aki_get_id(3) - API function
1219gnutls_x509_aki_init(3) - API function
1220gnutls_x509_aki_set_cert_issuer(3) - API function
1221gnutls_x509_aki_set_id(3) - API function
1222gnutls_x509_cidr_to_rfc5280(3) - API function
1223gnutls_x509_crl_check_issuer(3) - API function
1224gnutls_x509_crl_deinit(3) - API function
1225gnutls_x509_crl_dist_points_deinit(3) - API function
1226gnutls_x509_crl_dist_points_get(3) - API function
1227gnutls_x509_crl_dist_points_init(3) - API function
1228gnutls_x509_crl_dist_points_set(3) - API function
1229gnutls_x509_crl_export(3) - API function
1230gnutls_x509_crl_export2(3) - API function
1231gnutls_x509_crl_get_authority_key_gn_serial(3) - API function
1232gnutls_x509_crl_get_authority_key_id(3) - API function
1233gnutls_x509_crl_get_crt_count(3) - API function
1234gnutls_x509_crl_get_crt_serial(3) - API function
1235gnutls_x509_crl_get_dn_oid(3) - API function
1236gnutls_x509_crl_get_extension_data(3) - API function
1237gnutls_x509_crl_get_extension_data2(3) - API function
1238gnutls_x509_crl_get_extension_info(3) - API function
1239gnutls_x509_crl_get_extension_oid(3) - API function
1240gnutls_x509_crl_get_issuer_dn(3) - API function
1241gnutls_x509_crl_get_issuer_dn2(3) - API function
1242gnutls_x509_crl_get_issuer_dn3(3) - API function
1243gnutls_x509_crl_get_issuer_dn_by_oid(3) - API function
1244gnutls_x509_crl_get_next_update(3) - API function
1245gnutls_x509_crl_get_number(3) - API function
1246gnutls_x509_crl_get_raw_issuer_dn(3) - API function
1247gnutls_x509_crl_get_signature(3) - API function
1248gnutls_x509_crl_get_signature_algorithm(3) - API function
1249gnutls_x509_crl_get_signature_oid(3) - API function
1250gnutls_x509_crl_get_this_update(3) - API function
1251gnutls_x509_crl_get_version(3) - API function
1252gnutls_x509_crl_import(3) - API function
1253gnutls_x509_crl_init(3) - API function
1254gnutls_x509_crl_iter_crt_serial(3) - API function
1255gnutls_x509_crl_iter_deinit(3) - API function
1256gnutls_x509_crl_list_import(3) - API function
1257gnutls_x509_crl_list_import2(3) - API function
1258gnutls_x509_crl_print(3) - API function
1259gnutls_x509_crl_privkey_sign(3) - API function
1260gnutls_x509_crl_set_authority_key_id(3) - API function
1261gnutls_x509_crl_set_crt(3) - API function
1262gnutls_x509_crl_set_crt_serial(3) - API function
1263gnutls_x509_crl_set_next_update(3) - API function
1264gnutls_x509_crl_set_number(3) - API function
1265gnutls_x509_crl_set_this_update(3) - API function
1266gnutls_x509_crl_set_version(3) - API function
1267gnutls_x509_crl_sign(3) - API function
1268gnutls_x509_crl_sign2(3) - API function
1269gnutls_x509_crl_verify(3) - API function
1270gnutls_x509_crq_deinit(3) - API function
1271gnutls_x509_crq_export(3) - API function
1272gnutls_x509_crq_export2(3) - API function
1273gnutls_x509_crq_get_attribute_by_oid(3) - API function
1274gnutls_x509_crq_get_attribute_data(3) - API function
1275gnutls_x509_crq_get_attribute_info(3) - API function
1276gnutls_x509_crq_get_basic_constraints(3) - API function
1277gnutls_x509_crq_get_challenge_password(3) - API function
1278gnutls_x509_crq_get_dn(3) - API function
1279gnutls_x509_crq_get_dn2(3) - API function
1280gnutls_x509_crq_get_dn3(3) - API function
1281gnutls_x509_crq_get_dn_by_oid(3) - API function
1282gnutls_x509_crq_get_dn_oid(3) - API function
1283gnutls_x509_crq_get_extension_by_oid(3) - API function
1284gnutls_x509_crq_get_extension_by_oid2(3) - API function
1285gnutls_x509_crq_get_extension_data(3) - API function
1286gnutls_x509_crq_get_extension_data2(3) - API function
1287gnutls_x509_crq_get_extension_info(3) - API function
1288gnutls_x509_crq_get_key_id(3) - API function
1289gnutls_x509_crq_get_key_purpose_oid(3) - API function
1290gnutls_x509_crq_get_key_rsa_raw(3) - API function
1291gnutls_x509_crq_get_key_usage(3) - API function
1292gnutls_x509_crq_get_pk_algorithm(3) - API function
1293gnutls_x509_crq_get_pk_oid(3) - API function
1294gnutls_x509_crq_get_private_key_usage_period(3) - API function
1295gnutls_x509_crq_get_signature_algorithm(3) - API function
1296gnutls_x509_crq_get_signature_oid(3) - API function
1297gnutls_x509_crq_get_spki(3) - API function
1298gnutls_x509_crq_get_subject_alt_name(3) - API function
1299gnutls_x509_crq_get_subject_alt_othername_oid(3) - API function
1300gnutls_x509_crq_get_tlsfeatures(3) - API function
1301gnutls_x509_crq_get_version(3) - API function
1302gnutls_x509_crq_import(3) - API function
1303gnutls_x509_crq_init(3) - API function
1304gnutls_x509_crq_print(3) - API function
1305gnutls_x509_crq_privkey_sign(3) - API function
1306gnutls_x509_crq_set_attribute_by_oid(3) - API function
1307gnutls_x509_crq_set_basic_constraints(3) - API function
1308gnutls_x509_crq_set_challenge_password(3) - API function
1309gnutls_x509_crq_set_dn(3) - API function
1310gnutls_x509_crq_set_dn_by_oid(3) - API function
1311gnutls_x509_crq_set_extension_by_oid(3) - API function
1312gnutls_x509_crq_set_key(3) - API function
1313gnutls_x509_crq_set_key_purpose_oid(3) - API function
1314gnutls_x509_crq_set_key_rsa_raw(3) - API function
1315gnutls_x509_crq_set_key_usage(3) - API function
1316gnutls_x509_crq_set_private_key_usage_period(3) - API function
1317gnutls_x509_crq_set_pubkey(3) - API function
1318gnutls_x509_crq_set_spki(3) - API function
1319gnutls_x509_crq_set_subject_alt_name(3) - API function
1320gnutls_x509_crq_set_subject_alt_othername(3) - API function
1321gnutls_x509_crq_set_tlsfeatures(3) - API function
1322gnutls_x509_crq_set_version(3) - API function
1323gnutls_x509_crq_sign(3) - API function
1324gnutls_x509_crq_sign2(3) - API function
1325gnutls_x509_crq_verify(3) - API function
1326gnutls_x509_crt_check_email(3) - API function
1327gnutls_x509_crt_check_hostname(3) - API function
1328gnutls_x509_crt_check_hostname2(3) - API function
1329gnutls_x509_crt_check_ip(3) - API function
1330gnutls_x509_crt_check_issuer(3) - API function
1331gnutls_x509_crt_check_key_purpose(3) - API function
1332gnutls_x509_crt_check_revocation(3) - API function
1333gnutls_x509_crt_cpy_crl_dist_points(3) - API function
1334gnutls_x509_crt_deinit(3) - API function
1335gnutls_x509_crt_equals(3) - This function compares two gnutls_x509_crt_t certificates
1336gnutls_x509_crt_equals2(3) - This function compares a gnutls_x509_crt_t cert with DER data
1337gnutls_x509_crt_export(3) - API function
1338gnutls_x509_crt_export2(3) - API function
1339gnutls_x509_crt_get_activation_time(3) - API function
1340gnutls_x509_crt_get_authority_info_access(3) - API function
1341gnutls_x509_crt_get_authority_key_gn_serial(3) - API function
1342gnutls_x509_crt_get_authority_key_id(3) - API function
1343gnutls_x509_crt_get_basic_constraints(3) - API function
1344gnutls_x509_crt_get_ca_status(3) - API function
1345gnutls_x509_crt_get_crl_dist_points(3) - API function
1346gnutls_x509_crt_get_dn(3) - API function
1347gnutls_x509_crt_get_dn2(3) - API function
1348gnutls_x509_crt_get_dn3(3) - API function
1349gnutls_x509_crt_get_dn_by_oid(3) - API function
1350gnutls_x509_crt_get_dn_oid(3) - API function
1351gnutls_x509_crt_get_expiration_time(3) - API function
1352gnutls_x509_crt_get_extension_by_oid(3) - API function
1353gnutls_x509_crt_get_extension_by_oid2(3) - API function
1354gnutls_x509_crt_get_extension_data(3) - API function
1355gnutls_x509_crt_get_extension_data2(3) - API function
1356gnutls_x509_crt_get_extension_info(3) - API function
1357gnutls_x509_crt_get_extension_oid(3) - API function
1358gnutls_x509_crt_get_fingerprint(3) - API function
1359gnutls_x509_crt_get_inhibit_anypolicy(3) - API function
1360gnutls_x509_crt_get_issuer(3) - API function
1361gnutls_x509_crt_get_issuer_alt_name(3) - API function
1362gnutls_x509_crt_get_issuer_alt_name2(3) - API function
1363gnutls_x509_crt_get_issuer_alt_othername_oid(3) - API function
1364gnutls_x509_crt_get_issuer_dn(3) - API function
1365gnutls_x509_crt_get_issuer_dn2(3) - API function
1366gnutls_x509_crt_get_issuer_dn3(3) - API function
1367gnutls_x509_crt_get_issuer_dn_by_oid(3) - API function
1368gnutls_x509_crt_get_issuer_dn_oid(3) - API function
1369gnutls_x509_crt_get_issuer_unique_id(3) - API function
1370gnutls_x509_crt_get_key_id(3) - API function
1371gnutls_x509_crt_get_key_purpose_oid(3) - API function
1372gnutls_x509_crt_get_key_usage(3) - API function
1373gnutls_x509_crt_get_name_constraints(3) - API function
1374gnutls_x509_crt_get_pk_algorithm(3) - API function
1375gnutls_x509_crt_get_pk_dsa_raw(3) - API function
1376gnutls_x509_crt_get_pk_ecc_raw(3) - API function
1377gnutls_x509_crt_get_pk_gost_raw(3) - API function
1378gnutls_x509_crt_get_pk_oid(3) - API function
1379gnutls_x509_crt_get_pk_rsa_raw(3) - API function
1380gnutls_x509_crt_get_policy(3) - API function
1381gnutls_x509_crt_get_preferred_hash_algorithm(3) - API function
1382gnutls_x509_crt_get_private_key_usage_period(3) - API function
1383gnutls_x509_crt_get_proxy(3) - API function
1384gnutls_x509_crt_get_raw_dn(3) - API function
1385gnutls_x509_crt_get_raw_issuer_dn(3) - API function
1386gnutls_x509_crt_get_serial(3) - API function
1387gnutls_x509_crt_get_signature(3) - API function
1388gnutls_x509_crt_get_signature_algorithm(3) - API function
1389gnutls_x509_crt_get_signature_oid(3) - API function
1390gnutls_x509_crt_get_spki(3) - API function
1391gnutls_x509_crt_get_subject(3) - API function
1392gnutls_x509_crt_get_subject_alt_name(3) - API function
1393gnutls_x509_crt_get_subject_alt_name2(3) - API function
1394gnutls_x509_crt_get_subject_alt_othername_oid(3) - API function
1395gnutls_x509_crt_get_subject_key_id(3) - API function
1396gnutls_x509_crt_get_subject_unique_id(3) - API function
1397gnutls_x509_crt_get_tlsfeatures(3) - API function
1398gnutls_x509_crt_get_version(3) - API function
1399gnutls_x509_crt_import(3) - API function
1400gnutls_x509_crt_import_pkcs11(3) - API function
1401gnutls_x509_crt_import_url(3) - API function
1402gnutls_x509_crt_init(3) - API function
1403gnutls_x509_crt_list_import(3) - API function
1404gnutls_x509_crt_list_import2(3) - API function
1405gnutls_x509_crt_list_import_pkcs11(3) - API function
1406gnutls_x509_crt_list_import_url(3) - API function
1407gnutls_x509_crt_list_verify(3) - API function
1408gnutls_x509_crt_print(3) - API function
1409gnutls_x509_crt_privkey_sign(3) - API function
1410gnutls_x509_crt_set_activation_time(3) - API function
1411gnutls_x509_crt_set_authority_info_access(3) - API function
1412gnutls_x509_crt_set_authority_key_id(3) - API function
1413gnutls_x509_crt_set_basic_constraints(3) - API function
1414gnutls_x509_crt_set_ca_status(3) - API function
1415gnutls_x509_crt_set_crl_dist_points(3) - API function
1416gnutls_x509_crt_set_crl_dist_points2(3) - API function
1417gnutls_x509_crt_set_crq(3) - API function
1418gnutls_x509_crt_set_crq_extension_by_oid(3) - API function
1419gnutls_x509_crt_set_crq_extensions(3) - API function
1420gnutls_x509_crt_set_dn(3) - API function
1421gnutls_x509_crt_set_dn_by_oid(3) - API function
1422gnutls_x509_crt_set_expiration_time(3) - API function
1423gnutls_x509_crt_set_extension_by_oid(3) - API function
1424gnutls_x509_crt_set_flags(3) - API function
1425gnutls_x509_crt_set_inhibit_anypolicy(3) - API function
1426gnutls_x509_crt_set_issuer_alt_name(3) - API function
1427gnutls_x509_crt_set_issuer_alt_othername(3) - API function
1428gnutls_x509_crt_set_issuer_dn(3) - API function
1429gnutls_x509_crt_set_issuer_dn_by_oid(3) - API function
1430gnutls_x509_crt_set_issuer_unique_id(3) - API function
1431gnutls_x509_crt_set_key(3) - API function
1432gnutls_x509_crt_set_key_purpose_oid(3) - API function
1433gnutls_x509_crt_set_key_usage(3) - API function
1434gnutls_x509_crt_set_name_constraints(3) - API function
1435gnutls_x509_crt_set_pin_function(3) - API function
1436gnutls_x509_crt_set_policy(3) - API function
1437gnutls_x509_crt_set_private_key_usage_period(3) - API function
1438gnutls_x509_crt_set_proxy(3) - API function
1439gnutls_x509_crt_set_proxy_dn(3) - API function
1440gnutls_x509_crt_set_pubkey(3) - API function
1441gnutls_x509_crt_set_serial(3) - API function
1442gnutls_x509_crt_set_spki(3) - API function
1443gnutls_x509_crt_set_subject_alt_name(3) - API function
1444gnutls_x509_crt_set_subject_alt_othername(3) - API function
1445gnutls_x509_crt_set_subject_alternative_name(3) - API function
1446gnutls_x509_crt_set_subject_key_id(3) - API function
1447gnutls_x509_crt_set_subject_unique_id(3) - API function
1448gnutls_x509_crt_set_tlsfeatures(3) - API function
1449gnutls_x509_crt_set_version(3) - API function
1450gnutls_x509_crt_sign(3) - API function
1451gnutls_x509_crt_sign2(3) - API function
1452gnutls_x509_crt_verify(3) - API function
1453gnutls_x509_crt_verify_data2(3) - API function
1454gnutls_x509_dn_deinit(3) - API function
1455gnutls_x509_dn_export(3) - API function
1456gnutls_x509_dn_export2(3) - API function
1457gnutls_x509_dn_get_rdn_ava(3) - API function
1458gnutls_x509_dn_get_str(3) - API function
1459gnutls_x509_dn_get_str2(3) - API function
1460gnutls_x509_dn_import(3) - API function
1461gnutls_x509_dn_init(3) - API function
1462gnutls_x509_dn_oid_known(3) - API function
1463gnutls_x509_dn_oid_name(3) - API function
1464gnutls_x509_dn_set_str(3) - API function
1465gnutls_x509_ext_deinit(3) - API function
1466gnutls_x509_ext_export_aia(3) - API function
1467gnutls_x509_ext_export_authority_key_id(3) - API function
1468gnutls_x509_ext_export_basic_constraints(3) - API function
1469gnutls_x509_ext_export_crl_dist_points(3) - API function
1470gnutls_x509_ext_export_inhibit_anypolicy(3) - API function
1471gnutls_x509_ext_export_key_purposes(3) - API function
1472gnutls_x509_ext_export_key_usage(3) - API function
1473gnutls_x509_ext_export_name_constraints(3) - API function
1474gnutls_x509_ext_export_policies(3) - API function
1475gnutls_x509_ext_export_private_key_usage_period(3) - API function
1476gnutls_x509_ext_export_proxy(3) - API function
1477gnutls_x509_ext_export_subject_alt_names(3) - API function
1478gnutls_x509_ext_export_subject_key_id(3) - API function
1479gnutls_x509_ext_export_tlsfeatures(3) - API function
1480gnutls_x509_ext_import_aia(3) - API function
1481gnutls_x509_ext_import_authority_key_id(3) - API function
1482gnutls_x509_ext_import_basic_constraints(3) - API function
1483gnutls_x509_ext_import_crl_dist_points(3) - API function
1484gnutls_x509_ext_import_inhibit_anypolicy(3) - API function
1485gnutls_x509_ext_import_key_purposes(3) - API function
1486gnutls_x509_ext_import_key_usage(3) - API function
1487gnutls_x509_ext_import_name_constraints(3) - API function
1488gnutls_x509_ext_import_policies(3) - API function
1489gnutls_x509_ext_import_private_key_usage_period(3) - API function
1490gnutls_x509_ext_import_proxy(3) - API function
1491gnutls_x509_ext_import_subject_alt_names(3) - API function
1492gnutls_x509_ext_import_subject_key_id(3) - API function
1493gnutls_x509_ext_import_tlsfeatures(3) - API function
1494gnutls_x509_ext_print(3) - API function
1495gnutls_x509_key_purpose_deinit(3) - API function
1496gnutls_x509_key_purpose_get(3) - API function
1497gnutls_x509_key_purpose_init(3) - API function
1498gnutls_x509_key_purpose_set(3) - API function
1499gnutls_x509_name_constraints_add_excluded(3) - API function
1500gnutls_x509_name_constraints_add_permitted(3) - API function
1501gnutls_x509_name_constraints_check(3) - API function
1502gnutls_x509_name_constraints_check_crt(3) - API function
1503gnutls_x509_name_constraints_deinit(3) - API function
1504gnutls_x509_name_constraints_get_excluded(3) - API function
1505gnutls_x509_name_constraints_get_permitted(3) - API function
1506gnutls_x509_name_constraints_init(3) - API function
1507gnutls_x509_othername_to_virtual(3) - API function
1508gnutls_x509_policies_deinit(3) - API function
1509gnutls_x509_policies_get(3) - API function
1510gnutls_x509_policies_init(3) - API function
1511gnutls_x509_policies_set(3) - API function
1512gnutls_x509_policy_release(3) - API function
1513gnutls_x509_privkey_cpy(3) - API function
1514gnutls_x509_privkey_deinit(3) - API function
1515gnutls_x509_privkey_export(3) - API function
1516gnutls_x509_privkey_export2(3) - API function
1517gnutls_x509_privkey_export2_pkcs8(3) - API function
1518gnutls_x509_privkey_export_dsa_raw(3) - API function
1519gnutls_x509_privkey_export_ecc_raw(3) - API function
1520gnutls_x509_privkey_export_gost_raw(3) - API function
1521gnutls_x509_privkey_export_pkcs8(3) - API function
1522gnutls_x509_privkey_export_rsa_raw(3) - API function
1523gnutls_x509_privkey_export_rsa_raw2(3) - API function
1524gnutls_x509_privkey_fix(3) - API function
1525gnutls_x509_privkey_generate(3) - API function
1526gnutls_x509_privkey_generate2(3) - API function
1527gnutls_x509_privkey_get_key_id(3) - API function
1528gnutls_x509_privkey_get_pk_algorithm(3) - API function
1529gnutls_x509_privkey_get_pk_algorithm2(3) - API function
1530gnutls_x509_privkey_get_seed(3) - API function
1531gnutls_x509_privkey_get_spki(3) - API function
1532gnutls_x509_privkey_import(3) - API function
1533gnutls_x509_privkey_import2(3) - API function
1534gnutls_x509_privkey_import_dsa_raw(3) - API function
1535gnutls_x509_privkey_import_ecc_raw(3) - API function
1536gnutls_x509_privkey_import_gost_raw(3) - API function
1537gnutls_x509_privkey_import_openssl(3) - API function
1538gnutls_x509_privkey_import_pkcs8(3) - API function
1539gnutls_x509_privkey_import_rsa_raw(3) - API function
1540gnutls_x509_privkey_import_rsa_raw2(3) - API function
1541gnutls_x509_privkey_init(3) - API function
1542gnutls_x509_privkey_sec_param(3) - API function
1543gnutls_x509_privkey_set_flags(3) - API function
1544gnutls_x509_privkey_set_pin_function(3) - API function
1545gnutls_x509_privkey_set_spki(3) - API function
1546gnutls_x509_privkey_sign_data(3) - API function
1547gnutls_x509_privkey_sign_hash(3) - API function
1548gnutls_x509_privkey_verify_params(3) - API function
1549gnutls_x509_privkey_verify_seed(3) - API function
1550gnutls_x509_rdn_get(3) - API function
1551gnutls_x509_rdn_get2(3) - API function
1552gnutls_x509_rdn_get_by_oid(3) - API function
1553gnutls_x509_rdn_get_oid(3) - API function
1554gnutls_x509_spki_deinit(3) - API function
1555gnutls_x509_spki_get_rsa_pss_params(3) - API function
1556gnutls_x509_spki_init(3) - API function
1557gnutls_x509_spki_set_rsa_pss_params(3) - API function
1558gnutls_x509_tlsfeatures_add(3) - API function
1559gnutls_x509_tlsfeatures_check_crt(3) - API function
1560gnutls_x509_tlsfeatures_deinit(3) - API function
1561gnutls_x509_tlsfeatures_get(3) - API function
1562gnutls_x509_tlsfeatures_init(3) - API function
1563gnutls_x509_trust_list_add_cas(3) - API function
1564gnutls_x509_trust_list_add_crls(3) - API function
1565gnutls_x509_trust_list_add_named_crt(3) - API function
1566gnutls_x509_trust_list_add_system_trust(3) - API function
1567gnutls_x509_trust_list_add_trust_dir(3) - API function
1568gnutls_x509_trust_list_add_trust_file(3) - API function
1569gnutls_x509_trust_list_add_trust_mem(3) - API function
1570gnutls_x509_trust_list_deinit(3) - API function
1571gnutls_x509_trust_list_get_issuer(3) - API function
1572gnutls_x509_trust_list_get_issuer_by_dn(3) - API function
1573gnutls_x509_trust_list_get_issuer_by_subject_key_id(3) - API function
1574gnutls_x509_trust_list_init(3) - API function
1575gnutls_x509_trust_list_iter_deinit(3) - API function
1576gnutls_x509_trust_list_iter_get_ca(3) - API function
1577gnutls_x509_trust_list_remove_cas(3) - API function
1578gnutls_x509_trust_list_remove_trust_file(3) - API function
1579gnutls_x509_trust_list_remove_trust_mem(3) - API function
1580gnutls_x509_trust_list_verify_crt(3) - API function
1581gnutls_x509_trust_list_verify_crt2(3) - API function
1582gnutls_x509_trust_list_verify_named_crt(3) - API function
1583httpcfg(1) - Mono Certificate Management for HttpListener
1584idevice_id(1) - Prints device name or a list of attached devices
1585idevicebackup(1) - Create or restore backup for devices
1586idevicebackup2(1) - Create or restore backups for devices running iOS 4 or later
1587idevicecrashreport(1) - Retrieve crash reports from a device
1588idevicedate(1) - Display the current date or set it on a device
1589idevicedebug(1) - Interact with the debugserver service of a device
1590idevicedebugserverproxy(1) - Remote debugging proxy
1591idevicediagnostics(1) - Interact with the diagnostics interface of a device
1592ideviceenterrecovery(1) - Make a device enter recovery mode
1593ideviceimagemounter(1) - Mount disk images on the device
1594ideviceinfo(1) - Show information about the first connected device
1595ideviceinstaller(1) - Manage apps on iOS devices
1596idevicename(1) - Display the device name or set it to NAME if specified
1597idevicenotificationproxy(1) - Post or observe notifications on a device
1598idevicepair(1) - Manage host pairings with devices and usbmuxd
1599ideviceprovision(1) - Manage provisioning profiles on a device
1600idevicescreenshot(1) - Gets a screenshot from the connected device
1601idevicesyslog(1) - Relay syslog of a connected device
1602idn2(1) - Libidn2 Internationalized Domain Names conversion tool
1603idn2_check_version(3) - API function
1604idn2_free(3) - API function
1605idn2_lookup_u8(3) - API function
1606idn2_lookup_ul(3) - API function
1607idn2_register_u8(3) - API function
1608idn2_register_ul(3) - API function
1609idn2_strerror(3) - API function
1610idn2_strerror_name(3) - API function
1611idn2_to_ascii_4i(3) - API function
1612idn2_to_ascii_4i2(3) - API function
1613idn2_to_ascii_4z(3) - API function
1614idn2_to_ascii_8z(3) - API function
1615idn2_to_ascii_lz(3) - API function
1616idn2_to_unicode_44i(3) - API function
1617idn2_to_unicode_4z4z(3) - API function
1618idn2_to_unicode_8z4z(3) - API function
1619idn2_to_unicode_8z8z(3) - API function
1620idn2_to_unicode_8zlz(3) - API function
1621idn2_to_unicode_lzlz(3) - API function
1622ifnames(1) - Extract CPP conditionals from a set of files
1623ilasm(1), ilasm2(1) - Mono IL assembler
1624illinkanalyzer(1) - Mono's linker analyzer tool
1625img2webp(1) - create animated WebP file from a sequence of input images
1626ipython(1) - Tools for Interactive Computing in Python
1627jpegtran(1) - lossless transformation of JPEG files
1628jpgicc(1) - little cms ICC profile applier for JPEG
1629lame(1) - create mp3 audio files
1630lc(1) - Mono License Compiler
1631libavcodec(3) - media streams decoding and encoding library
1632libavdevice(3) - multimedia device handling library
1633libavfilter(3) - multimedia filtering library
1634libavformat(3) - multimedia muxing and demuxing library
1635libavutil(3) - multimedia-biased utility library
1636libopenjp2(3) - a library for reading and writing JPEG2000 image files
1637libpng(3) - Portable Network Graphics (PNG) Reference Library 1.6.37
1638libpng(3) - Portable Network Graphics (PNG) Reference Library 1.6.37 (private functions)
1639librtmp(3) - RTMPDump Real-Time Messaging Protocol API
1640libswresample(3) - audio resampling library
1641libswscale(3) - video scaling and pixel format conversion library
1642libtiff(3tiff) - introduction to libtiff , a library for reading and writing TIFF files
1643libunbound(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.9.5 functions
1644libzip(3) - library for manipulating zip archives
1645lzmainfo(1) - show information stored in the .lzma file header
1646macpack(1) - Macintosh OS X Packager for managed gui assemblies
1647mconfig(1) - Utility for modifying .NET configuration files
1648mcs(1) - Turbo C# Compiler
1649mdassembler(1) - Compile documentation for use in monodoc browser
1650mdoc(1) - Mono documentation management tool
1651mdoc(5) - Mono Documentation XML Format
1652mdoc-assemble(1), mdoc assemble(1) - Compile documentation for use in monodoc(1)
1653mdoc-export-html(1), mdoc export-html(1) - Convert mdoc(5) XML to HTML
1654mdoc-export-msxdoc(1), mdoc export-msxdoc(1) - Convert mdoc(5) XML to Microsoft XML Documentation
1655mdoc-update(1), mdoc update(1) - mdoc(5) documentation format support
1656mdoc-validate(1), mdoc validate(1) - Validate XML documents against a schema
1657mdvalidater(1), mdvalidator(1) - Validate XML Documents against the ECMA Documentation Schema
1658metaflac(1) - program to list, add, remove, or edit metadata in one or more FLAC files
1659mkbundle(1), mkbundle2(1) - Creates a bundled executable
1660mono(1) - Mono's ECMA-CLI native code generator (Just-in-Time and Ahead-of-Time)
1661mono-api-info(1) - Expose IL structure of CLR assemblies as XML
1662mono-configuration-crypto(1) - Mono configuration utility to manage encryption keys and encrypt/decrypt config file sections
1663mono-service(1), mono-service2(1) - Mono ServiceProcess host
1664mono-shlib-cop(1) - Shared Library Usage Checker
1665mono-symbolicate(1) - Mono Symbolicate Tool
1666mono-xmltool(1) - Mono XML validation and transformation tool
1667monodis(1) - CIL image content dumper and disassembler
1668monodocer(1) - ECMA Documentation Format Support
1669monodocs2html(1) - Translate Monodoc XML to HTML
1670monop(1), monop2(1) - Mono Class Outline Viewer
1671mozroots(1) - Download and import trusted root certificates from Mozilla's LXR into Mono's certificate store
1672mprof-report(1) - report generator for Mono's log profiler
1673node(1) - server-side JavaScript runtime
1674npm(1) - a JavaScript package manager Build Status https://img.shields.io/travis/npm/cli/latest.svg https://travis-ci.org/npm/cli
1675npm(1) - javascript package manager
1676npm-access(1) - Set access level on published packages
1677npm-adduser(1) - Add a registry user account
1678npm-audit(1) - Run a security audit
1679npm-bin(1) - Display npm bin folder
1680npm-bugs(1) - Bugs for a package in a web browser maybe
1681npm-build(1) - Build a package
1682npm-bundle(1) - REMOVED
1683npm-cache(1) - Manipulates packages cache
1684npm-ci(1) - Install a project with a clean slate
1685npm-coding-style(7) - npm's "funny" coding style
1686npm-completion(1) - Tab Completion for npm
1687npm-config(1) - Manage the npm configuration files
1688npm-config(7) - More than you probably want to know about npm configuration
1689npm-dedupe(1) - Reduce duplication
1690npm-deprecate(1) - Deprecate a version of a package
1691npm-developers(7) - Developer Guide
1692npm-disputes(7) - Handling Module Name Disputes This document describes the steps that you should take to resolve module name disputes with other npm publishers. It also describes special steps you should take about names you think infringe your trademarks. This document is a clarification of the acceptable behavior outlined in the npm Code of Conduct https://www.npmjs.com/policies/conduct, and nothing in this document should be interpreted to contradict any aspect of the npm Code of Conduct
1693npm-dist-tag(1) - Modify package distribution tags
1694npm-docs(1) - Docs for a package in a web browser maybe
1695npm-doctor(1) - Check your environments
1696npm-edit(1) - Edit an installed package
1697npm-explore(1) - Browse an installed package
1698npm-folders(5) - Folder Structures Used by npm
1699npm-help(1) - Get help on npm
1700npm-help-search(1) - Search npm help documentation
1701npm-hook(1) - Manage registry hooks
1702npm-index(7) - Index of all npm documentation
1703npm-init(1) - create a package.json file
1704npm-install(1) - Install a package
1705npm-link(1) - Symlink a package folder
1706npm-logout(1) - Log out of the registry
1707npm-ls(1) - List installed packages
1708npm-org(1) - Manage orgs
1709npm-orgs(7) - Working with Teams & Orgs
1710npm-outdated(1) - Check for outdated packages
1711npm-owner(1) - Manage package owners
1712npm-pack(1) - Create a tarball from a package
1713npm-package-locks(5) - An explanation of npm lockfiles
1714npm-ping(1) - Ping npm registry
1715npm-prefix(1) - Display prefix
1716npm-profile(1) - Change settings on your registry profile
1717npm-prune(1) - Remove extraneous packages
1718npm-publish(1) - Publish a package
1719npm-rebuild(1) - Rebuild a package
1720npm-registry(7) - The JavaScript Package Registry
1721npm-repo(1) - Open package repository page in the browser
1722npm-restart(1) - Restart a package
1723npm-root(1) - Display npm root
1724npm-run-script(1) - Run arbitrary package scripts
1725npm-scope(7) - Scoped packages
1726npm-scripts(7) - How npm handles the "scripts" field
1727npm-search(1) - Search for packages
1728npm-shrinkwrap(1) - Lock down dependency versions for publication
1729npm-shrinkwrap.json(5) - A publishable lockfile
1730npm-star(1) - Mark your favorite packages
1731npm-stars(1) - View packages marked as favorites
1732npm-start(1) - Start a package
1733npm-stop(1) - Stop a package
1734npm-team(1) - Manage organization teams and team memberships
1735npm-test(1) - Test a package
1736npm-token(1) - Manage your authentication tokens
1737npm-uninstall(1) - Remove a package
1738npm-unpublish(1) - Remove a package from the registry
1739npm-update(1) - Update a package
1740npm-version(1) - Bump a package version
1741npm-view(1) - View registry info
1742npm-whoami(1) - Display npm username
1743npmrc(5) - The npm config files
1744npx(1) - execute npm package binaries
1745ocsptool(1), *[B-Font]ocsptool(1) - GnuTLS OCSP tool
1746opj_compress(1) - This program reads in an image of a certain type and converts it to a jpeg2000 file. It is part of the OpenJPEG library. Valid input image extensions are .bmp, .pgm, .pgx, .png, .pnm, .ppm, .raw, .tga, .tif . For PNG resp. TIF it needs libpng resp. libtiff . Valid output image extensions are .j2k, .jp2
1747opj_decompress(1) - This program reads in a jpeg2000 image and converts it to another image type. It is part of the OpenJPEG library. Valid input image extensions are .j2k, .jp2, .j2c, .jpt Valid output image extensions are .bmp, .pgm, .pgx, .png, .pnm, .ppm, .raw, .tga, .tif . For PNG resp. TIF it needs libpng resp. libtiff
1748opj_dump(1) - This program reads in a jpeg2000 image and dumps the contents to stdout. It is part of the OpenJPEG library. Valid input image extensions are .j2k, .jp2, .jpt
1749p11tool(1), *[B-Font]p11tool(1) - GnuTLS PKCS #11 tool
1750package.json(5) - Specifics of npm's package.json handling
1751pal2rgb(1) - convert a palette color TIFF image to a full color image
1752pcre-config(1) - program to return PCRE configuration
1753pcregrep(1) - a grep with Perl-compatible regular expressions
1754pcretest(1) - a program for testing Perl-compatible regular expressions
1755pdb2mdb(1) - Program Database to Mono Debugging Symbol converter
1756permview(1) - Viewer for declarative security permission sets inside assemblies
1757pkg-config(1) - Return metainformation about installed libraries
1758png(5) - Portable Network Graphics (PNG) format
1759ppm2tiff(1) - create a TIFF file from PPM, PGM and PBM image files
1760psktool(1), *[B-Font]psktool(1) - GnuTLS PSK tool
1761python3(1), python(1) - an interpreted, interactive, object-oriented programming language
1762raw2tiff(1) - create a TIFF file from a raw data
1763rdjpgcom(1) - display text comments from a JPEG file
1764resgen(1), resgen2(1) - Mono/CLI Resource Generator
1765rtmpdump(1) - RTMP streaming media client
1766rtmpgw(8) - RTMP streaming media gateway
1767secutil(1) - Extract X.509 certificates and strongnames from assemblies
1768setreg(1) - Change settings for public key cryptography
1769sgen(1) - Mono XML Serializer GENerator
1770signcode(1) - Digitally sign an PE executable using an X.509 certificate
1771sn(1) - Digitally sign/verify/compare strongnames on CLR assemblies
1772sndfile-cmp(1) - compare two audio files
1773sndfile-concat(1) - concatenate audio data from two or more audio files
1774sndfile-convert(1) - convert sound files from one format to another
1775sndfile-info(1) - display information about sound files
1776sndfile-interleave(1), sndfile-deinterleave(1) - convert mono files into a multi-channel file and vice versa
1777sndfile-metadata-get(1), sndfile-metadata-set(1) - get or set metadata in a sound file
1778sndfile-play(1) - play a sound file
1779sndfile-salvage(1) - salvage audio data from WAV files longer than 4G
1780soapsuds(1) - Mono's Remoting Proxy Generator
1781sqlsharp(1) - Mono SQL Query command-line tool
1782srptool(1), *[B-Font]srptool(1) - GnuTLS SRP tool
1783tiff2bw(1) - convert a color TIFF image to greyscale
1784tiff2pdf(1) - convert a TIFF image to a PDF document
1785tiff2ps(1) - convert a TIFF image to
1786tiff2rgba(1) - convert a TIFF image to RGBA color space
1787tiffcmp(1) - compare two TIFF files
1788tiffcp(1) - copy (and possibly convert) a TIFF file
1789tiffcrop(1) - select, copy, crop, convert, extract, and/or process one or more TIFF files
1790tiffdither(1) - convert a greyscale image to bilevel using dithering
1791tiffdump(1) - print verbatim information about TIFF files
1792tiffgt(1) - display an image stored in a TIFF file (Silicon Graphics version)
1793tiffinfo(1) - print information about TIFF files
1794tiffmedian(1) - apply the median cut algorithm to data in a TIFF file
1795tiffset(1) - set or unset a field in a TIFF header
1796tiffsplit(1) - split a multi-image TIFF into single-image TIFF files
1797tificc(1) - little cms ICC profile applier for TIFF
1798tpmtool(1), *[B-Font]tpmtool(1) - GnuTLS TPM tool
1799unbound(8) - Unbound DNS validating resolver 1.9.5
1800unbound-anchor(8) - Unbound anchor utility
1801unbound-checkconf(8) - Check unbound configuration file for errors
1802unbound-control(8), unbound-control-setup(8) - Unbound remote server control utility
1803unbound-host(1) - unbound DNS lookup utility
1804unbound.conf(5) - Unbound configuration file
1805vbnc(1), vbnc2(1) - Mono Visual Basic Compiler
1806webpinfo(1) - print out the chunk level structure of WebP files along with basic integrity checks
1807webpmux(1) - create animated WebP files from non-animated WebP images, extract frames from animated WebP images, and manage XMP/EXIF metadata and ICC profile
1808wrjpgcom(1) - insert text comments into a JPEG file
1809wsdl(1) - Mono's Web Service Proxy Generator
1810xbuild(1) - Mono's tool to build MSBuild project files
1811xsd(1) - Mono's utility for generating schema or class files
1812xz(1), unxz(1), xzcat(1), lzma(1), unlzma(1), lzcat(1) - Compress or decompress .xz and .lzma files
1813xzcmp(1), xzdiff(1), lzcmp(1), lzdiff(1) - compare compressed files
1814xzdec(1), lzmadec(1) - Small .xz and .lzma decompressors
1815xzgrep(1) - search compressed files for a regular expression
1816xzless(1), lzless(1) - view xz or lzma compressed (text) files
1817xzmore(1), lzmore(1) - view xz or lzma compressed (text) files
1818youtube-dl(1) - download videos from youtube.com or other video platforms
1819zip_add(3), zip_replace(3) - add file to zip archive or replace file in zip archive (obsolete interface)
1820zip_add_dir(3) - add directory to zip archive (obsolete interface)
1821zip_close(3) - close zip archive
1822zip_delete(3) - delete file from zip archive
1823zip_dir_add(3) - add directory to zip archive
1824zip_discard(3) - close zip archive and discard changes
1825zip_error_clear(3), zip_file_error_clear(3) - clear error state for archive or file
1826zip_error_code_system(3) - get operating system error part of zip_error
1827zip_error_code_zip(3) - get libzip error part of zip_error
1828zip_error_fini(3) - clean up zip_error structure
1829zip_error_get(3), zip_file_error_get(3) - get error codes for archive or file (obsolete interface)
1830zip_error_get_sys_type(3) - get type of system error code (obsolete interface)
1831zip_error_init(3), zip_error_init_with_code(3) - initialize zip_error structure
1832zip_error_set(3) - fill in zip_error structure
1833zip_error_strerror(3) - create human-readable string for zip_error
1834zip_error_system_type(3) - return type of system error
1835zip_error_to_data(3) - convert zip_error to return value suitable for ZIP_SOURCE_ERROR
1836zip_error_to_str(3) - get string representation of zip error (obsolete interface)
1837zip_errors(3) - list of all libzip error codes
1838zip_fclose(3) - close file in zip archive
1839zip_fdopen(3) - open zip archive using open file descriptor
1840zip_file_add(3), zip_file_replace(3) - add file to zip archive or replace file in zip archive
1841zip_file_extra_field_delete(3), zip_file_extra_field_delete_by_id(3) - delete extra field for file in zip
1842zip_file_extra_field_get(3), zip_file_extra_field_get_by_id(3) - get extra field for file in zip
1843zip_file_extra_field_set(3) - set extra field for file in zip
1844zip_file_extra_fields_count(3), zip_file_extra_fields_count_by_id(3) - count extra fields for file in zip
1845zip_file_get_comment(3) - get comment for file in zip
1846zip_file_get_error(3) - extract zip_error from zip_file
1847zip_file_get_external_attributes(3) - get external attributes for file in zip
1848zip_file_rename(3) - rename file in zip archive
1849zip_file_set_comment(3) - set comment for file in zip
1850zip_file_set_encryption(3) - set encryption method for file in zip
1851zip_file_set_external_attributes(3) - set external attributes for file in zip
1852zip_file_set_mtime(3) - set last modification time (mtime) for file in zip
1853zip_file_strerror(3), zip_strerror(3) - get string representation for a zip error
1854zip_fopen(3), zip_fopen_index(3) - open file in zip archive for reading
1855zip_fopen_encrypted(3), zip_fopen_index_encrypted(3) - open encrypted file in zip archive for reading
1856zip_fread(3) - read from file
1857zip_fseek(3) - seek in file
1858zip_ftell(3) - tell position in file
1859zip_get_archive_comment(3) - get zip archive comment
1860zip_get_archive_flag(3) - get status flags for zip
1861zip_get_error(3) - get zip error for archive
1862zip_get_file_comment(3) - get comment for file in zip (obsolete interface)
1863zip_get_name(3) - get name of file by index
1864zip_get_num_entries(3) - get number of files in archive
1865zip_get_num_files(3) - get number of files in archive (obsolete interface)
1866zip_libzip_version(3) - return run-time version of library
1867zip_name_locate(3) - get index of file by name
1868zip_open(3), zip_open_from_source(3) - open zip archive
1869zip_register_progress_callback(3) - provide updates during zip_close (obsolete interface)
1870zip_register_progress_callback_with_state(3) - provide updates during zip_close
1871zip_rename(3) - rename file in zip archive (obsolete interface)
1872zip_set_archive_comment(3) - set zip archive comment
1873zip_set_archive_flag(3) - set zip archive flag
1874zip_set_default_password(3) - set default password for encrypted files in zip
1875zip_set_file_comment(3) - set comment for file in zip (obsolete interface)
1876zip_set_file_compression(3) - set compression method for file in zip
1877zip_source(3) - zip data source structure
1878zip_source_begin_write(3), zip_source_begin_write_cloning(3) - prepare zip source for writing
1879zip_source_buffer(3), zip_source_buffer_create(3) - create zip data source from buffer
1880zip_source_buffer_fragment(3), zip_source_buffer_fragment_create(3) - create zip data source from multiple buffer
1881zip_source_close(3) - open zip_source (which was open for reading)
1882zip_source_commit_write(3) - finalize changes to zip source
1883zip_source_error(3) - get zip error for data source
1884zip_source_file(3), zip_source_file_create(3) - create data source from a file
1885zip_source_filep(3), zip_source_filep_create(3) - create data source from FILE *
1886zip_source_free(3) - free zip data source
1887zip_source_function(3), zip_source_function_create(3) - create data source from function
1888zip_source_is_deleted(3) - check if zip_source is deleted
1889zip_source_keep(3) - increment reference count of zip data source
1890zip_source_make_command_bitmap(3) - create bitmap of supported source operations
1891zip_source_open(3) - open zip_source for reading
1892zip_source_read(3) - read data from zip source
1893zip_source_rollback_write(3) - undo changes to zip source
1894zip_source_seek(3) - set read offset in zip source
1895zip_source_seek_compute_offset(3) - validate arguments and compute offset
1896zip_source_seek_write(3) - set write offset in zip source
1897zip_source_stat(3) - get information about zip_source
1898zip_source_tell(3) - report current read offset in zip source
1899zip_source_tell_write(3) - report current write offset in zip source
1900zip_source_win32a(3), zip_source_win32a_create(3) - create data source from a Windows ANSI file name
1901zip_source_win32handle(3), zip_source_win32handle_create(3) - create data source from a Windows file handle
1902zip_source_win32w(3), zip_source_win32w_create(3) - create data source from a Windows Unicode file name
1903zip_source_write(3) - write data to zip source
1904zip_source_zip(3) - create data source from zip file
1905zip_stat(3), zip_stat_index(3) - get information about file
1906zip_stat_init(3) - initialize zip_stat structure
1907zip_unchange(3) - undo changes to file in zip archive
1908zip_unchange_all(3) - undo all changes in a zip archive
1909zip_unchange_archive(3) - undo global changes to zip archive
1910zipcmp(1) - compare contents of zip archives
1911zipmerge(1) - merge zip archives
1912ziptool(1) - modify zip archives
1913AEServer(8) - AEServer(8) -- System-wide daemon which recevies incoming (remote) AppleEvents
1914AMPArtworkAgent(8) - The artwork agent for Music.app, TV.app, and iOS/iPod device syncing
1915AMPDiscoveryService(8) - The discovery service for managing iOS/iPod device discovery
1916AMPLibraryAgent(8) - The media library agent for Music.app and TV.app
1917APFSUserAgent(8) - APFS new container observer
1918ARDAgent(8) - Apple Remote Desktop Agent
1919AVCAssistant(8) - CoreMediaIO DAL Assistant Process
1920AccessibilityVisualsAgent(8) - Accessibility Visuals Launch Agent
1921AddressBookSourceSync(8) - Syncs Contacts data with servers
1922AppleCameraAssistant(8) - CoreMediaIO DAL Assistant Process
1923AppleQEMUGuestAgent(8) - implements support for QMP commands and events
1924AppleVNCServer(8) - listens for VNC connections from clients
1925Archetype(n) - base class for all [incr Tk] mega-widgets
1926AuthBrokerAgent(8) - The proxy credential daemon
1927BluetoothReporter(8) - gathers Bluetooth specific diagnostic information helpful in investigating system Bluetooth issues
1928BootCacheControl(8) - provides control of caches used during startup
1929BridgeSupport(5) - Scripting bridges support file
1930CFNetworkAgent(8) - The network compatibility daemon
1931CSCSupportd(8) - Core System Check Support daemon
1932CVMCompiler(8) - Mac OS X Core Virtual Machine Compiler
1933CVMServer(8) - Mac OS X Core Virtual Machine Server
1934CalendarAgent(8) - calendar data process
1935CloudKeychainProxy(8) - part of iCloud keychain syncing
1936CommCenter(8) - Provides functionality to allow the Mac to make and receive phone calls
1937CommCenterRootHelper(8) - Helper to CommCenter(8)
1938ContactsAccountsService(8) - Lets 32-bit apps use Contacts accounts
1939ControlStrip(8) - Touch Bar Control Strip
1940CoreLocationAgent(8) - manages location authorization prompts
1941CrashReporterSupportHelper(8) - Provides functionality in support of CrashReporterSupport
1942DataDetectorsLocalSources(8) - DataDetectors user source content manager
1943DataDetectorsSourceAccess(8) - DataDetectors sources utility
1944DevToolsSecurity(8) - Change the security authorization policies for developer systems
1945DictationIM(8) - Implements system-wide Dictation and command & control
1946DiskUnmountWatcher(8) - watches for disk unmount and remove cached credentials
1947Dock(8) - Provides the Dock interface for the system
1948EndpointSecurity(7) - APIs for applications to implement system security policy
1949FDERecoveryAgent(8) - Full Disk Encryption Key Recovery Transmission Agent
1950FolderActionsDispatcher(8) - monitoring and settings daemon for Folder Actions
1951GSSCred(8) - manages GSS-API credentials
1952Gemfile(5) - A format for describing gem dependencies for Ruby programs
1953IIDCVideoAssistant(8) - CoreMediaIO DAL Assistant Process
1954IOBluetoothUSBDFUTool(8) - Performs the USB Bluetooth automatic firmware update
1955InternetSharing(8) - daemon for Internet Sharing
1956KernelEventAgent(8) - utility to provide user interface on behalf of the kernel
1957KeyboardAccessAgent(8) - Keyboard Access Launch Agent
1958Keychain Circle Notification(8) - part of iCloud Keychain syncing
1959MIDIServer(8) - Agent supporting CoreMIDI framework
1960ManagedClient(8) - -- Managed preferences and configuration profiles daemon
1961ManagedClientAgent(8) - -- Device enrollment and ManagedClient process notification daemon
1962NFS(5) - Network File System
1963NVMeAgent(8) - Agent for NVMe devices
1964NetAuthAgent(8) - Shows dialogs on behalf of NetAuthSysAgent
1965NetAuthSysAgent(8) - Mounts network shares
1966NotificationCenter(8) - Notification Center service for display notifications
1967OSDUIHelper(8) - OSDFramework UI helper
1968PIPAgent(8) - A system service which provides picture in picture functionality
1969PasswordService(8) - Mac OS X Server Password Server daemon
1970PerfPowerServices(8) - manages structured log archives that enable retrieval of system power and performance data
1971PerfPowerServicesExtended(8) - manages structured log archives that enable retrieval of system power and performance data
1972Photo Library Migration Utility(8) - Upgrade historical iPhoto/Aperture libraries
1973PlistBuddy(8) - read and write values to plists
1974Plotchart(n) - Simple plotting and charting package
1975PrintUITool(8) - a tool to perform privileged ui based operations on the printing system
1976ProtectedCloudKeySyncing(8) - part of ProtectedCloudKey subsystem
1977RFBEventHelperd(8) - Screen Sharing app helper daemon
1978ReportMemoryException(8) - generates memory usage diagnostic logs
1979ReportPanic(8) - Facilitates filing Radars for panics
1980S3(n) - Amazon S3 Web Service Interface
1981SASL(n) - Implementation of SASL mechanisms for Tcl
1982SSInvitationAgent(8) - Screen Sharing Invitation Agent
1983SafeBase(ntcl), Safe Base(ntcl) - A mechanism for creating and manipulating safe interpreters
1984SafeEjectGPU(8) - Facilitate safe eject/disconnect of eGPU(s) from system
1985ScreenTimeAgent(8) - Screen Time Agent
1986ScreensharingAgent(8) - communicates with screensharingd to provide access to a user session
1987SecurityAgent(8) - Authorization Services Agent
1988ServicesUIAgent(8) - Agent for displaying AppKit services
1989SharePointManagementService(8) - (8) Service agent which manages Share Points
1990SidecarDisplayAgent(8) - Sidecar Virtual Display Service
1991SidecarRelay(8) - Sidecar Relay Service
1992SmartCardServices(7) - overview of SmartCard support
1993SmartCardServices-legacy(7) - overview of legacy SmartCard support
1994SoftwareUpdateNotificationManager(8) - macOS software update
1995SpeechDataInstallerd(8) - Manages downloading of speech-related assets
1996SpeechSynthesisServer(8) - Implements speaking hotkey and time announcements text-to-speech features
1997SystemUIServer(8) - Presents status items in the upper right of menu bar
1998Tcl(ntcl) - Tool Command Language
1999TclX(n) - Extended Tcl: Extended command set for Tcl '
2000Toplevel(n) - base class for mega-widgets in a top-level window
2001TouchBarServer(8) - Touch Bar render server
2002UASharedPasteboardProgressUI(8) - Progress UI Service for Universal Clipboard
2003UASysAgent(8) - A tool used by UnmountAssistant
2004USBAgent(8) - Agent for USB devices
2005UnmountAssistantAgent(8) - Provides help when a disk can't be ejected
2006UsageTrackingAgent(8) - Usage Tracking Agent
2007UserEventAgent(8) - high-level system event handler
2008UserSelector(7) - overview and documentation
2009VDCAssistant(8) - CoreMediaIO DAL Assistant Process
2010VNCPrivilegeProxy(8) - Screen sharing server helper daemon
2011WiFiAgent(8) - Wi-Fi User agent
2012WiFiVelocityAgent(8) - launchd agent for the WiFiVelocity framework
2013Widget(n) - base class for mega-widgets within a frame
2014WindowServer(8) - Window management, compositing, and event routing daemon
2015WirelessRadioManagerd(8) - Wireless Radio Manager daemon
2016a2p(1) - Awk to Perl translator
2017ab(1) - Apache HTTP server benchmarking tool
2018ac(8) - display connect-time accounting
2019access(5) - Postfix SMTP server access table
2020accesstool(1) - accesstool
2021acct(5) - execution accounting file
2022accton(8) - enable/disable system accounting
2023addftinfo(1) - add information to troff font files for use with groff
2024adjust(n), textutil::adjust(n) - Procedures to adjust, indent, and undent paragraphs
2025adler(n) - Message digest "adler"
2026adprivacyd(8) - advertising privacy services daemon
2027adservicesd(8) - advertising services daemon
2028aes(n) - Implementation of the AES block cipher
2029afmtodit(1) - create font files for use with groff -Tps
2030afscexpand(1) - decompress files compressed with HFS+ compression
2031after(ntcl) - Execute a command after a time delay
2032agentxtrap(1) - send an AgentX NotifyPDU to an AgentX master agent
2033aio(4) - asynchronous I/O
2034airport(8) - get information for 802.11 interface
2035airportd(8) - airport daemon
2036aliases(5) - Postfix local alias database format
2037amfid(8) - The mobile file integrity daemon
2038amt(8) - Abstract Machine Test Utility
2039analyticsd(1) - Diagnostics and Usage
2040annealing(n), simulation::annealing(n) - Simulated annealing
2041ansi_cattr(n), term::ansi::code::attr(n) - ANSI attribute sequences
2042ansi_cctrl(n), term::ansi::code::ctrl(n) - ANSI control sequences
2043ansi_cmacros(n), term::ansi::code::macros(n) - Macro sequences
2044ansi_code(n), term::ansi::code(n) - Helper for control sequences
2045ansi_ctrlu(n), term::ansi::ctrl::unix(n) - Control operations and queries
2046ansi_send(n), term::ansi::send(n) - Output of ANSI control sequences to terminals
2047anvil(8) - Postfix session count and request rate control
2048apachectl(8) - Apache HTTP Server Control Interface
2049apfs.util(8) - APFS file system utility
2050apfs_condenser(8) - insert the contents of an existing B-tree into a new B-tree to improve B-tree space utilization
2051apfs_hfs_convert(8) - convert an existing HFS file system to APFS file system
2052append(ntcl) - Append to variable
2053appleeventsd(8) - appleeventsd(8) -- System-wide daemon which coordinates AppleEvents activity on the system
2054applesingle(1), binhex(1), macbinary(1) - encode and decode files
2055appletviewer(1) - Java applet viewer
2056apply(1) - apply a command to a set of arguments
2057apply(ntcl) - Apply an anonymous function
2058appsleepd(8) - app sleep daemon
2059apropos(1) - search the whatis database for strings
2060apsd(8) - Apple Push Notification service daemon
2061apt(1) - annotation processing tool
2062arch(1) - print architecture type or run selected architecture of a universal binary
2063arp(4) - Address Resolution Protocol
2064arp(8) - address resolution display and control
2065array(ntcl) - Manipulate array variables
2066ascii(7) - octal, hexadecimal and decimal ASCII character sets
2067ascii85(n) - ascii85-encode/decode binary data
2068asctl(1) - App Sandbox Control Tool
2069asl.conf(5) - configuration file for syslogd(8) and aslmanager(8)
2070aslmanager(8) - Apple System Log data life-cycle manager
2071asn(n) - ASN.1 BER encoder/decoder
2072asr(8) - Apple Software Restore; copy volumes (e.g. from disk images)
2073assistantd(8) - Siri Daemon
2074async(n), cache::async(n) - Asynchronous in-memory cache
2075at(1), batch(1), atq(1), atrm(1) - queue, examine, or delete jobs for later execution
2076atomicupdatetool(1) - macOS Software Update mechanism helper tool
2077atos(1) - convert numeric addresses to symbols of binary images or processes
2078atrun(8) - run jobs queued for later execution
2079atsutil(8) - font registration system utility
2080attach_automation_image(8), -(8) - ."====================== attach_automation_image attach and initialize disk images for automation_trampoline(8) ." ."
2081audit(4) - Security Event Audit
2082audit(5) - Basic Security Module (BSM) file format
2083audit(8) - audit management utility
2084audit_class(5) - audit event class descriptions
2085audit_control(5) - audit system parameters
2086audit_event(5) - audit event descriptions
2087audit_user(5) - events to be audited for given users
2088audit_warn(5) - alert when audit daemon issues warnings
2089auditd(8) - audit log management daemon
2090auditpipe(4) - pseudo-device for live audit event tracking
2091auditreduce(1) - select records from audit trail files
2092authopen(1) - open file with authorization
2093authorizationhost(8) - Authorization Services component
2094auto_execok(ntcl), auto_import(ntcl), auto_load(ntcl), auto_mkindex(ntcl), auto_mkindex_old(ntcl), auto_qualify(ntcl), auto_reset(ntcl), tcl_findLibrary(ntcl), parray(ntcl), tcl_endOfWord(ntcl), tcl_startOfNextWord(ntcl), tcl_startOfPreviousWord(ntcl), tcl_wordBreakAfter(ntcl), tcl_wordBreakBefore(ntcl) - standard library of Tcl procedures
2095auto_master(5) - automounter master map
2096autofs.conf(5) - automount(8) and automountd(8) configuration file
2097autofsd(8) - daemon to update autofs mounts on network changes
2098automation_trampoline(8), -(8) - ."====================== automation_trampoline runs automation on boot ." ." ." ."
2099automator(1) - Runs Automator workflow
2100automount(8) - mount autofs on the appropriate mount points
2101automountd(8) - automatic mount / unmount daemon for autofs
2102autoproxy(n) - Automatic HTTP proxy usage and authentication
2103autoscroll(n) - Provides for a scrollbar to automatically mapped and unmapped as needed
2104avbdeviced(1) - peristent entity management for AVB
2105avbutil(1) - manage AVB features and settings
2106avconvert(1) - movie conversion tool
2107awdd(1) - Diagnostics and Usage
2108awk(1) - pattern-directed scanning and processing language
2109backend(7) - cups backend transmission interfaces
2110backgroundtaskmanagementagent(8) - (8) User agent which manages lists of background task processes
2111backupd(8) - Time Machine backup daemon
2112backupd-helper(8) - Time Machine backup daemon helper
2113banner(6) - print large banner on printer
2114base32(n) - base32 standard encoding
2115base32core(n), base32::core(n) - Expanding basic base32 maps
2116base32hex(n), base32::hex(n) - base32 extended hex encoding
2117base64(1) - Encode and decode using Base64 representation
2118base64(n) - base64-encode/decode binary data
2119basename(1), dirname(1) - return filename or directory portion of pathname
2120bash(1) - GNU Bourne-Again SHell
2121bashbug(1) - report a bug in bash
2122bc(1) - An arbitrary precision calculator language
2123bee(n) - BitTorrent Serialization Format Encoder/Decoder
2124bell(ntcl) - Ring a display's bell
2125bgerror(ntcl) - Command invoked to process background errors
2126bibtex(n) - Parse bibtex files
2127biff(1) - be notified if mail arrives and who it is from
2128big5(5) - Big Five encoding for Traditional Chinese text
2129bigfloat(n), math::bigfloat(n) - Arbitrary precision floating-point numbers
2130bignum(n), math::bignum(n) - Arbitrary precision integer numbers
2131bin(n) - Encoding "bin"
2132binary(ntcl) - Insert and extract fields from binary strings
2133bind(ntcl) - Arrange for X events to invoke Tcl scripts
2134bindtags(ntcl) - Determine which bindings apply to a window, and order of evaluation
2135binhex.pl(1) - use Convert::BinHex to encode files as BinHex
2136biokitaggdd(8) - BioKitAggD daemon
2137bird(8) - Documents in the Cloud
2138bitesize.d(1m) - analyse disk I/O size by process. Uses DTrace
2139bitmap(ntcl) - Images that display two colors
2140bless(8) - set volume bootability and startup disk options
2141blowfish(n) - Implementation of the Blowfish block cipher
2142bluetoothaudiod(8) - The Mac OS X Bluetooth audio daemon
2143bluetoothd(8) - The Bluetooth daemon
2144bnepd(8) - The Mac OS X Bluetooth network daemon
2145body(n) - change the body for a class method/proc
2146bom(5) - bill of materials
2147bootinstalld(8) - macOS boot-time installation daemon
2148bootparams(5) - boot parameter database
2149bootpd(8) - DHCP/BOOTP/NetBoot server
2150bootptab(5) - Internet Bootstrap Protocol server database
2151bosreporter(8) - bridgeOS software update
2152boswatcher(8) - bridgeOS software update
2153bounce(5) - Postfix bounce message template format
2154bounce(8) - Postfix delivery status reports
2155bpf(4) - Berkeley Packet Filter
2156brctl(1) - Manage the CloudDocs daemon
2157break(ntcl) - Abort looping command
2158bspatch(1) - apply a patch built with bsdiff(1)
2159builtin(1), !(1), %(1), .(1), :(1), @(1), {(1), }(1), alias(1), alloc(1), bg(1), bind(1), bindkey(1), break(1), breaksw(1), builtins(1), case(1), cd(1), chdir(1), command(1), complete(1), continue(1), default(1), dirs(1), do(1), done(1), echo(1), echotc(1), elif(1), else(1), end(1), endif(1), endsw(1), esac(1), eval(1), exec(1), exit(1), export(1), false(1), fc(1), fg(1), filetest(1), fi(1), for(1), foreach(1), getopts(1), glob(1), goto(1), hash(1), hashstat(1), history(1), hup(1), if(1), jobid(1), jobs(1), kill(1), limit(1), local(1), log(1), login(1), logout(1), ls-F(1), nice(1), nohup(1), notify(1), onintr(1), popd(1), printenv(1), pushd(1), pwd(1), read(1), readonly(1), rehash(1), repeat(1), return(1), sched(1), set(1), setenv(1), settc(1), setty(1), setvar(1), shift(1), source(1), stop(1), suspend(1), switch(1), telltc(1), test(1), then(1), time(1), times(1), trap(1), true(1), type(1), ulimit(1), umask(1), unalias(1), uncomplete(1), unhash(1), unlimit(1), unset(1), unsetenv(1), until(1), wait(1), where(1), which(1), while(1) - shell built-in commands
2160bundle(1) - Ruby Dependency Management
2161bundle-add(1) - Add gem to the Gemfile and run bundle install
2162bundle-binstubs(1) - Install the binstubs of the listed gems
2163bundle-check(1) - Verifies if dependencies are satisfied by installed gems
2164bundle-clean(1) - Cleans up unused gems in your bundler directory
2165bundle-config(1) - Set bundler configuration options
2166bundle-doctor(1) - Checks the bundle for common problems
2167bundle-exec(1) - Execute a command in the context of the bundle
2168bundle-gem(1) - Generate a project skeleton for creating a rubygem
2169bundle-info(1) - Show information for the given gem in your bundle
2170bundle-init(1) - Generates a Gemfile into the current working directory
2171bundle-inject(1) - Add named gem(s) with version requirements to Gemfile
2172bundle-install(1) - Install the dependencies specified in your Gemfile
2173bundle-list(1) - List all the gems in the bundle
2174bundle-lock(1) - Creates / Updates a lockfile without installing
2175bundle-open(1) - Opens the source directory for a gem in your bundle
2176bundle-outdated(1) - List installed gems with newer versions available
2177bundle-package(1) - Package your needed .gem files into your application
2178bundle-platform(1) - Displays platform compatibility information
2179bundle-pristine(1) - Restores installed gems to their pristine condition
2180bundle-remove(1) - Removes gems from the Gemfile
2181bundle-show(1) - Shows all the gems in your bundle, or the path to a gem
2182bundle-update(1) - Update your gems to the latest available versions
2183bundle-viz(1) - Generates a visual dependency graph for your Gemfile
2184button(ntcl) - Create and manipulate button widgets
2185bz2(n) - Data compression "bz2"
2186bzcmp(1), bzdiff(1) - compare bzip2 compressed files
2187bzip2(1), bunzip2(1) - a block-sorting file compressor, v1.0.6 bzcat - decompresses files to stdout bzip2recover - recovers data from damaged bzip2 files
2188bzmore(1), bzless(1) - file perusal filter for crt viewing of bzip2 compressed text
2189c++filt(1) - Demangle C++ and Java symbols
2190c2ph(1), pstruct(1) - Dump C structures as generated from "cc -g -S" stabs
2191caffeinate(8) - prevent the system from sleeping on behalf of a utility
2192cal(1), ncal(1) - displays a calendar and the date of Easter
2193calculus(n), math::calculus(n) - Integration and ordinary differential equations
2194calendar(1) - reminder service
2195callservicesd(8) - call server
2196cancel(1) - cancel jobs
2197canonical(5) - Postfix canonical table format
2198canvas(ntcl) - Create and manipulate canvas widgets
2199canvasLabel(n) - tkpiechart canvas label class
2200canvas_mvg(n), canvas::mvg(n) - Canvas to ImageMagick MVG vector format
2201canvas_snap(n), canvas::snap(n) - Canvas snapshot to Tk photo image
2202canvas_sqmap(n), canvas::sqmap(n) - Canvas with map background based on square tiles
2203canvas_zoom(n), canvas::zoom(n) - Zoom control for canvas::sqmap
2204cap_mkdb(1) - create capability database
2205captiveagent(8) - Daemon to detect and process captive networks
2206captoinfo(1m) - convert a termcap description into a terminfo description
2207case(ntcl) - Evaluate one of several scripts, depending on a given value
2208cat(1) - concatenate and print files
2209catch(ntcl) - Evaluate script and trap exceptional returns
2210cc_fips_test(1) - Validates correctness of the corecrypto library during bootup
2211cd(ntcl) - Change working directory
2212cd9660.util(8) - ISO 9660 file system utility
2213certtool(1) - create key pairs, certificates and certificate signing requests for use with Keychains
2214cfilutil(1) - Tool to exercise the content filter subsystem
2215cfprefsd(8) - defaults server
2216cfront(n), fileutil::magic::cfront(n) - Generator core for compiler of magic(5) files
2217cgen(n), fileutil::magic::cgen(n) - Generator core for compiler of magic(5) files
2218chan(ntcl) - Read, write and manipulate channels
2219changelog(n), doctools::changelog(n) - Processing text in Emacs ChangeLog format
2220chat(8) - Automated conversational script with a modem
2221chatwidget(n) - Provides a multi-paned view suitable for display of chat room or irc channel information
2222checkLocalKDC(1) - checks a LocalKDC
2223checkbutton(ntcl) - Create and manipulate checkbutton widgets
2224checkgid(8) - validate group identifiers
2225checknr(1) - check nroff/troff files
2226chflags(1) - change file flags
2227chgrp(1) - change group
2228chkpasswd(8) - verifies user password against various systems
2229chmod(1) - change file modes or Access Control Lists
2230chown(8) - change file owner and group
2231chpass(1), chfn(1), chsh(1) - add or change user database information
2232chroot(8) - change root directory
2233cidr_table(5) - format of Postfix CIDR tables
2234ckdiscretionaryd(8) - CloudKit Discretionary Daemon
2235cksum(1), sum(1) - display file checksums and block counts
2236cksum(n) - Calculate a cksum(1) compatible checksum
2237class(n) - create a class of objects
2238classes.conf(5) - class configuration file for cups
2239cleanup(8) - canonicalize and enqueue Postfix message
2240clear(1) - clear the terminal screen
2241client.conf(5) - client configuration file for cups (deprecated on macos)
2242clipboard(ntcl) - Manipulate Tk clipboard
2243clock(ntcl) - Obtain and manipulate dates and times
2244close(ntcl) - Close an open channel
2245cloudconfigurationd(8) - Device Enrollment client daemon
2246cloudd(8) - CloudKit
2247cloudphotod(8) - The macOS iCloud Photos agent
2248cmdline(n) - Procedures to process command lines and options
2249cmp(1) - compare two files byte by byte
2250code(n) - capture the namespace context for a code fragment
2251codesign(1) - Create and manipulate code signatures
2252col(1) - filter reverse line feeds from input
2253colcrt(1) - filter nroff output for CRT previewing
2254colldef(1) - convert collation sequence source definition
2255colors(ntcl) - symbolic color names recognized by Tk
2256colorsync.displayservices(8) - ColorSync Display Services
2257colorsync.useragent(8), colorsync.usergaent(8) - ColorSync User Agent
2258colorsyncd(8) - ColorSync Daemon
2259colrm(1) - remove columns from a file
2260column(1) - columnate lists
2261com.apple.Boot.plist(5) - Configuration plist for OS X booter
2262com.apple.Safari.SafeBrowsing.Service(8) - Safari Safe Browsing Service
2263com.apple.ifdreader(8) - SmartCard reader daemon
2264com.apple.speech.speechsynthesisd(8) - Centralized text-to-speech process for generating speech output
2265combinatorics(n), math::combinatorics(n) - Combinatorial functions in the Tcl Math Library
2266comm(1) - select or reject lines common to two files
2267comm(n) - A remote communication facility for Tcl (8.3 and later)
2268comm_wire(n) - The comm wire protocol
2269compat(5) - manipulate compatibility settings
2270compress(1), uncompress(1) - compress and expand data
2271compression_tool(1) - encode/decode files using the Compression library
2272comsat(8) - biff server
2273concat(ntcl) - Join lists together
2274config_data(1) - Query or change configuration of Perl modules
2275configbody(n) - change the "config" code for a public variable
2276configd(8) - System Configuration Daemon
2277configureLocalKDC(1) - generate a LocalKDC
2278connect(n), transfer::connect(n) - Connection setup
2279console(ntcl) - Control the console on systems without a real console
2280constants(n), math::constants(n) - Mathematical and numerical constants
2281contactsdonationagent(8) - contactsdonationagent daemon
2282container(n), doctools::toc(n) - Holding tables of contents
2283continue(ntcl) - Skip to the next iteration of a loop
2284control(n) - Procedures for control flow structures
2285controlwidget(n) - Collection of widgets for displaying and controlling numerical values
2286copy(9), copyin(9), copyinstr(9), copyout(9), copystr(9) - kernel copy functions
2287copyops(n), transfer::copy(n) - Data transfer foundation
2288core(5) - memory image file format
2289coreautha(8) - LocalAuthentication user interface agent
2290coreauthd(8) - LocalAuthentication daemon and agent
2291corebrightnessd(8) - corebrightnessd daemon
2292corebrightnessdiag(1) - corebrightnessdiag
2293corecaptured(8) - corecaptured daemon
2294coredatad(8) - coredatad handles CloudKit syncing for clients of Core Data + CloudKit
2295corelist(1) - a commandline frontend to Module::CoreList
2296corestoraged(8) - CoreStorage volume manager
2297coresymbolicationd(8) - daemon to manage debug symbols cache
2298counter(n) - Procedures for counters and histograms
2299cp(1) - copy files
2300cpan(1) - easily interact with CPAN from the command line
2301cpan2dist(1) - The CPANPLUS distribution creator
2302cpanp(1) - The CPANPLUS launcher
2303cpio(1) - copy files to and from archives
2304cpuctl(8) - program to control CPUs
2305cpuwalk.d(1m) - Measure which CPUs a process runs on. Uses DTrace
2306crc(n) - Message digest "crc"
2307crc-zlib(n) - Message digest "crc-zlib"
2308crc16(n) - Perform a 16bit Cyclic Redundancy Check
2309crc32(n) - Perform a 32bit Cyclic Redundancy Check
2310creatbyproc.d(1m) - snoop creat()s by process name. Uses DTrace
2311create_automation_image_overlay(8), -(8) - ."====================== create_automation_image_overlay overlay automation image content onto another directory ." ."
2312crlrefresh(1) - update and maintain system-wide CRL cache
2313cron(8) - daemon to execute scheduled commands (Vixie Cron)
2314crontab(1) - maintain crontab files for individual users (V3)
2315crontab(5) - tables for driving cron
2316crosshair(n) - Crosshairs for Tk canvas
2317crypt(n) - Password hashing based on "crypt"
2318csplit(1) - split files based on context
2319csreq(1) - Expert tool for manipulating Code Signing Requirement data
2320csrutil(8) - Configure system security policies
2321csunique(8) - modify the UUIDs of CoreStorage metadata objects
2322csv(n) - Procedures to handle CSV data
2323ctext(n) - Ctext a text widget with highlighting support
2324ctkahp(8) - SmartCard Agent
2325ctkbind(8) - SmartCard pairing tool
2326ctkd(8) - SmartCard daemon/agent
2327cu(1) - Call up another system
2328cups(1) - a standards-based, open source printing system
2329cups-config(1) - get cups api, compiler, directory, and link information
2330cups-files.conf(5) - file and directory configuration file for cups
2331cups-lpd(8) - receive print jobs and report printer status to lpd clients (deprecated)
2332cups-snmp(8), snmp(8) - cups snmp backend (deprecated)
2333cupsaccept(8), cupsaccept/cupsreject(8) - accept/reject jobs sent to a destination
2334cupsctl(8) - configure cupsd.conf options
2335cupsd(8) - cups scheduler
2336cupsd-helper(8) - cupsd helper programs (deprecated)
2337cupsd-logs(5) - cupsd log files (access_log, error_log, and page_log)
2338cupsd.conf(5) - server configuration file for cups
2339cupsdisable(8), cupsenable(8) - stop/start printers and classes
2340cupsfilter(8) - convert a file to another format using cups filters (deprecated)
2341cupstestppd(1) - test conformance of ppd files
2342curl(1) - transfer a URL
2343curl-config(1) - Get information about a libcurl installation
2344cursor(n) - Procedures to handle CURSOR data
2345cursors(ntcl) - mouse cursors available in Tk
2346cut(1) - cut out selected portions of each line of a file
2347cvs(n), doctools::cvs(n) - Processing text in 'cvs log' format
2348dacceptor(n), grammar::fa::dacceptor(n) - Create and use deterministic acceptors
2349dappprof(1m) - profile user and lib function usage. Uses DTrace
2350dapptrace(1m) - trace user and library function usage. Uses DTrace
2351darwinup(1) - Install, uninstall, and manage roots
2352dasd(1) - Daemon for background activity scheduling
2353dash(1) - command interpreter (shell)
2354date(1) - display or set date and time
2355datefield(n) - Tk datefield widget
2356dbicadmin(1) - utility for administrating DBIx::Class schemata
2357dbilogstrip(1) - filter to normalize DBI trace logs for diff'ing
2358dbiprof(1) - command-line client for DBI::ProfileData
2359dbiproxy(1) - A proxy server for the DBD::Proxy driver
2360dbmmanage(1) - Manage user authentication files in DBM format
2361dc(1) - an arbitrary precision calculator
2362dd(1) - convert and copy a file
2363dde(ntcl) - Execute a Dynamic Data Exchange command
2364ddest(n), transfer::data::destination(n) - Data destination
2365ddns-confgen(8) - ddns key generation tool
2366debinhex.pl(1) - use Convert::BinHex to decode BinHex files
2367defaults(1) - access the Mac OS X user defaults system
2368deleg_method(n) - Creation of comm delegates (snit methods)
2369deleg_proc(n) - Creation of comm delegates (procedures)
2370delete(n) - delete things in the interpreter
2371deleted(8) - The purgeable space / cache management daemon
2372deleted_helper(8) - The APFS purge daemon
2373delv(1) - DNS lookup and validation utility
2374des(n) - Implementation of the DES and triple-DES ciphers
2375destroy(ntcl) - Destroy one or more windows
2376dev_mkdb(8) - create /dev database
2377dexec(n), grammar::fa::dexec(n) - Execute deterministic finite automatons
2378df(1) - display free disk space
2379dhcp6d(8) - Stateless DHCPv6 server
2380diagnosticd(8) - unified logging system diagnostic daemon
2381diagnostics(1), splain(1) - produce verbose warning diagnostics
2382diagnostics_agent(8) - Triggers log submission
2383diagram(n) - Diagram drawing
2384dict(ntcl) - Manipulate dictionaries
2385diff(1) - compare files line by line
2386diff3(1) - compare three files line by line
2387diffstat(1) - make histogram from diff-output
2388dig(1) - DNS lookup utility
2389digest-service(8) - handles server side authentication of digest protocols in the GSS-API suite
2390dir(5), dirent(5) - directory file format
2391dirhelper(8) - helper for special directory creation
2392discard(8) - Postfix discard mail delivery agent
2393disjointset(n), struct::disjointset(n) - Disjoint set data structure
2394diskarbitrationd(8) - disk arbitration daemon
2395disklabel(8) - manipulate and query an Apple Label disk label
2396diskmanagementd(8) - DiskManagement.framework server
2397diskmanagementstartup(8) - DiskManagement.framework helper tool
2398disktool(8) - disk support tool
2399diskutil(8) - modify, verify and repair local disks
2400dispqlen.d(1m) - dispatcher queue length by CPU. Uses DTrace
2401distnoted(8) - distributed notification server
2402ditroff(7) - classical device independent roff
2403ditto(1) - copy directory hierarchies, create and extract archives
2404divert(4) - kernel packet diversion mechanism
2405dmc(1) - controls the Disk Mount Conditioner
2406dmesg(8) - display the system message buffer
2407dnctl(8) - Traffic shaper control program
2408dns-sd(1) - Multicast DNS (mDNS) & DNS Service Discovery (DNS-SD) Test Tool " For whatis
2409dnsblog(8) - Postfix DNS white/blacklist logger
2410docidx(n), doctools::idx(n) - docidx - Processing indices
2411docidx_intro(n) - docidx introduction
2412docidx_lang_cmdref(n) - docidx language command reference
2413docidx_lang_faq(n) - docidx language faq
2414docidx_lang_intro(n) - docidx language introduction
2415docidx_lang_syntax(n) - docidx language syntax
2416docidx_plugin_apiref(n) - docidx plugin API reference
2417docstrip(n) - Docstrip style source code extraction
2418docstrip_util(n) - Docstrip-related utilities
2419doctoc(n), doctools::toc(n) - doctoc - Processing tables of contents
2420doctoc_intro(n) - doctoc introduction
2421doctoc_lang_cmdref(n) - doctoc language command reference
2422doctoc_lang_faq(n) - doctoc language faq
2423doctoc_lang_intro(n) - doctoc language introduction
2424doctoc_lang_syntax(n) - doctoc language syntax
2425doctoc_plugin_apiref(n) - doctoc plugin API reference
2426doctools(n) - doctools - Processing documents
2427doctools_intro(n) - doctools introduction
2428doctools_lang_cmdref(n) - doctools language command reference
2429doctools_lang_faq(n) - doctools language faq
2430doctools_lang_intro(n) - doctools language introduction
2431doctools_lang_syntax(n) - doctools language syntax
2432doctools_plugin_apiref(n) - doctools plugin API reference
2433dot_clean(1) - Merge._* files with corresponding native files
2434drutil(1) - interact with CD/DVD burners
2435dscacheutil(1) - gather information, statistics and initiate queries to the Directory Service cache
2436dscl(1) - Directory Service command line utility
2437dsconfigad(8) - retrieves/changes configuration for Active Directory
2438dserr(8) - prints a description for an error code
2439dsexport(1) - export records from OpenDirectory
2440dsmemberutil(1) - various operations for the membership APIs, including state dump, check memberships, UUIDs, etc
2441dsource(n), transfer::data::source(n) - Data source
2442dtrace(1) - dynamic tracing compiler and tracing utility
2443dtruss(1m) - process syscall details. Uses DTrace
2444du(1) - display disk usage statistics
2445dummynet(4) - traffic shaper, bandwidth manager and delay emulator
2446dump(n) - Dump information about Tcl interpreter in TkCon
2447dyld(1) - the dynamic linker
2448dynamic_pager(8) - swap configuration daemon
2449eapolcfg_auth(8) - A launch-on-demand daemon used to configure EAP over LAN (EAPOL)
2450echo(1) - write arguments to the standard output
2451ed(1), red(1) - text editor
2452editrc(5) - configuration file for editline library
2453edquota(8) - edit user quotas
2454eficheck(8) - check the integrity of the x86 flash chip firmware
2455enc2xs(1) - -- Perl Encode Module Generator
2456encguess(1) - guess character encodings of files
2457encode_keychange(1) - produce the KeyChange string for SNMPv3
2458encoding(ntcl) - Manipulate encodings
2459endpointsecurityd(8) - Daemon that manages user space components of the EndpointSecurity (ES) subsystem
2460ensemble(n) - create or modify a composite command
2461entry(ntcl) - Create and manipulate entry widgets
2462env(1) - set environment and execute command, or print environment
2463environ(7) - user environment
2464eof(ntcl) - Check for end of file condition on channel
2465eospreflightagent(8) - iBridge software restore
2466eqn(1) - format equations for troff
2467erb(1) - Ruby Templating
2468errinfo(1m) - print errno for syscall fails. Uses DTrace
2469error(8) - Postfix error/retry mail delivery agent
2470error(ntcl) - Generate an error
2471ethcheck(8) - check the integrity of Broadcom Ethernet devices' firmware
2472euc(5) - EUC encoding of wide characters
2473eval(ntcl) - Evaluate a Tcl script
2474event(ntcl) - Miscellaneous event facilities: define virtual events and generate events
2475evim(1) - easy Vim, edit a file with Vim and setup for modeless editing
2476exec(ntcl) - Invoke subprocesses
2477execsnoop(1m) - snoop new process execution. Uses DTrace
2478exfat.util(8) - ExFAT file system utility
2479exit(ntcl) - End the application
2480expand(1), unexpand(1) - expand tabs to spaces, and vice versa
2481expander(n), textutil::expander(n) - Procedures to process templates and expand text
2482expect(1) - programmed dialogue with interactive programs, Version 5
2483export(n), doctools::toc::export(n) - Exporting tables of contents
2484export_docidx(n), doctools::idx::export::docidx(n) - docidx export plugin
2485export_doctoc(n), doctools::toc::export::doctoc(n) - doctoc export plugin
2486export_html(n), doctools::toc::export::html(n) - HTML export plugin
2487export_json(n), doctools::toc::export::json(n) - JSON export plugin
2488export_nroff(n), doctools::toc::export::nroff(n) - nroff export plugin
2489export_text(n), doctools::toc::export::text(n) - plain text export plugin
2490export_wiki(n), doctools::toc::export::wiki(n) - wiki export plugin
2491exports(5) - define remote mount points for NFS mount requests
2492expr(1) - evaluate expression
2493expr(ntcl) - Evaluate an expression
2494extcheck(1) - jar conflict detection utility
2495eyapp(1) - A Perl front-end to the Parse::Eyapp module
2496fa(n), grammar::fa(n) - Create and manipulate finite automatons
2497false(1) - Return false value
2498faop(n), grammar::fa::op(n) - Operations on finite automatons
2499fblocked(ntcl) - Test whether the last input operation exhausted all available input
2500fcgistarter(8) - Start a FastCGI program
2501fconfigure(ntcl) - Set and get options on a channel
2502fcopy(ntcl) - Copy data from one channel to another
2503fd(4), stdin(4), stdout(4), stderr(4) - file descriptor files
2504fddist(1m) - file descriptor usage distributions. Uses DTrace
2505fdesetup(8) - FileVault configuration tool
2506fdisk(8) - DOS partition maintenance program
2507femail(8) - accept mail on behalf of a real MTA
2508fetch(9), fubyte(9), fuibyte(9), fuiword(9), fulong(9), fuulong(9), fuword(9) - fetch data from user-space
2509fibreconfig(8) - Tool for configuring settings for Fibre Channel controllers and targets
2510fifo(n) - Create and manipulate u-turn fifo channels
2511fifo2(n) - Create and manipulate pipe fifo channels
2512file(1) - determine file type
2513file(ntcl) - Manipulate file names and attributes
2514filebyproc.d(1m) - snoop opens by process name. Uses DTrace
2515filecoordinationd(8) - system-wide file access coordination
2516fileevent(ntcl) - Execute a script when a channel becomes readable or writable
2517filename(ntcl) - File name conventions supported by Tcl commands
2518fileproviderctl(1) - introspect file provider extensions
2519fileproviderd(8) - Part of File Coordination
2520filetypes(n), fileutil::magic::filetype(n) - Procedures implementing file-type recognition
2521fileutil(n) - Procedures implementing some file utilities
2522filter(7) - cups file conversion filter interface
2523filtercalltree(1) - Filter or prune a call tree file generated by sample or malloc_history
2524find(1) - walk a file hierarchy
2525find(n) - search for classes and objects
2526find2perl(1) - translate find command lines to Perl code
2527findmydevice-user-agent(8) - Find My Mac user agent
2528findmydeviced(8) - Find My Mac daemon
2529findrule(1) - command line wrapper to File::Find::Rule
2530finger(1) - user information lookup program
2531finger.conf(5) - finger(1) alias configuration file
2532firmwarepasswd(8) - tool for setting and removing firmware passwords on a system
2533firmwaresyncd(8) - synchronize files used by the system firmware
2534fixproc(1) - Fixes a process by performing the specified action
2535flush(8) - Postfix fast flush server
2536flush(ntcl) - Flush buffered output for a channel
2537fmfd(8) - Find My Friends daemon
2538fmt(1) - simple text formatter
2539focus(ntcl) - Manage the input focus
2540fold(1) - fold long lines for finite width output device
2541font(ntcl) - Create and inspect fonts
2542fontd(8) - Mac OS X system font registration manager
2543fontmover(8) - Mac OS X system font mover
2544fontrestore(8) - Restore the available system fonts to a pristine state, if possible
2545fontworker(8) - Mac OS X system font registration and validation daemon
2546footprint(1) - gathers memory information about one or more processes
2547for(ntcl) - 'For' loop
2548foreach(ntcl) - Iterate over all elements in one or more lists
2549format(ntcl) - Format a string in the style of sprintf
2550fourier(n), math::fourier(n) - Discrete and fast fourier transforms
2551frame(ntcl) - Create and manipulate frame widgets
2552from(1) - print names of those who have sent mail
2553fs_usage(1) - report system calls and page faults related to filesystem activity in real-time
2554fsck(8) - filesystem consistency check and interactive repair
2555fsck_apfs(8) - APFS consistency check
2556fsck_cs(8) - verify and repair CoreStorage logical volume groups
2557fsck_exfat(8) - Verify and repair ExFAT file systems
2558fsck_hfs(8) - HFS file system consistency check
2559fsck_msdos(8) - DOS/Windows (FAT) file system consistency check
2560fsck_udf(8) - check a UDF filesystem
2561fstab(5) - static information about the filesystems
2562fstyp(8) - identify a file system
2563fstyp_hfs(8) - check for an HFS volume
2564fstyp_msdos(8) - check for an MSDOS FAT volume
2565fstyp_ntfs(8) - check for a Windows NT File System (NTFS) volume
2566fstyp_udf(8) - check for a UDF volume
2567ftp(n) - Client-side tcl implementation of the ftp protocol
2568ftp-proxy(8) - Internet File Transfer Protocol proxy server
2569ftp_geturl(n), ftp::geturl(n) - Uri handler for ftp urls
2570ftpd(n) - Tcl FTP server implementation
2571funzip(1) - filter for extracting from a ZIP archive in a pipe
2572fuser(1) - list process IDs of all processes that have one or more files open
2573fuzzy(n), math::fuzzy(n) - Fuzzy comparison of floating-point numbers
2574fwkdp(1) - FireWire KDP Tool
2575fwkpfv(1) - FireWire kprintf viewer
2576gasm(n), grammar::me::cpu::gasm(n) - ME assembler
2577gb18030(5) - GB 18030 encoding method for Chinese text
2578gb2312(5) - GB2312 encoding method for Chinese text
2579gbk(5) - Guojia biaozhun kuozhan (GBK) encoding method for Chinese text
2580gcore(1) - get core images of running processes
2581gdiffmk(1) - mark differences between groff/nroff/troff files
2582gem(1) - RubyGems program
2583gen_bridge_metadata(1) - Objective-C Bridges Metadata Generator
2584gencat(1) - NLS catalog compiler
2585generic(5) - Postfix generic table format
2586geometry(n), math::geometry(n) - Geometrical computations
2587getconf(1) - retrieve standard configuration variables
2588getmobilityinfohelper(8) - GetMobilityInfo Diagnostic Extension Helper
2589getopt(1) - parse command options
2590gets(ntcl) - Read a line from a channel
2591getty(8) - set terminal mode
2592gettytab(5) - terminal configuration data base
2593gif(4) - generic tunnel interface
2594glob(ntcl) - Return names of files that match patterns
2595global(ntcl) - Access global variables
2596gpt(8) - GUID partition table maintenance utility
2597grab(ntcl) - Confine pointer and keyboard events to a window sub-tree
2598graph(n), struct::graph(n) - Create and manipulate directed graph objects
2599graph1(n), struct::graph v1(n) - Create and manipulate directed graph objects
2600graphicssession(1) - graphics session initialization utility
2601graphops(n), struct::graph::op(n) - Operation for (un)directed graph objects
2602grep(1), egrep(1), fgrep(1), zgrep(1), zegrep(1), zfgrep(1) - file pattern searcher
2603grid(ntcl) - Geometry manager that arranges widgets in a grid
2604grn(1) - groff preprocessor for gremlin files
2605grodvi(1) - convert groff output to TeX dvi format
2606groff(1) - front-end for the groff document formatting system
2607groff(7) - a short reference for the GNU roff language
2608groff_char(7) - groff glyph names
2609groff_diff(7) - differences between GNU troff and classical troff
2610groff_font(5) - format of groff device and font description files
2611groff_man(7) - groff `man' macros to support generation of man pages
2612groff_mdoc(7) - reference for groff's mdoc implementation
2613groff_me(7) - troff macros for formatting papers
2614groff_mm(7) - groff mm macros
2615groff_mmse(7) - svenska mm makro för groff
2616groff_mom(7) - groff `mom' macros
2617groff_ms(7) - groff ms macros
2618groff_out(5) - groff intermediate output format
2619groff_tmac(5) - macro files in the roff typesetting system
2620groff_trace(7) - groff macro package trace.tmac
2621groff_www(7) - groff macros for authoring web pages
2622groffer(1) - display groff files and man~pages on X and tty
2623grog(1) - guess options for groff command
2624grohtml(1) - html driver for groff
2625grolbp(1) - groff driver for Canon CAPSL printers (LBP-4 and LBP-8 series laser printers)
2626grolj4(1) - groff driver for HP Laserjet 4 family
2627grops(1) - PostScript driver for groff
2628grotty(1) - groff driver for typewriter-like devices
2629group(5) - format of the group permissions file
2630groups(1) - show group memberships
2631gss(5) - how to configure gss framework
2632gssd(8) - Generic Security Services Daemon
2633gzexe(1) - create auto-decompressing executables
2634gzip(1) - compression/decompression tool using Lempel-Ziv coding (LZ77)
2635h2ph(1) - convert .h C header files to .ph Perl header files
2636h2xs(1) - convert .h C header files to Perl extensions
2637halt(8), reboot(8) - stopping and restarting the system
2638haval(n) - Message digest "haval"
2639hdid(8) - historical mechanism for attaching disk images
2640hdiejectd(8) - disk image management daemon
2641hdik(8) - lightweight tool to attach and mount disk images in-kernel
2642hdiutil(1) - manipulate disk images (attach, verify, create, etc)
2643head(1) - display first lines of a file
2644header_checks(5) - Postfix built-in content inspection
2645heap(1) - List all the malloc-allocated buffers in the process's heap
2646heimdal_debug(5) - how to turn on/off debugging for Kerberos tools
2647helpd(8) - Help Daemon
2648hex(n) - Encoding "hex"
2649hexdump(1) - ASCII, decimal, hexadecimal, octal dump
2650hfs.util(8) - HFS/HFS+ file system utility
2651hidd(8) - The HID library userland daemon
2652hidutil(1) - HID event system debug utility
2653hier(7) - layout of filesystems
2654history(ntcl) - Manipulate the history list
2655homed(8) - home services daemon
2656host(1) - DNS lookup utility
2657hostname(1) - set or print name of current host system
2658hostname(7) - host name resolution description
2659hosts(5) - host name data base
2660hosts.equiv(5), .rhosts(5) - trusted remote hosts and host-user pairs
2661hotspot.d(1m) - print disk event by location. Uses DTrace
2662hpftodit(1) - create font description files for use with groff -Tlj4
2663hpmdiagnose(1) - - collects diagnostic information to help troubleshoot USB-C issues
2664htcacheclean(8) - Clean up the disk cache
2665htdbm(1) - Manipulate DBM password databases
2666htdigest(1) - manage user files for digest authentication
2667html(n) - Procedures to generate HTML structures
2668html_cssdefaults(n), doctools::html::cssdefaults(n) - Default CSS style for HTML export plugins
2669htmlparse(n) - Procedures to parse HTML strings
2670htpasswd(1) - Manage user files for basic authentication
2671http(ntcl) - Client-side implementation of the HTTP/1.1 protocol
2672httpd(8) - Apache Hypertext Transfer Protocol Server
2673httpd-wrapper(8) - Wrapper script for httpd web server
2674httxt2dbm(1) - Generate dbm files for use with RewriteMap
2675huddle(n) - Create and manipulate huddle object
2676iOSScreenCaptureAssistant(8) - CoreMediaIO DAL Assistant Process
2677icdd(8) - ImageCapture Discovery Daemon
2678icmp(4) - Internet Control Message Protocol
2679icmp6(4) - Internet Control Message Protocol for IPv6
2680ico(n) - Reading and writing windows icons
2681iconutil(1) - Utility to convert between '.iconset' and '.icns' files
2682iconv(1) - character set conversion
2683id(1) - return user identity
2684idebug(n) - Interactive debugging environment in TkCon
2685ident(n) - Ident protocol client
2686idlj(1) - The IDL-to-Java Compiler (RMI-IIOP version) idlj generates Java bindings from a given IDL file
2687if(ntcl) - Execute scripts conditionally
2688ifconfig(8) - configure network interface parameters
2689ifcstart(8) - rebuilds international data caches
2690ifmib(4) - Management Information Base for network interfaces
2691image(ntcl) - Create and manipulate images
2692imap4(n) - imap client-side tcl implementation of imap protocol
2693imenu(n), term::interact::menu(n) - Terminal widget, menu
2694import(n), doctools::toc::import(n) - Importing keyword indices
2695import_docidx(n), doctools::idx::import::docidx(n) - docidx import plugin
2696import_doctoc(n), doctools::toc::import::doctoc(n) - doctoc import plugin
2697import_json(n), doctools::toc::import::json(n) - JSON import plugin
2698imptrace(1) - report importance donation events in real time
2699incr(ntcl) - Increment the value of a variable
2700indxbib(1) - make inverted index for bibliographic databases
2701inet(4) - Internet protocol family
2702inet6(4) - Internet protocol version 6 family
2703info(1) - read Info documents
2704info(5) - readable online documentation
2705info(ntcl) - Return information about the state of the Tcl interpreter
2706infocmp(1m) - compare or print out terminfo descriptions
2707infokey(1) - compile customizations for Info
2708infotocap(1m) - convert a terminfo description into a termcap description
2709ini(n), inifile(n) - Parsing of Windows INI files
2710install(1) - install binaries
2711install-info(1) - update info/dir entries
2712installd(8) - macOS software installation daemon
2713installer(8) - system software and package installer tool
2714installer-core(8) - helper for installer tool
2715installerauthagent(8) - macOS installation
2716instmodsh(1) - A shell to examine installed modules
2717interp(ntcl) - Create and manipulate Tcl interpreters
2718interpolate(n), math::interpolate(n) - Interpolation routines
2719intro(1) - introduction to general commands (tools and utilities)
2720intro(5) - introduction to file formats
2721intro(7) - miscellaneous information pages
2722intro(8) - introduction to system maintenance procedures and commands
2723intro(9) - introduction to system kernel interfaces
2724introduction(n), doctools2toc_introduction(n) - DocTools - Tables of Contents
2725ioalloccount(8) - Summarize IOKit memory usage
2726iofile.d(1m) - I/O wait time by file and process. Uses DTrace
2727iofileb.d(1m) - I/O bytes by file and process. Uses DTrace
2728ionodecache(8) - IOKit node caching daemon
2729iopattern(1m) - print disk I/O pattern. Uses DTrace
2730iopending(1m) - plot number of pending disk events. Uses DTrace
2731ioreg(8) - show I/O Kit registry
2732iosnoop(1m) - snoop I/O events as they occur. Uses DTrace
2733iostat(8) - report I/O statistics
2734iotop(1m) - display top disk I/O events by process. Uses DTrace
2735ioupsd(8) - daemon to track UPS state
2736ip(4) - Internet Protocol
2737ip2cc(1) - lookup country from IP address or hostname
2738ip6(4) - Internet Protocol version 6 (IPv6) network layer
2739ipager(n), term::interact::pager(n) - Terminal widget, paging
2740ipconfig(8) - view and control IP configuration state
2741ipcrm(1) - remove the specified message queues, semaphore sets, and shared memory segments
2742ipcs(1) - report System V interprocess communication facilities status
2743ipentry(n) - An IP address entry widget
2744ipl(4) - IP packet log device
2745ippevepcl(7), ippevepcl/ps(7) - pcl and postscript print commands for ippeveprinter
2746ippeveprinter(1) - an ipp everywhere printer application for cups
2747ippfind(1) - find internet printing protocol printers
2748ipptool(1) - perform internet printing protocol requests
2749ipptoolfile(5) - ipptool file format
2750ippusbd(8) - ipp to usb bridging daemon
2751ipsec(4) - IP security protocol
2752irb(1) - Interactive Ruby Shell
2753irc(n) - Create IRC connection and interface
2754is(n) - test argument to see if it is a class or an object
2755itcl(n) - object-oriented extensions to Tcl
2756itclvars(n) - variables used by [incr Tcl]
2757itk(n) - framework for building mega-widgets in Tcl/Tk
2758itkvars(n) - variables used by [incr Tk]
2759iwidgets_buttonbox(n), iwidgets::buttonbox(n) - Create and manipulate a manager widget for buttons
2760iwidgets_calendar(n), iwidgets::calendar(n) - Create and manipulate a monthly calendar
2761iwidgets_canvasprintbox(n), iwidgets::canvasprintbox(n) - Create and manipulate a canvas print box widget
2762iwidgets_canvasprintdialog(n), iwidgets::canvasprintdialog(n) - Create and manipulate a canvas print dialog widget
2763iwidgets_checkbox(n), iwidgets::checkbox(n) - Create and manipulate a checkbox widget
2764iwidgets_combobox(n), iwidgets::combobox(n) - Create and manipulate combination box widgets
2765iwidgets_dateentry(n), iwidgets::dateentry(n) - Create and manipulate a dateentry widget
2766iwidgets_datefield(n), iwidgets::datefield(n) - Create and manipulate a date field widget
2767iwidgets_dialog(n), iwidgets::dialog(n) - Create and manipulate a dialog widget
2768iwidgets_dialogshell(n), iwidgets::dialogshell(n) - Create and manipulate a dialog shell widget
2769iwidgets_disjointlistbox(n), iwidgets::disjointlistbox(n) - Create and manipulate a disjointlistbox widget
2770iwidgets_entryfield(n), iwidgets::entryfield(n) - Create and manipulate a entry field widget
2771iwidgets_extbutton(n), iwidgets::extbutton(n) - Extends the behavior of the Tk button by allowing a bitmap or image to coexist with text
2772iwidgets_extfileselectionbox(n), iwidgets::extfileselectionbox(n) - Create and manipulate a file selection box widget
2773iwidgets_extfileselectiondialog(n), iwidgets::extfileselectiondialog(n) - Create and manipulate a file selection dialog widget
2774iwidgets_feedback(n), iwidgets::feedback(n) - Create and manipulate a feedback widget to display feedback on the current status of an ongoing operation to the user
2775iwidgets_fileselectionbox(n), iwidgets::fileselectionbox(n) - Create and manipulate a file selection box widget
2776iwidgets_fileselectiondialog(n), iwidgets::fileselectiondialog(n) - Create and manipulate a file selection dialog widget
2777iwidgets_finddialog(n), iwidgets::finddialog(n) - Create and manipulate a find dialog widget
2778iwidgets_hierarchy(n), iwidgets::hierarchy(n) - Create and manipulate a hierarchy widget
2779iwidgets_hyperhelp(n), iwidgets::hyperhelp(n) - Create and manipulate a hyperhelp widget
2780iwidgets_labeledframe(n), iwidgets::labeledframe(n) - Create and manipulate a labeled frame widget
2781iwidgets_labeledwidget(n), iwidgets::labeledwidget(n) - Create and manipulate a labeled widget
2782iwidgets_mainwindow(n), iwidgets::mainwindow(n) - Create and manipulate a mainwindow widget
2783iwidgets_menubar(n), iwidgets::menubar(n) - Create and manipulate menubar menu widgets
2784iwidgets_messagebox(n), iwidgets::messagebox(n) - Create and manipulate a messagebox text widget
2785iwidgets_messagedialog(n), iwidgets::messagedialog(n) - Create and manipulate a message dialog widget
2786iwidgets_notebook(n), iwidgets::notebook(n) - create and manipulate notebook widgets
2787iwidgets_optionmenu(n), iwidgets::optionmenu(n) - Create and manipulate a option menu widget
2788iwidgets_panedwindow(n), iwidgets::panedwindow(n) - Create and manipulate a paned window widget
2789iwidgets_promptdialog(n), iwidgets::promptdialog(n) - Create and manipulate a prompt dialog widget
2790iwidgets_pushbutton(n), iwidgets::pushbutton(n) - Create and manipulate a push button widget
2791iwidgets_radiobox(n), iwidgets::radiobox(n) - Create and manipulate a radiobox widget
2792iwidgets_scopedobject(n), scopedobject(n) - Create and manipulate a scoped [incr Tcl] class object
2793iwidgets_scrolledcanvas(n), iwidgets::scrolledcanvas(n) - Create and manipulate scrolled canvas widgets
2794iwidgets_scrolledframe(n), iwidgets::scrolledframe(n) - Create and manipulate scrolled frame widgets
2795iwidgets_scrolledhtml(n), iwidgets::scrolledhtml(n) - Create and manipulate a scrolled text widget with the capability of displaying HTML formatted documents
2796iwidgets_scrolledlistbox(n), iwidgets::scrolledlistbox(n) - Create and manipulate scrolled listbox widgets
2797iwidgets_scrolledtext(n), iwidgets::scrolledtext(n) - Create and manipulate a scrolled text widget
2798iwidgets_selectionbox(n), iwidgets::selectionbox(n) - Create and manipulate a selection box widget
2799iwidgets_selectiondialog(n), iwidgets::selectiondialog(n) - Create and manipulate a selection dialog widget
2800iwidgets_shell(n), iwidgets::shell(n) - Create and manipulate a shell widget
2801iwidgets_spindate(n), iwidgets::spindate(n) - Create and manipulate time spinner widgets
2802iwidgets_spinint(n), iwidgets::spinint(n) - Create and manipulate a integer spinner widget
2803iwidgets_spinner(n), iwidgets::spinner(n) - Create and manipulate a spinner widget
2804iwidgets_spintime(n), iwidgets::spintime(n) - Create and manipulate time spinner widgets
2805iwidgets_tabnotebook(n), iwidgets::tabnotebook(n) - create and manipulate tabnotebook widgets
2806iwidgets_tabset(n), iwidgets::tabset(n) - create and manipulate tabs as as set
2807iwidgets_timeentry(n), iwidgets::timeentry(n) - Create and manipulate a timeentry widget
2808iwidgets_timefield(n), iwidgets::timefield(n) - Create and manipulate a time field widget
2809iwidgets_toolbar(n), iwidgets::toolbar(n) - Create and manipulate a tool bar
2810iwidgets_watch(n), iwidgets::watch(n) - Create and manipulate time with a watch widgets
2811jar(1) - Java archive tool
2812jarsigner(1) - JAR signing and verification tool
2813java(1) - Java application launcher
2814java_home(1) - return a value for $JAVA_HOME
2815javac(1) - Java compiler
2816javadoc(1) - Java API documentation generator
2817javah(1) - C header and stub file generator
2818javap(1) - Java class file disassembler
2819javascript(n) - Procedures to generate HTML and Java Script structures
2820javaws(1) - Java Web Start launcher command
2821jconsole(1) - J2SE Monitoring and Management Console
2822jdb(1) - Java debugger
2823jhat(1) - Java Heap Analysis Tool
2824jinfo(1) - configuration info
2825jmap(1) - memory map
2826join(1) - relational database operator
2827join(ntcl) - Create a string by joining together list elements
2828jot(1) - print sequential or random data
2829jpeg(n) - JPEG querying and manipulation of meta data
2830jps(1) - Java Virtual Machine Process Status Tool
2831jrunscript(1) - command line script shell
2832jsadebugd(1) - serviceability agent debug daemon
2833json(n) - JSON parser
2834json_pp(1) - JSON::PP command utility
2835json_write(n), json::write(n) - JSON generation
2836json_xs(1) - JSON::XS commandline utility
2837jstack(1) - stack trace
2838jstat(1) - Java Virtual Machine statistics monitoring tool
2839jstatd(1) - Virtual Machine jstat Daemon
2840kadmin(8) - Kerberos administration utility
2841kadmin.local(8) - compatiblity shim for MIT Kerberos kadmin.local
2842kadmind(8) - server for administrative access to Kerberos database
2843kcc(1) - Kerberos credential cache tools
2844kcm(8) - process-based credential cache for Kerberos tickets
2845kcproxy(8) - Keychain Proxy
2846kdc(8) - Kerberos 5 server
2847kdestroy(1) - remove one credential or destroy the current ticket file
2848kdumpd(8) - Mac OS X remote kernel core dump server
2849kerberos(8) - introduction to the Kerberos system
2850kext_logging(8), kext logging(8) - verbose/logging flags for kernel extensions (kexts) in the kernel and command-line utilities
2851kextcache(8) - create kext cache files
2852kextd(8) - kernel extension server
2853kextfind(8) - find kernel extensions (kexts) based on a variety of criteria and print information
2854kextlibs(8) - find OSBundleLibraries needed by a kext
2855kextload(8) - load kernel extensions (kexts) into the kernel
2856kextstat(8) - display status of loaded kernel extensions (kexts)
2857kextunload(8) - terminate driver I/O Kit driver instances and unload kernel extensions (kexts)
2858kextutil(8) - load, diagnose problems with, and generate symbols for kernel extensions (kexts)
2859keysyms(ntcl) - keysyms recognized by Tk
2860keytool(1) - key and certificate management tool
2861kgetcred(1) - get a ticket for a particular service
2862khim(n) - Provides key bindings for entering international characters on a keyboard that does not support them
2863kill(1) - terminate or signal a process
2864kill.d(1m) - snoop process signals as they occur. Uses DTrace
2865killall(1) - kill processes by name
2866kinit(1) - acquire initial tickets
2867klist(1) - list Kerberos credentials
2868klist_cdhashes(8) - reports information about kexts that have been approved via SKEL
2869kpasswd(1) - Kerberos 5 password changing program
2870kpasswdd(8) - Kerberos 5 password changing server
2871krb5-config(1) - give information on how to link code against Heimdal libraries
2872krb5.conf(5) - configuration file for Kerberos 5
2873ksh(1), nZ=0(1) - {
2874kswitch(1) - switch between default credential caches
2875ktrace(1) - configure, record, and print events from kernel trace
2876ktutil(8) - manage Kerberos keytabs
2877kuncd(8) - The Kernel User Notification Center daemon
2878label(ntcl) - Create and manipulate label widgets
2879labelframe(ntcl) - Create and manipulate labelframe widgets
2880lam(1) - laminate files
2881lappend(ntcl) - Append list elements onto a variable
2882lassign(ntcl) - Assign list elements to variables
2883last(1) - indicate last logins of users and ttys
2884lastcomm(1) - show last commands executed in reverse order
2885lastwords(1m) - print syscalls before exit. Uses DTrace
2886latency(1) - monitors scheduling and interrupt latency
2887launchctl(1) - Interfaces with launchd
2888launchd(8) - System wide and per-user daemon/agent manager
2889launchd.plist(5) - System wide and per-user daemon/agent configuration files
2890ldap(n) - LDAP client
2891ldap.conf(5), .ldaprc(5) - LDAP configuration file/environment variables
2892ldap_table(5) - Postfix LDAP client configuration
2893ldapcompare(1) - LDAP compare tool
2894ldapdelete(1) - LDAP delete entry tool
2895ldapexop(1) - issue LDAP extended operations
2896ldapmodify(1), ldapadd(1) - LDAP modify entry and LDAP add entry tools
2897ldapmodrdn(1) - LDAP rename entry tool
2898ldappasswd(1) - change the password of an LDAP entry
2899ldapsearch(1) - LDAP search tool
2900ldapurl(1) - LDAP URL formatting tool
2901ldapwhoami(1) - LDAP who am i? tool
2902ldapx(n) - LDAP extended object interface
2903ldif(5) - LDAP Data Interchange Format
2904leaks(1) - Search a process's memory for unreferenced malloc buffers
2905leave(1) - remind you when you have to leave
2906less(1) - opposite of more
2907lessecho(1) - expand metacharacters
2908libnetcfg(1) - configure libnet
2909linalg(n), math::linearalgebra(n) - Linear Algebra
2910lindex(ntcl) - Retrieve an element from a list
2911link(1), ln(1) - make links
2912linsert(ntcl) - Insert elements into a list
2913list(ntcl) - Create a list
2914listbox(ntcl) - Create and manipulate listbox widgets
2915lj4_font(5) - groff fonts for use with devlj4
2916lkbib(1) - search bibliographic databases
2917llength(ntcl) - Count the number of elements in a list
2918lmdb_table(5) - Postfix LMDB adapter
2919lo(4) - software loopback network interface
2920load(ntcl) - Load machine code and initialize new commands
2921loadTk(ntcl) - Load Tk into a safe interpreter
2922loads.d(1m) - print load averages. Uses DTrace
2923local(8) - Postfix local mail delivery
2924local(n) - create an object local to a procedure
2925locale(1) - display locale settings
2926localedef(1) - define locale environment
2927locate(1) - find filenames quickly
2928locate.code(8), locate.bigram(8) - sorted list compressor
2929locate.updatedb(8) - update locate database
2930locationd(8) - location services daemon
2931lockstat(1) - report kernel lock and profiling statistics
2932log(1) - Access system wide log messages created by os_log, os_trace and other logging systems
2933log(n) - Procedures to log messages of libraries and applications
2934logd(8) - unified logging system daemon
2935logger(1) - make entries in the system log
2936logger(n) - System to control logging of events
2937loggerAppender(n), logger::appender(n) - Collection of predefined appenders for logger
2938loggerUtils(n), logger::utils(n) - Utilities for logger
2939login(1) - log into the computer
2940loginitemregisterd(8) - Login Item Registration Daemon
2941logkextloadsd(8) - logs information about the kexts that get loaded
2942logname(1) - display user's login name
2943logresolve(1) - Resolve IP-addresses to hostnames in Apache log files
2944look(1) - display lines beginning with a given string
2945lookbib(1) - search bibliographic databases
2946lower(ntcl) - Change a window's position in the stacking order
2947lp(1) - print files
2948lpadmin(8) - configure cups printers and classes
2949lpc(8) - line printer control program (deprecated)
2950lpinfo(8) - show available devices or drivers (deprecated)
2951lpmove(8) - move a job or all jobs to a new destination
2952lpoptions(1) - display or set printer options and defaults
2953lpq(1) - show printer queue status
2954lpr(1) - print files
2955lprm(1) - cancel print jobs
2956lpstat(1) - print cups status information
2957lrange(ntcl) - Return one or more adjacent elements from a list
2958lrepeat(ntcl) - Build a list by repeating elements
2959lreplace(ntcl) - Replace elements in a list with new elements
2960lreverse(ntcl) - Reverse the order of a list
2961ls(1) - list directory contents
2962lsappinfo(8) - Control and query CoreApplicationServices about the app state on the system
2963lsbom(8) - list contents of a bom file
2964lsearch(ntcl) - See if a list contains a particular element
2965lset(ntcl) - Change an element in a list
2966lskq(1) - display process kqueue state
2967lsm(1) - Latent Semantic Mapping tool
2968lsof(8) - list open files
2969lsort(ntcl) - Sort the elements of a list
2970lsvfs(1) - list known virtual file systems
2971lwp-download(1) - Fetch large files from the web
2972lwp-dump(1) - See what headers and content is returned for a URL
2973lwp-mirror(1) - Simple mirror utility
2974lwp-request(1), GET(1), POST(1), HEAD(1) - Simple command line user agent
2975mDNSResponder(8) - Multicast and Unicast DNS daemon " Name Description for whatis database
2976mDNSResponderHelper(8) - mDNS privilege separation helper " Name Description for whatis database
2977machine(1) - print machine type
2978machineparameters(n), tclrep/machineparameters(n) - Compute double precision machine parameters
2979magic(5) - file command's magic pattern file
2980mail(1), mailx(1) - send and receive mail
2981mailaddr(7) - mail addressing description
2982mailto.conf(5) - configuration file for cups email notifier
2983makeinfo(1) - translate Texinfo documents
2984makewhatis(8) - create whatis database
2985makewhatis.local(8) - start makewhatis for local file systems
2986malloc_history(1) - Show the malloc and anonymous VM allocations that the process has performed
2987man(1) - format and display the on-line manual pages
2988man.conf(5) - configuration data for man
2989map_slippy(n), map::slippy(n) - Common code for slippy based map packages
2990map_slippy_cache(n), map::slippy::cache(n) - Management of a tile cache in the local filesystem
2991map_slippy_fetcher(n), map::slippy::fetcher(n) - Accessing a server providing tiles for slippy-based maps
2992mapproj(n) - Map projection routines
2993mapspushd(8) - Maps application services daemon
2994master(5) - Postfix master process configuration file format
2995master(8) - Postfix master process
2996math(n) - Tcl Math Library
2997mathfunc(ntcl) - Mathematical functions for Tcl expressions
2998mathop(ntcl) - Mathematical operators as Tcl commands
2999matrix(n), struct::matrix(n) - Create and manipulate matrix objects
3000matrix1(n), struct::matrix v1(n) - Create and manipulate matrix objects
3001mbbackgrounduseragent(8) - helper for the Setup Assistant application
3002mbfloagent(8) - helper for the Setup Assistant application
3003mbsystemadministration(8) - helper for the Setup Assistant application
3004mbuseragent(8) - helper for the Setup Assistant application
3005mbusertrampoline(8) - helper for the Setup Assistant application
3006mcxalr(1) - Managed Client application launch restriction tool and agent
3007mcxquery(1) - Managed Client (MCX) compositor query tool
3008mcxrefresh(1) - Managed Client (MCX) preference refresh tool
3009md2(n) - Message digest "md2"
3010md4(n) - MD4 Message-Digest Algorithm
3011md5(1) - calculate a message-digest fingerprint (checksum) for a file
3012md5(n) - MD5 Message-Digest Algorithm
3013md5_otp(n) - Message digest "md5_otp"
3014md5crypt(n) - MD5-based password encryption
3015mddiagnose(8) - gather information to aid in diagnosing Spotlight issues
3016mdfind(1) - finds files matching a given query
3017mdimport(1) - import file hierarchies into the metadata datastore
3018mdls(1) - lists the metadata attributes for the specified file
3019mdmclient(1) - MDM (Mobile Device Management) client
3020mds(8) - metadata server
3021mdutil(1) - manage the metadata stores used by Spotlight
3022mdworker(8) - metadata server worker
3023me_ast(n), grammar::me_ast(n) - Various representations of ASTs
3024me_cpu(n), grammar::me::cpu(n) - Virtual machine implementation II for parsing token streams
3025me_cpucore(n), grammar::me::cpu::core(n) - ME virtual machine state manipulation
3026me_intro(n), grammar::me_intro(n) - Introduction to virtual machines for parsing token streams
3027me_tcl(n), grammar::me::tcl(n) - Virtual machine implementation I for parsing token streams
3028me_util(n), grammar::me::util(n) - AST utilities
3029me_vm(n), grammar::me_vm(n) - Virtual machine for parsing token streams
3030mediasharingd(8) - The media sharing daemon
3031memcache_table(5) - Postfix memcache client configuration
3032memchan(n) - C API for creating memory channels
3033memchan(n) - Create and manipulate memory channels
3034memory(ntcl) - Control Tcl memory debugging capabilities
3035memory_pressure(1) - Tool to apply real or simulate memory pressure on the system
3036menu(ntcl), tk_menuSetFocus(ntcl) - Create and manipulate menu widgets
3037menubar(n) - Creates an instance of the menubar Class
3038menubutton(ntcl) - Create and manipulate menubutton widgets
3039mesg(1) - display (do not display) messages from other users
3040message(ntcl) - Create and manipulate message widgets
3041metrickitd(8) - manages processing and vending of structured app specific metrics through MetricKit
3042mg(1) - emacs-like text editor
3043mib2c(1) - -- generate template code for extending the agent
3044mib2c-update(1) - script to merge custom code into updated mib2c code
3045mib2c.conf(5) - -- How to write mib2c.conf files to do ANYTHING based on MIB input
3046microstackshot(8) - aggregates microstackshot call graphs
3047migrateLocalKDC(1) - migrates a LocalKDC
3048mime(n) - Manipulation of MIME body parts
3049mime.convs(5) - mime type conversion file for cups (deprecated)
3050mime.types(5) - mime type description file for cups
3051mimetypes(n), fileutil::magic::mimetype(n) - Procedures implementing mime-type recognition
3052mkbom(8) - create a bill-of-materials file
3053mkdir(1) - make directories
3054mkextunpack(8) - extract or list the contents of a multikext (mkext) archive
3055mkfifo(1) - make fifos
3056mkfile(8) - create a file
3057mklocale(1) - make LC_CTYPE locale files
3058mknod(8) - make device special file
3059mkpassdb(8) - Mac OS X Server Password Server database creation tool
3060mktemp(1) - make temporary file name (unique)
3061mmroff(1) - reference preprocessor
3062mnthome(1) - mount an AFP (AppleShare) home directory with the correct privileges
3063moduli(5) - Diffie-Hellman moduli
3064montecarlo(n), simulation::montecarlo(n) - Monte Carlo simulations
3065motd(5) - file containing message(s) of the day
3066mount(8) - mount file systems
3067mount_9p(8) - mount a 9P volume
3068mount_afp(8) - mount an afp (AppleShare) filesystem
3069mount_apfs(8) - mount an APFS volume
3070mount_cd9660(8) - mount an ISO-9660 filesystem
3071mount_cddafs(8) - mount an Audio CD
3072mount_exfat(8) - mount an ExFAT file system
3073mount_fdesc(8) - mount the file-descriptor file system
3074mount_ftp(8) - mount a FTP filesystem
3075mount_hfs(8) - mount an HFS/HFS+ file system
3076mount_msdos(8) - mount an MS-DOS file system
3077mount_nfs(8) - mount NFS file systems
3078mount_ntfs(8) - mount an NTFS file system
3079mount_smbfs(8) - mount a shared resource from an SMB file server
3080mount_udf(8) - mount a UDF filesystem
3081mount_url(8) - mount a remote file system given a URL
3082mount_webdav(8) - mount a WebDAV filesystem
3083mountd(8) - service remote NFS mount requests
3084mp2bug(1) - mod_perl bug report generator
3085mpexpand(n) - Markup processor
3086mptcp_client(1) - Tool to exercise MPTCP
3087msdos.util(8) - DOS/Windows (FAT) file system utility
3088msgcat(ntcl) - Tcl message catalog
3089msgcat_c(n), doctools::msgcat::toc::c(n) - Message catalog for the doctoc parser (C)
3090msgcat_de(n), doctools::msgcat::toc::de(n) - Message catalog for the doctoc parser (DE)
3091msgcat_en(n), doctools::msgcat::toc::en(n) - Message catalog for the doctoc parser (EN)
3092msgcat_fr(n), doctools::msgcat::toc::fr(n) - Message catalog for the doctoc parser (FR)
3093msgs(1) - system messages and junk mail program
3094mskanji(5) - Shift-JIS (MS Kanji) encoding for Japanese text
3095mstreamd(8) - The macOS photo stream agent
3096mtree(8) - map a directory hierarchy
3097multi(n), fileutil::multi(n) - Multi-file operation, scatter/gather, standard object
3098multiop(n), fileutil::multi::op(n) - Multi-file operation, scatter/gather
3099multiplexer(n) - One-to-many communication with sockets
3100mv(1) - move files
3101mysql_table(5) - Postfix MySQL client configuration
3102namespace(ntcl) - create and manipulate contexts for commands and variables
3103namespacex(n) - Namespace utility commands
3104nano(1) - Nano's ANOther editor, an enhanced free Pico clone
3105nanorc(5) - GNU nano's rcfile
3106native2ascii(1) - native to ASCII converter
3107navd(8) - Time to Leave Daemon
3108nbdst(8) - NetBoot deferred shadow tool
3109nc(1) - arbitrary TCP and UDP connections and listens
3110ncctl(1) - Control NFS kernel credentials
3111ncgi(n) - Procedures to manipulate CGI values
3112ncurses5.4-config(1) - report configuration and linking information for ncurses
3113ndp(8) - control/diagnose IPv6 neighbor discovery protocol
3114neagent(8) - Host process for Network Extension plugins
3115nehelper(8) - Helper daemon for the Network Extension framework
3116neqn(1) - format equations for ascii output
3117nesessionmanager(8) - Daemon responsible for running and managing Network Extension sessions
3118net-server(1) - Base Net::Server starting module
3119net-snmp-config(1) - returns information about installed net-snmp libraries and binaries
3120net-snmp-create-v3-user(1) - create a SNMPv3 user in net-snmp configuration file
3121netbiosd(8) - NetBIOS protocol daemon
3122netbootdisk(8) - find local drive to use with NetBoot
3123netgroup(5) - defines network groups
3124netlog(1) - Log summary of every UDP and TCP socket when the socket is closed
3125netstat(1) - show network status
3126nettop(1) - Display updated information about the network
3127netusage(1) - Display traffic usage statistics about the network
3128networking(4) - introduction to networking facilities
3129networks(5) - network name data base
3130networkserviceproxy(8) - Transparent network proxy for Apple system services
3131networksetup(8) - configuration tool for network settings in System Preferences
3132newfs_apfs(8) - construct a new APFS volume
3133newfs_exfat(8) - construct a new ExFAT file system
3134newfs_hfs(8) - construct a new HFS Plus file system
3135newfs_msdos(8) - construct a new MS-DOS (FAT) file system
3136newfs_udf(8) - construct a new UDF file system
3137newgrp(1) - change to a new group
3138newproc.d(1m) - snoop new processes. Uses DTrace
3139newsyslog(8) - maintain system log files to manageable sizes
3140newsyslog.conf(5) - newsyslog(8) configuration file
3141nfcd(8) - NearField daemon
3142nfrestore_service(8) - NearField restore daemon
3143nfs.conf(5) - The configuration file for NFS
3144nfs4mapid(8) - shows NFSv4 mappings from uids or gids to over the wire string names and string names to uids or gids
3145nfsd(8) - NFS server daemon
3146nfsiod(8) - local NFS asynchronous I/O
3147nfsstat(1) - display NFS statistics
3148nice(1) - execute a utility with an altered scheduling priority
3149nisplus_table(5) - Postfix NIS+ client
3150nl(1) - line numbering filter
3151nlcd(8) - Network Link Conditioner daemon
3152nlcontrol(8) - NETLOGON secure channel utility
3153nmea(n) - Process NMEA data
3154nns_auto(n), nameserv::auto(n) - Name service facility, Client Extension
3155nns_client(n), nameserv(n) - Name service facility, Client
3156nns_common(n), nameserv::common(n) - Name service facility, shared definitions
3157nns_intro(n) - Name service facility, introduction
3158nns_protocol(n), nameserv::protocol(n) - Name service facility, client/server protocol
3159nns_server(n), nameserv::server(n) - Name service facility, Server
3160nntp(n) - Tcl client for the NNTP protocol
3161nocr(1) - runs a command with crash reporter disabled
3162nohup(1) - invoke a utility immune to hangups
3163nologin(5) - disallow logins
3164nologin(8) - politely refuse a login
3165notifier(7) - cups notification interface
3166notifyd(8) - notification server
3167notifyutil(1) - notification command line utility
3168nroff(1) - emulate nroff command with groff
3169nroff_manmacros(n), doctools::nroff::man_macros(n) - Default CSS style for NROFF export plugins
3170nslookup(1) - query Internet name servers interactively
3171nsmb.conf(5) - configuration file for SMB requests
3172nsupdate(1) - Dynamic DNS update utility
3173nsurlsessiond(8) - The background NSURLSession daemon
3174nsurlstoraged(8) - The HTTP network storage daemon
3175ntalkd(8), talkd(8) - remote user communication server
3176ntext(n) - Alternative Bindings for the Text Widget
3177ntextBindings(n) - Alternative Bindings for the Text Widget
3178ntextIndent(n) - ntext Indentation for the Text Widget
3179ntextWordBreak(n) - ntext Word Boundary Detection for the Text Widget
3180ntfs.util(8) - NTFS file system utility
3181ntp_time(n) - Tcl Time Service Client
3182null(4) - the null device
3183null(n) - Create and manipulate null channels
3184nvram(8) - manipulate firmware NVRAM variables
3185observe(n) - Runtime debugging output in TkCon
3186oct(n) - Encoding "oct"
3187od(1) - octal, decimal, hex, ASCII dump
3188od_user_homes(8) - executable map program for auto_home records synthesized from user records
3189odproxyd(8) - OpenDirectory proxy daemon
3190odutil(1) - allows caller to examine or change state of opendirectoryd(8)
3191open(1) - open files and directories
3192open(ntcl) - Open a file-based or command pipeline channel
3193opendirectoryd(8) - is a launchd(8) job for client access to local or remote directory systems
3194opensnoop(1m) - snoop file opens as they occur. Uses DTrace
3195openssl(1) - OpenSSL command line tool
3196operator(7) - C operator precedence and order of evaluation
3197optimize(n), math::optimize(n) - Optimisation routines
3198option(ntcl) - Add/retrieve window options to/from the option database
3199options(ntcl) - Standard options supported by widgets
3200oqmgr(8) - old Postfix queue manager
3201orbd(1) - The Object Request Broker Daemon orbd is used to enable clients to transparently locate and invoke persistent objects on servers in the CORBA environment
3202os_log(5) - logging configuration profiles
3203osaapplet(8) - Open Scripting Architecture OSA applet interpreter
3204osacompile(1) - compile AppleScripts and other OSA language scripts
3205osadecompile(1) - display compiled AppleScripts or other OSA language scripts
3206osalang(1) - information about installed OSA languages
3207osanalyticshelper(8) - Writes JetsamEvent reports
3208osascript(1) - execute OSA scripts AppleScript, JavaScript, etc
3209otctl(1) - Command line interface do provide diagnostic information for iCloud Keychain syncing
3210otherbsd(8) - Other Bootstrapper Daemon
3211otp(n) - One-Time Passwords
3212otp_words(n) - Encoding "otp_words"
3213pack(ntcl) - Geometry manager that packs around edges of cavity
3214pack-old(ntcl) - Obsolete syntax for packer geometry manager
3215pack200(1) - JAR Packing tool
3216package(ntcl) - Facilities for package loading and version control
3217page_intro(n) - page introduction
3218page_pluginmgr(n) - page plugin manager
3219page_util_flow(n) - page dataflow/treewalker utility
3220page_util_norm_lemon(n) - page AST normalization, LEMON
3221page_util_norm_peg(n) - page AST normalization, PEG
3222page_util_peg(n) - page PEG transformation utilities
3223page_util_quote(n) - page character quoting utilities
3224pagesize(1) - print system page size
3225pam.conf(5) - PAM policy file format
3226pam_env(8) - The Environment PAM module
3227pam_group(8) - Group PAM module
3228pam_krb5(8) - Kerberos 5 PAM module
3229pam_launchd(8) - launchd PAM module
3230pam_mount(8) - Home Folder Mounting PAM module
3231pam_nologin(8) - No Login PAM module
3232pam_ntlm(8) - NTLM PAM module
3233pam_opendirectory(8) - OpenDirectory PAM module
3234pam_rootok(8) - Root OK PAM module
3235pam_sacl(8) - Service Access Control List PAM module
3236pam_self(8) - Self PAM module
3237pam_smartcard(8) - Smartcard PAM module
3238pam_uwtmp(8) - User Accounting PAM module
3239panedwindow(ntcl) - Create and manipulate panedwindow widgets
3240parentalcontrolsd(8) - Parental Controls helper process
3241parse(n), doctools::toc::parse(n) - Parsing text in doctoc format
3242parsec-fbf(8) - Support daemon for Siri Search analytics
3243parsecd(8) - Support daemon for Siri Suggestions
3244passd(8) - Apple Pay & Wallet daemon
3245passwd(1) - modify a user's password
3246passwd(5), master.passwd(5) - format of the password file
3247paste(1) - merge corresponding or subsequent lines of files
3248patch(1) - apply a diff file to an original
3249path_helper(8) - helper for constructing PATH environment variable
3250pathchk(1) - check pathnames
3251pathopens.d(1m) - full pathnames opened ok count. Uses DTrace
3252pax(1) - read and write file archives and copy directory hierarchies
3253pbcopy(1), pbpaste(1) - provide copying and pasting to the pasteboard (the Clipboard) from command line
3254pboard(8) - pasteboard server
3255pbs(8) - general helper tool
3256pcap-config(1) - write libpcap compiler and linker flags to standard output
3257pcap-filter(7) - packet filter syntax
3258pcap-linktype(7) - link-layer header types supported by libpcap
3259pcap-savefile(5) - libpcap savefile format
3260pcap-tstamp(7) - packet time stamps in libpcap
3261pcre_table(5) - format of Postfix PCRE tables
3262pcsstatus(1) - print current status of PCS credentials
3263pdisk(8) - Apple partition table editor
3264peg(n), grammar::peg(n) - Create and manipulate parsing expression grammars
3265peg_interp(n), grammar::peg::interp(n) - Interpreter for parsing expression grammars
3266periodic(8) - run periodic system functions
3267periodic-wrapper(8) - manage periodic activity
3268periodic.conf(5) - periodic job configuration information
3269perl(1) - The Perl 5 language interpreter
3270perl(1), a2p(1) - Practical Extraction and Report Language
3271perl5004delta(1) - what's new for perl5.004
3272perl5005delta(1) - what's new for perl5.005
3273perl5100delta(1) - what is new for perl 5.10.0
3274perl5101delta(1) - what is new for perl v5.10.1
3275perl5120delta(1) - what is new for perl v5.12.0
3276perl5121delta(1) - what is new for perl v5.12.1
3277perl5122delta(1) - what is new for perl v5.12.2
3278perl5123delta(1) - what is new for perl v5.12.3
3279perl5124delta(1) - what is new for perl v5.12.4
3280perl5125delta(1) - what is new for perl v5.12.5
3281perl5140delta(1) - what is new for perl v5.14.0
3282perl5141delta(1) - what is new for perl v5.14.1
3283perl5142delta(1) - what is new for perl v5.14.2
3284perl5143delta(1) - what is new for perl v5.14.3
3285perl5144delta(1) - what is new for perl v5.14.4
3286perl5160delta(1) - what is new for perl v5.16.0
3287perl5161delta(1) - what is new for perl v5.16.1
3288perl5162delta(1) - what is new for perl v5.16.2
3289perl5163delta(1) - what is new for perl v5.16.3
3290perl5180delta(1) - what is new for perl v5.18.0
3291perl5181delta(1) - what is new for perl v5.18.1
3292perl5182delta(1) - what is new for perl v5.18.2
3293perl5183delta(1) - what is new for perl v5.18.3
3294perl5184delta(1) - what is new for perl v5.18.4
3295perl5200delta(1) - what is new for perl v5.20.0
3296perl5201delta(1) - what is new for perl v5.20.1
3297perl5202delta(1) - what is new for perl v5.20.2
3298perl5203delta(1) - what is new for perl v5.20.3
3299perl5220delta(1) - what is new for perl v5.22.0
3300perl5221delta(1) - what is new for perl v5.22.1
3301perl5222delta(1) - what is new for perl v5.22.2
3302perl5223delta(1) - what is new for perl v5.22.3
3303perl5224delta(1) - what is new for perl v5.22.4
3304perl5240delta(1) - what is new for perl v5.24.0
3305perl5241delta(1) - what is new for perl v5.24.1
3306perl5242delta(1) - what is new for perl v5.24.2
3307perl5243delta(1) - what is new for perl v5.24.3
3308perl5244delta(1) - what is new for perl v5.24.4
3309perl5260delta(1) - what is new for perl v5.26.0
3310perl5261delta(1) - what is new for perl v5.26.1
3311perl5262delta(1) - what is new for perl v5.26.2
3312perl5263delta(1) - what is new for perl v5.26.3
3313perl5280delta(1) - what is new for perl v5.28.0
3314perl5281delta(1) - what is new for perl v5.28.1
3315perl561delta(1) - what's new for perl v5.6.1
3316perl56delta(1) - what's new for perl v5.6.0
3317perl581delta(1) - what is new for perl v5.8.1
3318perl582delta(1) - what is new for perl v5.8.2
3319perl583delta(1) - what is new for perl v5.8.3
3320perl584delta(1) - what is new for perl v5.8.4
3321perl585delta(1) - what is new for perl v5.8.5
3322perl586delta(1) - what is new for perl v5.8.6
3323perl587delta(1) - what is new for perl v5.8.7
3324perl588delta(1) - what is new for perl v5.8.8
3325perl589delta(1) - what is new for perl v5.8.9
3326perl58delta(1) - what is new for perl v5.8.0
3327perlaix(1) - Perl version 5 on IBM AIX (UNIX) systems
3328perlamiga(1) - Perl under Amiga OS
3329perlamiga(1) - Perl under AmigaOS 4.1
3330perlandroid(1) - Perl under Android
3331perlapi(1) - autogenerated documentation for the perl public API
3332perlapio(1) - perl's IO abstraction interface
3333perlartistic(1) - the Perl Artistic License
3334perlbook(1) - Books about and related to Perl
3335perlboot(1) - Links to information on object-oriented programming in Perl
3336perlboot(1) - This document has been deleted
3337perlbot(1) - Links to information on object-oriented programming in Perl
3338perlbot(1) - This document has been deleted
3339perlbs2000(1) - building and installing Perl for BS2000
3340perlbs2000(1) - building and installing Perl for BS2000. This document needs to be updated, but we don't know what it should say. Please email comments to perlbug@perl.org <mailto:perlbug@perl.org>
3341perlbug(1) - how to submit bug reports on Perl
3342perlcall(1) - Perl calling conventions from C
3343perlce(1) - Perl for WinCE
3344perlcheat(1) - Perl 5 Cheat Sheet
3345perlclib(1) - Internal replacements for standard C library functions
3346perlcn(1) - XXXX Perl XX
3347perlcommunity(1) - a brief overview of the Perl community
3348perlcygwin(1) - Perl for Cygwin
3349perldata(1) - Perl data types
3350perldbmfilter(1) - Perl DBM Filters
3351perldebguts(1) - Guts of Perl debugging
3352perldebtut(1) - Perl debugging tutorial
3353perldebug(1) - Perl debugging Xref "debug debugger"
3354perldelta(1) - what is new for perl v5.18.4
3355perldelta(1) - what is new for perl v5.28.2
3356perldeprecation(1) - list Perl deprecations
3357perldgux(1) - Perl under DG/UX
3358perldiag(1) - various Perl diagnostics
3359perldoc(1) - Look up Perl documentation in Pod format
3360perldos(1) - Perl under DOS, W31, W95
3361perldsc(1) - Perl Data Structures Cookbook Xref "data structure complex data structure struct"
3362perldtrace(1) - Perl's support for DTrace
3363perlebcdic(1) - Considerations for running Perl on EBCDIC platforms
3364perlembed(1) - how to embed perl in your C program
3365perlexperiment(1) - A listing of experimental features in Perl
3366perlfaq(1) - frequently asked questions about Perl
3367perlfaq1(1) - General Questions About Perl
3368perlfaq2(1) - Obtaining and Learning about Perl
3369perlfaq3(1) - Programming Tools
3370perlfaq4(1) - Data Manipulation
3371perlfaq5(1) - Files and Formats
3372perlfaq6(1) - Regular Expressions
3373perlfaq7(1) - General Perl Language Issues
3374perlfaq8(1) - System Interaction
3375perlfaq9(1) - Web, Email and Networking
3376perlfilter(1) - Source Filters
3377perlfork(1) - Perl's fork() emulation
3378perlform(1) - Perl formats Xref "format report chart"
3379perlfreebsd(1) - Perl version 5 on FreeBSD systems
3380perlfunc(1) - Perl builtin functions Xref "function"
3381perlgit(1) - Detailed information about git and the Perl repository
3382perlglossary(1) - Perl Glossary
3383perlgpl(1) - the GNU General Public License, version 1
3384perlguts(1) - Introduction to the Perl API
3385perlhack(1) - How to hack on Perl
3386perlhacktips(1) - Tips for Perl core C code hacking
3387perlhacktut(1) - Walk through the creation of a simple C code patch
3388perlhaiku(1) - Perl version 5.10+ on Haiku
3389perlhist(1) - the Perl history records
3390perlhpux(1) - Perl version 5 on Hewlett-Packard Unix (HP-UX) systems
3391perlhurd(1) - Perl version 5 on Hurd
3392perlintern(1) - autogenerated documentation of purely internal Perl functions
3393perlinterp(1) - An overview of the Perl interpreter
3394perlintro(1) - -- a brief introduction and overview of Perl
3395perliol(1) - C API for Perl's implementation of IO in Layers
3396perlipc(1) - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores)
3397perlirix(1) - Perl version 5 on Irix systems
3398perlivp(1) - Perl Installation Verification Procedure
3399perljp(1) - XXX Perl XXX
3400perlko(1) - PerlX XXX XXX
3401perlko(1) - XXX Perl XXX
3402perllexwarn(1) - Perl Lexical Warnings
3403perllexwarn(1) - Perl Lexical Warnings Xref "warning, lexical warnings warning"
3404perllinux(1) - Perl version 5 on Linux systems
3405perllocale(1) - Perl locale handling (internationalization and localization)
3406perllol(1) - Manipulating Arrays of Arrays in Perl
3407perlmacos(1) - Perl under Mac OS (Classic)
3408perlmacosx(1) - Perl under Mac OS X
3409perlmod(1) - Perl modules (packages and symbol tables)
3410perlmodinstall(1) - Installing CPAN Modules
3411perlmodlib(1) - constructing new Perl modules and finding existing ones
3412perlmodstyle(1) - Perl module style guide
3413perlmroapi(1) - Perl method resolution plugin interface
3414perlnetware(1) - Perl for NetWare
3415perlnewmod(1) - preparing a new module for distribution
3416perlnumber(1) - semantics of numbers and numeric operations in Perl
3417perlobj(1) - Perl object reference Xref "object OOP"
3418perlootut(1) - Object-Oriented Programming in Perl Tutorial
3419perlop(1) - Perl operators and precedence Xref "operator"
3420perlopenbsd(1) - Perl version 5 on OpenBSD systems
3421perlopentut(1) - simple recipes for opening files and pipes in Perl
3422perlopentut(1) - tutorial on opening things in Perl
3423perlos2(1) - Perl under OS/2, DOS, Win0.3*, Win0.95 and WinNT
3424perlos390(1) - building and installing Perl for OS/390 and z/OS
3425perlos400(1) - Perl version 5 on OS/400
3426perlos400(1) - Perl version 5 on OS/400 This document needs to be updated, but we don't know what it should say. Please email comments to perlbug@perl.org <mailto:perlbug@perl.org>
3427perlpacktut(1) - tutorial on "pack" and "unpack"
3428perlperf(1) - Perl Performance and Optimization Techniques
3429perlplan9(1) - Plan 9-specific documentation for Perl
3430perlpod(1) - the Plain Old Documentation format Xref "POD plain old documentation"
3431perlpodspec(1) - Plain Old Documentation: format specification and notes
3432perlpodstyle(1) - Perl POD style guide
3433perlpolicy(1) - Various and sundry policies and commitments related to the Perl core
3434perlport(1) - Writing portable Perl
3435perlpragma(1) - how to write a user pragma
3436perlqnx(1) - Perl version 5 on QNX
3437perlre(1) - Perl regular expressions Xref "regular expression regex regexp"
3438perlreapi(1) - Perl regular expression plugin interface
3439perlrebackslash(1) - Perl Regular Expression Backslash Sequences and Escapes
3440perlrecharclass(1) - Perl Regular Expression Character Classes Xref "character class"
3441perlref(1) - Perl references and nested data structures Xref "reference pointer data structure structure struct"
3442perlreftut(1) - Mark's very short tutorial about references
3443perlreguts(1) - Description of the Perl regular expression engine
3444perlrepository(1) - Links to current information on the Perl source repository
3445perlrequick(1) - Perl regular expressions quick start
3446perlreref(1) - Perl Regular Expressions Reference
3447perlretut(1) - Perl regular expressions tutorial
3448perlriscos(1) - Perl version 5 for RISC OS
3449perlrun(1) - how to execute the Perl interpreter
3450perlsec(1) - Perl security
3451perlsolaris(1) - Perl version 5 on Solaris systems
3452perlsource(1) - A guide to the Perl source tree
3453perlstyle(1) - Perl style guide
3454perlsub(1) - Perl subroutines Xref "subroutine function"
3455perlsymbian(1) - Perl version 5 on Symbian OS
3456perlsyn(1) - Perl syntax Xref "syntax"
3457perlsynology(1) - Perl 5 on Synology DSM systems
3458perlthrtut(1) - Tutorial on threads in Perl
3459perltie(1) - how to hide an object class in a simple variable Xref "tie"
3460perltoc(1) - perl documentation table of contents
3461perltodo(1) - Link to the Perl to-do list
3462perltodo(1) - Perl TO-DO List
3463perltooc(1) - Links to information on object-oriented programming in Perl
3464perltooc(1) - This document has been deleted
3465perltoot(1) - Links to information on object-oriented programming in Perl
3466perltoot(1) - This document has been deleted
3467perltrap(1) - Perl traps for the unwary
3468perltru64(1) - Perl version 5 on Tru64 (formerly known as Digital UNIX formerly known as DEC OSF/1) systems
3469perltw(1) - XXXX Perl XX
3470perlunicode(1) - Unicode support in Perl
3471perlunicook(1) - cookbookish examples of handling Unicode in Perl
3472perlunifaq(1) - Perl Unicode FAQ
3473perluniintro(1) - Perl Unicode introduction
3474perluniprops(1) - Index of Unicode Version 10.0.0 character properties in Perl
3475perluniprops(1) - Index of Unicode Version 6.2.0 character properties in Perl
3476perlunitut(1) - Perl Unicode Tutorial
3477perlutil(1) - utilities packaged with the Perl distribution
3478perlvar(1) - Perl predefined variables
3479perlvms(1) - VMS-specific documentation for Perl
3480perlvos(1) - Perl for Stratus OpenVOS
3481perlwin32(1) - Perl under Windows
3482perlxs(1) - XS language reference manual
3483perlxstut(1) - Tutorial for writing XSUBs
3484perlxstypemap(1) - Perl XS C/Perl type mapping
3485pf.conf(5) - packet filter configuration file
3486pf.os(5) - format of the operating system fingerprints file
3487pfbtops(1) - translate a PostScript font in .pfb format to ASCII
3488pfctl(8) - control the packet filter (PF) and network address translation (NAT) device
3489pfd(8) - daemon for network firewall and Internet sharing configuration
3490pflog(4) - packet filter logging interface
3491pgrep(1), pkill(1) - find or signal processes by name
3492pgsql_table(5) - Postfix PostgreSQL client configuration
3493phar(1), phar.phar(1) - PHAR (PHP archive) command line tool
3494photo(ntcl) - Full-color images
3495photoanalysisd(8) - The macOS photo library analysis agent
3496photolibraryd(8) - The macOS photo library agent
3497photosctl(1) - Photo Library diagnostic, configuration and test utility
3498php(1) - PHP Command Line Interface 'CLI' php-cgi - PHP Common Gateway Interface 'CGI' command
3499php-config(1) - get information about PHP configuration and compile options
3500php-fpm(8) - PHP FastCGI Process Manager 'PHP-FPM'
3501phpize(1) - prepare a PHP extension for compiling
3502pic(1) - compile pictures for troff or TeX
3503pickup(8) - Postfix local mail pickup
3504picoirc(n) - Small and simple embeddable IRC client
3505piconv(1) - -- iconv(1), reinvented in perl
3506pid(ntcl) - Retrieve process identifiers
3507pidpersec.d(1m) - print new PIDs per sec. Uses DTrace
3508pie(n) - 2D or 3D pie chart object in a canvas
3509pieBoxLabeler(n) - tkpiechart pie box style labeler class
3510piePeripheralLabeler(n) - tkpiechart pie peripheral style labeler class
3511ping(8) - send ICMP ECHO_REQUEST packets to network hosts
3512ping6(8) - send ICMPv6 ECHO_REQUEST packets to network hosts
3513pipe(8) - Postfix delivery to external command
3514pkg::create(ntcl) - Construct an appropriate 'package ifneeded' command for a given package specification
3515pkg_mkIndex(ntcl) - Build an index for automatic loading of packages
3516pkgbuild(1) - Build an OS X Installer component package from on-disk files
3517pkgutil(1) - Query and manipulate Mac OS X Installer packages and receipts
3518pl(1) - ASCII property list utility
3519pl2pm(1) - Rough tool to translate Perl4 .pl files to Perl5 .pm modules
3520place(ntcl) - Geometry manager for fixed or rubber-sheet placement
3521platform(ntcl) - System identification support code and utilities
3522platform::shell(ntcl) - System identification support code and utilities
3523plist(5) - property list format
3524plockstat(1) - front-end to DTrace to print statistics about POSIX mutexes and read/write locks
3525pluginmgr(n) - Manage a plugin
3526plutil(1) - property list utility
3527pmset(1) - manipulate power management settings
3528png(n) - PNG querying and manipulation of meta data
3529pod2html(1) - convert .pod files to .html files
3530pod2latex(1) - convert pod documentation to latex format
3531pod2man(1) - Convert POD data to formatted *roff input
3532pod2readme(1) - script to convert POD to README file
3533pod2text(1) - Convert POD data to formatted ASCII text
3534pod2usage(1) - print usage messages from embedded pod docs in files
3535podchecker(1) - check the syntax of POD format documentation files
3536podselect(1) - print selected sections of pod documentation on standard output
3537policytool(1) - policy file creation and management tool
3538polynomials(n), math::polynomials(n) - Polynomial functions
3539pool(n), struct::pool(n) - Create and manipulate pool objects (of discrete items)
3540pop3(n) - Tcl client for POP3 email protocol
3541pop3d(n) - Tcl POP3 server implementation
3542pop3d_dbox(n), pop3d::dbox(n) - Simple mailbox database for pop3d
3543pop3d_udb(n), pop3d::udb(n) - Simple user database for pop3d
3544postalias(1) - Postfix alias database maintenance
3545postcat(1) - show Postfix queue file contents
3546postconf(1) - Postfix configuration utility
3547postconf(5) - Postfix configuration parameters
3548postdrop(1) - Postfix mail posting utility
3549postfix(1) - Postfix control program
3550postfix-tls(1) - Postfix TLS management
3551postfix-wrapper(5) - Postfix multi-instance API
3552postkick(1) - kick a Postfix service
3553postlock(1) - lock mail folder and execute command
3554postlog(1) - Postfix-compatible logging utility
3555postmap(1) - Postfix lookup table management
3556postmulti(1) - Postfix multi-instance manager
3557postqueue(1) - Postfix queue control
3558postscreen(8) - Postfix zombie blocker
3559postsuper(1) - Postfix superintendent
3560powerd(1) - Daemon that manages Energy Preferences
3561ppdc(1) - cups ppd compiler (deprecated)
3562ppdcfile(5) - cups ppd compiler source file format (deprecated)
3563ppdhtml(1) - cups html summary generator (deprecated)
3564ppdi(1) - import ppd files (deprecated)
3565ppdmerge(1) - merge ppd files (deprecated)
3566ppdpo(1) - ppd message catalog generator (deprecated)
3567pppd(8) - Point-to-Point Protocol Daemon
3568pr(1) - print files
3569praudit(1) - print the contents of audit trail files
3570priclass.d(1m) - priority distribution by scheduling class. Uses DTrace
3571pridist.d(1m) - process priority distribution. Uses DTrace
3572printenv(1) - print out the environment
3573printers.conf(5) - printer configuration file for cups
3574printf(1) - formatted output
3575printtool(8) - -- a command line tool to configure the printing system
3576prioqueue(n), struct::prioqueue(n) - Create and manipulate prioqueue objects
3577prng_seedctl(1) - Loads and updates the kernel PRNG seed file
3578proactiveeventtrackerd(8) - a process triggered by a daily XPC activity to transform and upload metrics stored in the aggregate state file
3579proc(ntcl) - Create a Tcl procedure
3580procsystime(1m) - analyse system call times. Uses DTrace
3581productbuild(1) - Build a product archive for the OS X Installer or the Mac App Store
3582productsign(1) - Sign an OS X Installer product archive
3583productutil(8) - product archive utility
3584profiler(n) - Tcl source code profiler
3585profiles(1) - Profiles Tool
3586profiles(1) - Profiles Tool for macOS
3587progressd(8) - The macOS ClassKit sync agent
3588protocols(5) - protocol name data base
3589prove(1) - Run tests through a TAP harness
3590proxymap(8) - Postfix lookup table proxy server
3591ps(1) - process status
3592psed(1) - a stream editor
3593pt(n) - Parser Tools Application
3594pt_astree(n), pt::ast(n) - Abstract Syntax Tree Serialization
3595pt_cparam_config_critcl(n), pt::cparam::configuration::critcl(n) - C/PARAM, Canned configuration, Critcl
3596pt_from_api(n), pt_import_api(n) - Parser Tools Import API
3597pt_introduction(n) - Introduction to Parser Tools
3598pt_json_language(n), pt::json_language(n) - The JSON Grammar Exchange Format
3599pt_param(n), pt::param(n) - PackRat Machine Specification
3600pt_parser_api(n) - Parser API
3601pt_peg_container(n), pt::peg::container(n) - PEG Storage
3602pt_peg_container_peg(n), pt::peg::container::peg(n) - PEG Storage. Canned PEG grammar specification
3603pt_peg_export(n), pt::peg::export(n) - PEG Export
3604pt_peg_export_container(n), pt::peg::export::container(n) - PEG Export Plugin. Write CONTAINER format
3605pt_peg_export_json(n), pt::peg::export::json(n) - PEG Export Plugin. Write JSON format
3606pt_peg_export_peg(n), pt::peg::export::peg(n) - PEG Export Plugin. Write PEG format
3607pt_peg_from_container(n), pt::peg::from::container(n) - PEG Conversion. From CONTAINER format
3608pt_peg_from_json(n), pt::peg::from::json(n) - PEG Conversion. Read JSON format
3609pt_peg_from_peg(n), pt::peg::from::peg(n) - PEG Conversion. Read PEG format
3610pt_peg_import(n), pt::peg::import(n) - PEG Import
3611pt_peg_import_container(n), pt::peg::import::container(n) - PEG Import Plugin. From CONTAINER format
3612pt_peg_import_json(n), pt::peg::import::json(n) - PEG Import Plugin. Read JSON format
3613pt_peg_import_peg(n), pt::peg::import::peg(n) - PEG Import Plugin. Read PEG format
3614pt_peg_interp(n), pt::peg::interp(n) - Interpreter for parsing expression grammars
3615pt_peg_introduction(n), pt::pegrammar(n) - Introduction to Parsing Expression Grammars
3616pt_peg_language(n), pt::peg_language(n) - PEG Language Tutorial
3617pt_peg_to_container(n), pt::peg::to::container(n) - PEG Conversion. Write CONTAINER format
3618pt_peg_to_cparam(n), pt::peg::to::cparam(n) - PEG Conversion. Write CPARAM format
3619pt_peg_to_json(n), pt::peg::to::json(n) - PEG Conversion. Write JSON format
3620pt_peg_to_param(n), pt::peg::to::param(n) - PEG Conversion. Write PARAM format
3621pt_peg_to_peg(n), pt::peg::to::peg(n) - PEG Conversion. Write PEG format
3622pt_peg_to_tclparam(n), pt::peg::to::tclparam(n) - PEG Conversion. Write TCLPARAM format
3623pt_pegrammar(n), pt::peg(n) - Parsing Expression Grammar Serialization
3624pt_pexpr_op(n), pt::pe::op(n) - Parsing Expression Utilities
3625pt_pexpression(n), pt::pe(n) - Parsing Expression Serialization
3626pt_pgen(n), pt::pgen(n) - Parser Generator
3627pt_rdengine(n), pt::rde(n) - Parsing Runtime Support, PARAM based
3628pt_tclparam_config_snit(n), pt::tclparam::configuration::snit(n) - Tcl/PARAM, Canned configuration, Snit
3629pt_tclparam_config_tcloo(n), pt::tclparam::configuration::tcloo(n) - Tcl/PARAM, Canned configuration, Tcloo
3630pt_to_api(n), pt_export_api(n) - Parser Tools Export API
3631ptar(1) - a tar-like program written in perl
3632ptar(1), ptar(1) - a tar-like program written in perl
3633ptar5.18(1), ptar(1) - a tar-like program written in perl
3634ptardiff(1) - program that diffs an extracted archive against an unextracted one
3635ptargrep(1) - Apply pattern matching to the contents of files in a tar archive
3636pty(4) - pseudo terminal driver
3637purge(8) - force disk cache to be purged (flushed and emptied)
3638puts(ntcl) - Write to a channel
3639pwd(1) - return working directory name
3640pwd(ntcl) - Return the absolute path of the current working directory
3641pwd_mkdb(8) - generate the password databases
3642pwhich(1) - Perl-only `which'
3643pwpolicy(8) - gets and sets password policies
3644pydoc(1) - the Python documentation tool
3645python(1) - an interpreted, interactive, object-oriented programming language
3646pythonw(1) - run python script allowing GUI
3647qcomplex(n), math::complexnumbers(n) - Straightforward complex number package
3648qlmanage(1) - Quick Look Server debug and management tool
3649qmgr(8) - Postfix queue manager
3650qmqpd(8) - Postfix QMQP server
3651queue(n), struct::queue(n) - Create and manipulate queue objects
3652quota(1) - display disk usage and limits
3653quotacheck(8) - filesystem quota consistency checker
3654quotaon(8), quotaoff(8) - turn filesystem quotas on and off
3655quoted-printable(n) - Encoding "quoted-printable"
3656racoon(8) - IKE (ISAKMP/Oakley) key management daemon
3657racoon.conf(5) - configuration file for racoon
3658radiobutton(ntcl) - Create and manipulate radiobutton widgets
3659raise(ntcl) - Change a window's position in the stacking order
3660random(4) - , urandom random data source devices
3661random(n) - Create and manipulate randomizer channels
3662rapportd(8) - Rapport Daemon
3663rarpd(8) - Reverse ARP Daemon
3664rational_funcs(n), math::rationalfunctions(n) - Polynomial functions
3665rc4(n) - Implementation of the RC4 stream cipher
3666rcs(n) - RCS low level utilities
3667re_format(7) - POSIX 1003.2 regular expressions
3668re_syntax(ntcl) - Syntax of Tcl regular expressions
3669read(ntcl) - Read from a channel
3670readlink(1), stat(1) - display file status
3671receive(n), term::receive(n) - General input from terminals
3672receiver(n), transfer::receiver(n) - Data source
3673recentsd(8) - recentsd daemon
3674record(n), struct::record(n) - Define and create records (similar to 'C' structures)
3675refchan(ntcl) - Command handler API of reflected channels, version 1
3676refer(1) - preprocess bibliographic references for groff
3677regexp(ntcl) - Match a regular expression against a string
3678regexp_table(5) - format of Postfix regular expression tables
3679registry(ntcl) - Manipulate the Windows registry
3680regsub(ntcl) - Perform substitutions based on regular expression pattern matching
3681relocated(5) - Postfix relocated table format
3682remotemanagementd(8) - MDM Version 2 protocol daemon
3683rename(ntcl) - Rename or delete a command
3684renice(8) - alter priority of running processes
3685repeat(n), textutil::repeat(n) - Procedures to repeat strings
3686replayd(8) - MacOS deamon to support ReplayKit on macOS
3687report(n) - Create and manipulate report objects
3688repquota(8) - summarize quotas for a file system
3689resolver(5) - resolver configuration file format
3690rest(n) - define REST web APIs and call them inline or asychronously
3691return(ntcl) - Return from a procedure, or set return code of a script
3692rev(1) - reverse lines of a file
3693reversetemplated(8) - daemon that processes user content in order to detect events
3694revisiond(8) - storage manager for document revisions
3695ri(1) - Ruby API reference front end
3696ripemd128(n) - RIPEMD-128 Message-Digest Algorithm
3697ripemd160(n) - RIPEMD-160 Message-Digest Algorithm
3698rm(1), unlink(1) - remove directory entries
3699rmdir(1) - remove directories
3700rmic(1) - Java RMI stub compiler
3701rmid(1) - RMI activation system daemon
3702rmiregistry(1) - Java remote object registry
3703roff(7) - concepts and history of roff typesetting
3704roman(n), math::roman(n) - Tools for creating and manipulating roman numerals
3705romberg(n), math::calculus::romberg(n) - Romberg integration
3706rotatelogs(8) - Piped logging program to rotate Apache logs
3707route(4) - kernel packet forwarding database
3708route(8) - manually manipulate the routing tables
3709routined(8) - A daemon that learns the historical location patterns of a user
3710rpc(5) - rpc program number data base
3711rpc.lockd(8) - NFS file locking daemon
3712rpc.rquotad(8), rquotad(8) - remote quota server
3713rpc.statd(8) - host status monitoring daemon
3714rpcinfo(8) - report RPC information
3715rpcsvchost(8) - hosting environment for DCE/RPC services
3716rs(1) - reshape a data array
3717rs_ecc(n) - Reed-Solomon error correcting code
3718rsync(1) - faster, flexible replacement for rcp
3719rsyncd.conf(5) - configuration file for rsync in daemon mode
3720rtadvd(8) - router advertisement daemon
3721rtadvd.conf(5) - config file for router advertisement daemon
3722rtcore(n), fileutil::magic::rt(n) - Runtime core for file type recognition engines written in pure Tcl
3723rtsold(8) - router solicitation daemon
3724ruby(1) - Interpreted object-oriented scripting language
3725runningboardd(8) - assertion services daemon
3726rwbypid.d(1m) - read/write calls by PID. Uses DTrace
3727rwbytype.d(1m) - read/write bytes by vnode type. Uses DTrace
3728rwsnoop(1m) - snoop read/write events. Uses DTrace
3729sa(8) - print system accounting statistics
3730sample(1) - Profile a process during a time interval
3731sampleproc(1m) - sample processes on the CPUs. Uses DTrace
3732sandbox(7) - overview of the sandbox facility
3733sandbox-exec(1) - execute within a sandbox (DEPRECATED)
3734sandboxd(8) - sandbox daemon
3735say(1) - Convert text to audible speech
3736sc_usage(1) - show system call usage statistics
3737scache(8) - Postfix shared connection cache server
3738scale(ntcl) - Create and manipulate scale widgets
3739scan(ntcl) - Parse string using conversion specifiers in the style of sscanf
3740scandeps.pl(1) - Scan file prerequisites
3741schemagen(1) - Java(TM) Architecture for XML Binding Schema Generator Specification Version: 2.0 Reference Implementation (RI) Version: 2.0 ea3 l
3742scope(n) - capture the namespace context for a variable
3743scp(1) - secure copy (remote file copy program)
3744screen(1) - screen manager with VT100/ANSI terminal emulation
3745screencapture(1) - capture images from the screen and save them to a file or the clipboard
3746screencaptureui(8) - screencapture daemon
3747screensharingd(8) - listens for VNC connections from clients
3748script(1) - make typescript of terminal session
3749scrollbar(ntcl) - Create and manipulate scrollbar widgets
3750scselect(8) - Select system configuration location
3751scsid(8) - SCSI subsystem daemon
3752scutil(8) - Manage system configuration parameters
3753sdiff(1) - side-by-side merge of file differences
3754sdx(1) - Starkit Developer eXtension
3755searchpartyd(8) - searchparty daemon
3756searchpartyuseragent(8) - searchparty user agent
3757secd(8) - centralised keychain agent
3758secinitd(8) - The security policy initialization daemon
3759securechanneld(8) - Utilities to exchange encrypted messages with a remote counterpart
3760security-checksystem(8) - validate system keychain
3761security-sysdiagnose(1) - Command line interface do dump keychain related information in sysdiagnose
3762securityd_service(8) - helper process to securityd to unlock keybag
3763securityuploadd(8) - Keychain Metrics Uploader
3764sed(1) - stream editor
3765seek(ntcl) - Change the access position for an open channel
3766seeksize.d(1m) - print disk event seek report. Uses DTrace
3767seld(8) - Secure element manager daemon
3768selection(ntcl) - Manipulate the X selection
3769send(ntcl) - Execute a command in a different application
3770sendmail(1) - Postfix to Sendmail compatibility interface
3771sentryd(8) - Collect tailspins for slow operations instrumented with os_signpost
3772seq(1) - print sequences of numbers
3773serialver(1) - serial version command
3774servertool(1) - The Java(TM) IDL Server Tool servertool provides an ease-of-use interface for application programmers to register, unregister, startup and shutdown a server
3775services(5) - service name data base
3776set(ntcl) - Read and write variables
3777setkey(8) - manually manipulate the IPsec SA/SP database
3778setquota(1) - Sets home directory quotas on the local computer
3779setuids.d(1m) - snoop setuid calls as they occur. Uses DTrace
3780sftp(1) - secure file transfer program
3781sftp-server(8) - SFTP server subsystem
3782sh(1) - POSIX-compliant command interpreter
3783sha(n) - Message digest "sha"
3784sha1(n) - SHA1 Message-Digest Algorithm
3785sha1_otp(n) - Message digest "sha1_otp"
3786sha256(n) - SHA256 Message-Digest Algorithm
3787shar(1) - create a shell archive of files
3788sharedfilelistd(8) - (8) User agent which manages lists of file system items
3789shasum(1) - Print or Check SHA Checksums
3790shells(5) - shell database
3791shlock(1) - create or verify a lock file for shell scripts
3792showmount(8) - show remote NFS mounts on host
3793showq(8) - list the Postfix mail queue
3794shutdown(8) - close down the system at a given time
3795sigdist.d(1m) - signal distribution by process. Uses DTrace
3796signpost_reporter(8) - Report telemetry on intervals instrumented with os_signpost to Apple
3797silhouette(8) - Generate local search topics on the device
3798simulation_random(n), simulation::random(n) - Pseudo-random number generators
3799sips(1) - scriptable image processing system
3800skiplist(n), struct::skiplist(n) - Create and manipulate skiplists
3801skywalkctl(8) - Interact with Skywalk subsystem
3802slapacl(8) - Check access to a list of attributes
3803slapadd(8) - Add entries to a SLAPD database
3804slapauth(8) - Check a list of string-represented IDs for LDAP authc/authz
3805slapcat(8) - SLAPD database to LDIF utility
3806slapd(8) - Stand-alone LDAP Daemon
3807slapd-bdb(5), slapd-hdb(5) - Berkeley DB backends to slapd
3808slapd-config(5) - configuration backend to slapd
3809slapd-dnssrv(5) - DNS SRV referral backend to slapd
3810slapd-ldap(5) - LDAP backend to slapd
3811slapd-ldbm(5) - Discontinued LDBM backend to slapd
3812slapd-ldif(5) - LDIF backend to slapd
3813slapd-mdb(5) - Memory-Mapped DB backend to slapd
3814slapd-meta(5) - metadirectory backend to slapd
3815slapd-monitor(5) - Monitor backend to slapd
3816slapd-ndb(5) - MySQL NDB backend to slapd
3817slapd-null(5) - Null backend to slapd
3818slapd-passwd(5) - /etc/passwd backend to slapd
3819slapd-perl(5) - Perl backend to slapd
3820slapd-relay(5) - relay backend to slapd
3821slapd-shell(5) - Shell backend to slapd
3822slapd-sock(5) - Socket backend/overlay to slapd
3823slapd-sql(5) - SQL backend to slapd
3824slapd.access(5) - access configuration for slapd, the stand-alone LDAP daemon
3825slapd.backends(5) - backends for slapd, the stand-alone LDAP daemon
3826slapd.conf(5) - configuration file for slapd, the stand-alone LDAP daemon
3827slapd.overlays(5) - overlays for slapd, the stand-alone LDAP daemon
3828slapd.plugin(5) - plugin configuration for slapd, the stand-alone LDAP daemon
3829slapdn(8) - Check a list of string-represented LDAP DNs based on schema syntax
3830slapindex(8) - Reindex entries in a SLAPD database
3831slapo-accesslog(5) - Access Logging overlay to slapd
3832slapo-auditlog(5) - Audit Logging overlay to slapd
3833slapo-chain(5) - chain overlay to slapd
3834slapo-collect(5) - Collective attributes overlay to slapd
3835slapo-constraint(5) - Attribute Constraint Overlay to slapd
3836slapo-dds(5) - Dynamic Directory Services overlay to slapd
3837slapo-dyngroup(5) - Dynamic Group overlay to slapd
3838slapo-dynlist(5) - Dynamic List overlay to slapd
3839slapo-memberof(5) - Reverse Group Membership overlay to slapd
3840slapo-pbind(5) - proxy bind overlay to slapd
3841slapo-pcache(5) - proxy cache overlay to slapd
3842slapo-ppolicy(5) - Password Policy overlay to slapd
3843slapo-refint(5) - Referential Integrity overlay to slapd
3844slapo-retcode(5) - return code overlay to slapd
3845slapo-rwm(5) - rewrite/remap overlay to slapd
3846slapo-sssvlv(5) - Server Side Sorting and Virtual List View overlay to slapd
3847slapo-syncprov(5) - Sync Provider overlay to slapd
3848slapo-translucent(5) - Translucent Proxy overlay to slapd
3849slapo-unique(5) - Attribute Uniqueness overlay to slapd
3850slapo-valsort(5) - Value Sorting overlay to slapd
3851slappasswd(8) - OpenLDAP password utility
3852slapschema(8) - SLAPD in-database schema checking utility
3853slaptest(8) - Check the suitability of the OpenLDAP slapd configuration
3854sleep(1) - suspend execution for an interval of time
3855smb-sync-preferences(8) - synchronize SMB server preferences
3856smbd(8) - SMB server daemon
3857smbdiagnose(8) - gather information to aid in diagnosing SMB file sharing issues
3858smbutil(1) - interface to the SMB requester
3859smd(8) - ServiceManagement framework daemon
3860smtp(8) - Postfix SMTP+LMTP client
3861smtp(n) - Client-side tcl implementation of the smtp protocol
3862smtpd(8) - Postfix SMTP server
3863smtpd(n) - Tcl SMTP server implementation
3864snit(n) - Snit's Not Incr Tcl
3865snitfaq(n) - Snit Frequently Asked Questions
3866snmp-bridge-mib(1) - provide Linux bridge information via SNMP
3867snmp.conf(5) - configuration files for the Net-SNMP applications
3868snmp.conf(5) - snmp configuration file for cups (deprecated)
3869snmp_config(5) - handling of Net-SNMP configuration files
3870snmpbulkget(1) - communicates with a network entity using SNMP GETBULK requests
3871snmpbulkwalk(1) - retrieve a subtree of management values using SNMP GETBULK requests
3872snmpcmd(1) - options and behaviour common to most of the Net-SNMP command-line tools
3873snmpconf(1) - creates and modifies SNMP configuration files
3874snmpd(8) - daemon to respond to SNMP request packets
3875snmpd.conf(5) - configuration file for the Net-SNMP SNMP agent
3876snmpd.examples(5) - example configuration for the Net-SNMP agent
3877snmpd.internal(5) - internal configuration of the Net-SNMP agent
3878snmpdelta(1) - Monitor delta differences in SNMP Counter values
3879snmpdf(1) - display disk space usage on a network entity via SNMP
3880snmpget(1) - communicates with a network entity using SNMP GET requests
3881snmpgetnext(1) - communicates with a network entity using SNMP GETNEXT requests
3882snmpnetstat(1) - display networking status and configuration information from a network entity via SNMP
3883snmpset(1) - communicates with a network entity using SNMP SET requests
3884snmpstatus(1) - retrieves a fixed set of management information from a network entity
3885snmptable(1) - retrieve an SNMP table and display it in tabular form
3886snmptest(1) - communicates with a network entity using SNMP requests
3887snmptranslate(1) - translate MIB OID names between numeric and textual forms
3888snmptrap(1), snmpinform(1) - sends an SNMP notification to a manager
3889snmptrapd(8) - Receive and log SNMP trap messages
3890snmptrapd.conf(5) - configuration file for the Net-SNMP notification receiver
3891snmpusm(1) - creates and maintains SNMPv3 users on a network entity
3892snmpvacm(1) - creates and maintains SNMPv3 View-based Access Control entries on a network entity
3893snmpwalk(1) - retrieve a subtree of management values using SNMP GETNEXT requests
3894sntp(1) - standard Simple Network Time Protocol client program
3895socket(ntcl) - Open a TCP network connection
3896socketfilterfw(8) - Application Firewall daemon
3897socketmap_table(5) - Postfix socketmap table lookup client
3898soelim(1) - interpret .so requests in groff input
3899softwareupdate(8) - system software update tool
3900sort(1) - sort or merge records (lines) of text and binary files
3901soundex(n) - Soundex
3902source(ntcl) - Evaluate a file or resource as a Tcl script
3903spawn(8) - Postfix external command spawner
3904spctl(8) - SecAssessment system policy security
3905special(n), math::special(n) - Special mathematical functions
3906spfd(1) - simple forking daemon to provide SPF query services
3907spfquery(1) - (Mail::SPF) - Checks if a given set of e-mail parameters matches a domain's SPF policy
3908spinbox(ntcl) - Create and manipulate spinbox widgets
3909spindump(8) - Profile entire system during a time interval
3910spindump_agent(8) - helper agent for spindump(8)
3911split(1) - split a file into pieces
3912split(ntcl) - Split a string into a proper Tcl list
3913spotlighthelper(8) - Spotlight Diagnostic Extension Helper
3914spray(8) - send many packets to host
3915sqlite3(1) - A command line interface for SQLite version 3
3916sqlite_table(5) - Postfix SQLite configuration
3917ssh(1) - OpenSSH SSH client (remote login program)
3918ssh-add(1) - adds private key identities to the authentication agent
3919ssh-agent(1) - authentication agent
3920ssh-copy-id(1) - use locally available keys to authorise logins on a remote machine
3921ssh-keychain(8), ssh-keychain.dylib(8) - smartcard/keychain support library
3922ssh-keygen(1) - authentication key generation, management and conversion
3923ssh-keyscan(1) - gather SSH public keys
3924ssh-keysign(8) - ssh helper program for host-based authentication
3925ssh-pkcs11-helper(8) - ssh-agent helper program for PKCS#11 support
3926ssh_config(5) - OpenSSH SSH client configuration files
3927sshd(8) - OpenSSH SSH daemon
3928sshd_config(5) - OpenSSH SSH daemon configuration file
3929stack(n), struct::stack(n) - Create and manipulate stack objects
3930startupdiskhelper(8) - helper for the Startup Disk preference pane
3931statistics(n), math::statistics(n) - Basic statistical functions and procedures
3932stf(4) - 6to4 tunnel interface
3933sticky(7) - sticky text and append-only directories
3934stooop(n) - Object oriented extension
3935storagekitd(8) - helper for the StorageKit framework
3936store(9), subyte(9), suibyte(9), suiword(9), sulong(9), suulong(9), suword(9) - store data to user-space
3937string(ntcl) - Manipulate strings
3938stringdups(1) - Identify duplicate strings or other objects in malloc blocks of a target process
3939stringprep(n) - Implementation of stringprep
3940stringprep_data(n), stringprep::data(n) - stringprep data tables, generated, internal
3941struct_list(n), struct::list(n) - Procedures for manipulating lists
3942struct_set(n), struct::set(n) - Procedures for manipulating sets
3943struct_tree(n), struct::tree(n) - Create and manipulate tree objects
3944struct_tree1(n), struct::tree v1(n) - Create and manipulate tree objects
3945structure(n), doctools::toc::structure(n) - Doctoc serialization utilities
3946stty(1) - set the options for a terminal device interface
3947studentd(8) - Classroom's student control agent
3948style(9) - kernel source file style guide
3949su(1) - substitute user identity
3950subscriptions.conf(5) - subscription configuration file for cups
3951subst(ntcl) - Perform backslash, command, and variable substitutions
3952sudo(8), sudoedit(8) - execute a command as another user
3953sudoers(5) - default sudo security policy plugin
3954suexec(8) - Switch user before executing external programs
3955suggestd(8) - daemon that processes user content in order to detect contacts, events, named entities, etc
3956suhelperd(8) - Helper daemon for softwareupdate - no user initiated interface
3957sum(n) - Calculate a sum(1) compatible checksum
3958sw_vers(1) - print Mac OS X operating system version information
3959swaplist(n) - A dialog which allows a user to move options between two lists
3960swcd(8) - Shared Web Credentials Daemon
3961swd(1) - Tool used to debug Sleep Wake failures
3962switch(ntcl) - Evaluate one of several scripts, depending on a given value
3963symlink(7) - symbolic link handling
3964symptomsd(8) - Symptom framework service daemon
3965sync(8) - force completion of pending disk writes (flush cache)
3966syncdefaultsd(8) - NSUbiquitousKeyValueStore
3967syscallbypid.d(1m) - syscalls by process ID. Uses DTrace
3968syscallbyproc.d(1m) - syscalls by process name. Uses DTrace
3969syscallbysysc.d(1m) - syscalls by syscall. Uses DTrace
3970sysctl(8) - get or set kernel state
3971sysctl.conf(5) - kernel state defaults
3972sysdiagnose_agent(8) - performs UI related operations for sysdiagnose
3973sysdiagnose_helper(8) - performs critical operations for sysdiagnose
3974sysextd(8) - System Extension daemon
3975syslog(1) - Apple System Log utility
3976syslog.conf(5) - syslogd(8) configuration file
3977syslogd(8) - Apple System Log server
3978sysmond(8) - system monitor daemon
3979system_installd(8) - macOS software installation daemon
3980system_profiler(8) - reports system hardware and software configuration
3981systemextensionsctl(8) - System Extensions control
3982systemkeychain(8) - creates system keychains and allows keychains to unlock keychains
3983systemsetup(8) - configuration tool for certain machine settings in System Preferences
3984systemstats(8) - summarize system stats
3985systemstats_boot(8) - initialize system stats
3986tab2space(1) - Utility to expand tabs and ensure consistent line endings
3987tabify(n), textutil::tabify(n) - Procedures to (un)tabify strings
3988tabs(1) - set terminal tabs
3989tail(1) - display the last part of a file
3990tailspin(1) - configure, save and print tailspin output
3991tailspind(8) - helper daemon for tailspin(1)
3992talagent(8) - helper agent for the Transparent App Lifecycle feature
3993talk(1) - talk to another user
3994tar(1) - manipulate tape archives
3995tar(n) - Tar file creation, extraction & manipulation
3996taskgated-helper(8) - taskgated helper process
3997taskinfo(1) - display policy information from kernel
3998taskpolicy(8) - execute a program with an altered I/O or scheduling policy or change settings of already running process
3999tbl(1) - format tables for troff
4000tbtdiagnose(1) - - collects diagnostic information to help troubleshoot Thunderbolt issues
4001tccutil(1) - manage the privacy database
4002tcl_parse(n), doctools::tcl::parse(n) - Processing text in 'subst -novariables' format
4003tcldom(n), ::dom::DOMImplementation(n) - Tcl language binding for the W3C Document Object Model
4004tcllib_dns(n), dns(n) - Tcl Domain Name Service Client
4005tcllib_interp(n), interp(n) - Interp creation and aliasing
4006tcllib_ip(n) - IPv4 and IPv6 address manipulation
4007tcllib_msgcat(n), doctools::msgcat(n) - Message catalog management for the various document parsers
4008tclsh(1tcl) - Simple shell containing Tcl interpreter
4009tcltest(ntcl) - Test harness support code and utilities
4010tclvars(ntcl) - Variables used by Tcl
4011tclxml(n), ::xml::parser(n) - XML parser support for Tcl
4012tcp(4) - Internet Transmission Control Protocol
4013tcp_table(5) - Postfix client/server table lookup protocol
4014tcpdump(1) - dump traffic on a network
4015tcsh(1) - C shell with file name completion and command line editing
4016tee(1) - pipe fitting
4017tell(ntcl) - Return current access position for an open channel
4018tepam_argument_dialogbox(n), tepam::argument_dialogbox(n) - TEPAM argument_dialogbox, reference manual
4019tepam_introduction(n), tepam(n) - An introduction into TEPAM, Tcl's Enhanced Procedure and Argument Manager
4020tepam_procedure(n), tepam::procedure(n) - TEPAM procedure, reference manual
4021term(5) - format of compiled term file
4022term(7) - conventions for naming terminal types
4023term(n) - General terminal control
4024term_bind(n), term::receive::bind(n) - Keyboard dispatch from terminals
4025term_send(n), term::send(n) - General output to terminals
4026terminfo(5) - terminal capability data base
4027termios(4) - general terminal line discipline
4028test(1), [(1) - condition evaluation utility
4029texi2dvi(1) - print Texinfo documents
4030texindex(1) - sort Texinfo index files
4031texinfo(5) - software documentation system
4032text(ntcl), tk_textCopy(ntcl), tk_textCut(ntcl), tk_textPaste(ntcl) - Create and manipulate text widgets
4033textutil(1) - text utility
4034textutil(n) - Procedures to manipulate texts and strings
4035textutil_split(n), textutil::split(n) - Procedures to split texts
4036textutil_string(n), textutil::string(n) - Procedures to manipulate texts and strings
4037tfmtodit(1) - create font files for use with groff -Tdvi
4038tftp(1) - trivial file transfer program
4039tftpd(8) - DARPA Internet Trivial File Transfer Protocol server
4040thread(n) - Extension for script access to Tcl threading
4041tic(1m) - the terminfo entry-description compiler
4042tidy(1) - validate, correct, and pretty-print HTML files
4043tie(n) - Array persistence
4044tie(n) - Array persistence, standard data sources
4045tiff(n) - TIFF reading, writing, and querying and manipulation of meta data
4046tiff2icns(1) - converts TIFF to icns format
4047tiffutil(1), - tiffutil(1) - manipulates tiff files
4048time(1) - time command execution
4049time(ntcl) - Time the execution of a script
4050timed(8) - time synchronization daemon
4051timemachinehelper(8) - TimeMachine Diagnostic Extension Helper
4052timerfires(1) - analyze timers as they fire
4053timesyncanalyse(1) - time synchronization analysis tool
4054tk(ntcl) - Manipulate Tk internal state
4055tkTable(n), table(n) - Create and manipulate tables
4056tk_chooseColor(ntcl) - pops up a dialog box for the user to select a color
4057tk_chooseDirectory(ntcl) - pops up a dialog box for the user to select a directory
4058tk_dialog(ntcl) - Create modal dialog and wait for response
4059tk_focusNext(ntcl), tk_focusPrev(ntcl), tk_focusFollowsMouse(ntcl) - Utility procedures for managing the input focus
4060tk_getOpenFile(ntcl), tk_getSaveFile(ntcl) - pop up a dialog box for the user to select a file to open or save
4061tk_getString(n), getstring(n) - A string dialog
4062tk_menuBar(ntcl), tk_bindForTraversal(ntcl) - Obsolete support for menu bars
4063tk_messageBox(ntcl) - pops up a message window and waits for user response
4064tk_optionMenu(ntcl) - Create an option menubutton and its menu
4065tk_popup(ntcl) - Post a popup menu
4066tk_setPalette(ntcl), tk_bisque(ntcl) - Modify the Tk color palette
4067tkcon(1) - Tk console replacement
4068tkcon(n) - Controlling TkCon console
4069tkconrc(5) - TkCon resource file
4070tkerror(ntcl) - Command invoked to process background errors
4071tklib_history(n), history(n) - Provides a history for Entry widgets
4072tkmib(1) - an interactive graphical MIB browser for SNMP
4073tkvars(ntcl) - Variables used or set by Tk
4074tkwait(ntcl) - Wait for variable to change or window to be destroyed
4075tlsmgr(8) - Postfix TLS session cache and PRNG manager
4076tlsproxy(8) - Postfix TLS proxy
4077tm(ntcl) - Facilities for locating and loading of Tcl Modules
4078tmdiagnose(8) - gather information to aid in diagnosing Time Machine issues
4079tmutil(8) - Time Machine utility
4080tnameserv(1) - Java IDL name server starter script
4081toe(1m) - table of (terminfo) entries
4082tooltip(n) - Tooltip management
4083top(1) - display and update sorted information about processes
4084toplevel(ntcl) - Create and manipulate toplevel widgets
4085tops(1) - perform in-place substitutions on code
4086topsyscall(1m) - top syscalls by syscall name. Uses DTrace
4087topsysproc(1m) - top syscalls by process name. Uses DTrace
4088torque(1) - ./" ./" Launches one or more child processes, each of which performs a series of bandwidth intensive operations, and after completion reports the bandwidth actually achieved by each operation during a period when all operation streams were executing simultaneously. ./" ./"
4089touch(1) - change file access and modification times
4090touristd(8) - Tourist Daemon
4091tpctl(8) - manage trusted peers as part of keychain syncing
4092tpool(n) - Part of the Tcl threading extension implementing pools of worker threads
4093tput(1), reset(1) - initialize a terminal or query terminfo database
4094tqueue(n), transfer::copy::queue(n) - Queued transfers
4095tr(1) - translate characters
4096trace(1) - configure, record, and display kernel trace events
4097trace(ntcl) - Monitor variable accesses, command usages and command executions
4098traceroute(8) - print the route packets take to network host
4099traceroute6(8) - print the route IPv6 packets will take to a network node
4100transform(n) - Tcl level transformations
4101transmitter(n), transfer::transmitter(n) - Data source
4102transparencyd(8) - The transparency daemon
4103transport(5) - Postfix transport table format
4104traptoemail(1) - snmptrapd handler script to convert snmp traps into emails
4105traverse(n), fileutil_traverse(n) - Iterative directory traversal
4106treeql(n) - Query tree objects
4107treereg(1) - Compiler for Tree Regular Expressions
4108trf(n), trf-intro(n) - Introduction to Trf
4109trim(n), textutil::trim(n) - Procedures to trim strings
4110trimforce(8) - enable TRIM commands on third-party drives
4111trivial-rewrite(8) - Postfix address rewriting and resolving daemon
4112troff(1) - the troff processor of the groff text formatting system
4113true(1) - Return true value
4114tset(1), reset(1) - terminal initialization
4115tsort(1) - topological sort of a directed graph
4116tsv(n) - Part of the Tcl threading extension allowing script level manipulation of data shared between threads
4117ttk::button(ntcl) - Widget that issues a command when pressed
4118ttk::checkbutton(ntcl) - On/off widget
4119ttk::combobox(ntcl) - text field with popdown selection list
4120ttk::entry(ntcl) - Editable text field widget
4121ttk::frame(ntcl) - Simple container widget
4122ttk::intro(ntcl) - Introduction to the Tk theme engine
4123ttk::label(ntcl) - Display a text string and/or image
4124ttk::labelframe(ntcl) - Container widget with optional label
4125ttk::menubutton(ntcl) - Widget that pops down a menu when pressed
4126ttk::notebook(ntcl) - Multi-paned container widget
4127ttk::panedwindow(ntcl) - Multi-pane container window
4128ttk::progressbar(ntcl) - Provide progress feedback
4129ttk::radiobutton(ntcl) - Mutually exclusive option widget
4130ttk::scale(ntcl) - Create and manipulate a scale widget
4131ttk::scrollbar(ntcl) - Control the viewport of a scrollable widget
4132ttk::separator(ntcl) - Separator bar
4133ttk::sizegrip(ntcl) - Bottom-right corner resize widget
4134ttk::spinbox(ntcl) - Selecting text field widget
4135ttk::style(ntcl) - Manipulate style database
4136ttk::treeview(ntcl) - hierarchical multicolumn data display widget
4137ttk::widget(ntcl) - Standard options and commands supported by Tk themed widgets
4138ttk_image(ntcl) - Define an element based on an image
4139ttk_vsapi(ntcl) - Define a Microsoft Visual Styles element
4140ttrace(n) - Trace-based interpreter initialization
4141tty(1) - return user's terminal name
4142tty(4) - general terminal interface
4143ttys(5) - terminal initialization information
4144types(5) - system data types
4145tzfile(5) - timezone information
4146uasysdiagnose(8), uasysdiagone(8) - Produce system diagnostics for UserActivity.framework
4147udp(4) - Internet User Datagram Protocol
4148uevent(n) - User events
4149uevent_onidle(n), uevent::onidle(n) - Request merging and deferal to idle time
4150ul(1) - do underlining
4151umount(8) - unmount filesystems
4152uname(1) - Print operating system name
4153unbound(8) - Unbound DNS validating resolver 1.5.1
4154unbound.conf(5) - Unbound configuration file
4155unicode(n) - Implementation of Unicode normalization
4156unicode_data(n), unicode::data(n) - unicode data tables, generated, internal
4157uniq(1) - report or filter out repeated lines in a file
4158units(1) - conversion program
4159units(n) - unit conversion
4160universalaccessd(8) - universal access server
4161unix(4) - UNIX-domain protocol family
4162unknown(ntcl) - Handle attempts to use non-existent commands
4163unload(ntcl) - Unload machine code
4164unpack200(1) - JAR Unpacking tool
4165unset(ntcl) - Delete variables
4166unstack(n) - Unstacking channels
4167unvis(1) - revert a visual representation of data back to original form
4168unzip(1) - list, test and extract compressed files in a ZIP archive
4169unzipsfx(1) - self-extracting stub for prepending to ZIP archives
4170update(ntcl) - Process pending events and idle callbacks
4171update_dyld_shared_cache(1) - Updates dyld's shared cache
4172uplevel(ntcl) - Execute a script in a different stack frame
4173upsshutdown(8) - UPS emergency low power shutdown script
4174uptime(1) - show how long system has been running
4175upvar(ntcl) - Create link to variable in a different stack frame
4176uri(n) - URI utilities
4177urn-scheme(n), uri_urn(n) - URI utilities, URN scheme
4178usbcupdater(8) - update the USB-C subsystem components
4179usbd(8) - daemon for USB devices
4180usernoted(8) - Notification Center daemon
4181users(1) - list current users
4182usual(n) - access default option-handling commands for a mega-widget component
4183utf2(5) - Universal character set Transformation Format encoding of runes
4184utf8(5) - UTF-8, a transformation format of ISO 10646
4185utmp(5), wtmp(5), lastlog(5) - login records (DEPRECATED)
4186utmpx(5) - user accounting database
4187uuchk(8) - display information read from the UUCP configuration files
4188uucico(8) - UUCP file transfer daemon
4189uuconv(1) - convert UUCP configuration files
4190uucp(1) - Unix to Unix copy
4191uudecode(1), uuencode(1) - encode/decode a binary file
4192uuencode(5) - file format uuencode description of the uuencode file format
4193uuencode(n) - UU-encode/decode binary data
4194uuid(n) - UUID generation and comparison
4195uuidgen(1) - generates new UUID strings
4196uulog(1) - display entries in the UUCP log file
4197uuname(1) - list remote UUCP sites
4198uupick(1) - retrieve files transferred by uuto
4199uusched(8) - schedule the uucp file transport program
4200uustat(1) - UUCP status inquiry and control
4201uuto(1) - send files to a particular user on a remote system
4202uux(1) - Remote command execution over UUCP
4203uuxqt(8) - UUCP execution daemon
4204variable(ntcl) - create and initialize a namespace variable
4205variables(5) - Format of specifying variable names to SNMP tools
4206verify(8) - Postfix address verification server
4207vfs(n) - Filesystem management in Tcl
4208vfs-filesystems(n) - Filesystems provided by tclvfs
4209vfs-fsapi(n) - API for the implementation of a filesystem in Tcl
4210vifs(8) - safely edit fstab
4211vim(1) - Vi IMproved, a programmer's text editor
4212vimdiff(1) - edit two, three or four versions of a file with Vim and show differences
4213vimtutor(1) - the Vim tutor
4214vipw(8) - edit the password file
4215virtual(5) - Postfix virtual alias table format
4216virtual(8) - Postfix virtual domain mail delivery agent
4217vis(1) - display non-printable characters in a visual format
4218visudo(8) - edit the sudoers file
4219vm_stat(1) - show Mach virtual memory statistics
4220vmmap(1) - Display the virtual memory regions allocated in a process
4221vpnd(5) - Mac OS X VPN Remote Access Server File
4222vpnd(8) - Mac OS X VPN service daemon
4223vsdbutil(8) - manipulates the volume status DB
4224vwait(ntcl) - Process events until a variable is written
4225w(1) - display who is logged in and what they are doing
4226wait4path(1) - wait for given path to show up in the namespace
4227wall(1) - write a message to users
4228warmd_agent(8) - general helper tool
4229watchdogd(8) - watchdog daemon
4230wc(1) - word, line, character, and byte count
4231wdutil(8) - Wireless Diagnostics command line utility
4232weakpass_edit(8) - Mac OS X Server Password Server weak password dictionary insertion tool
4233wfsctl(8) - WebDAV File Sharing control utility
4234what(1) - show what versions of object modules were used to construct a file
4235whatis(1) - search the whatis database for complete words
4236whereis(1) - locate programs
4237which(1) - locate a program file in the user's path
4238while(ntcl) - Execute script repeatedly as long as a condition is met
4239who(1) - display who is logged in
4240whoami(1) - display effective user id
4241whois(1) - Internet domain name and network number directory service
4242widget(n) - Megawidget package
4243widget_calendar(n) - widget::calendar Megawidget
4244widget_toolbar(n) - widget::toolbar Megawidget
4245wifiFirmwareLoader(8) - load wifi firmware to chip
4246wifihelper(8) - WiFi Diagnostic Extension Helper
4247wifivelocityd(8) - launchd daemon for the WiFiVelocity framework
4248winfo(ntcl) - Return window-related information
4249wip(n) - Word Interpreter
4250wish(1tcl) - Simple windowing shell
4251wm(ntcl) - Communicate with window manager
4252wps(8) - Wireless Protected Setup daemon
4253write(1) - send a message to another user
4254wsgen(1) - JAX-WS 2.0
4255wsimport(1) - JAX-WS 2.0
4256wspd(8) - search in smb share according to MS-WSP protocol
4257wwand(8) - USB WWAN device configuration daemon
4258xar(1) - eXtensible ARchiver
4259xargs(1) - construct argument list(s) and execute utility
4260xattr(1) - display and manipulate extended attributes
4261xcode-select(1) - Manages the active developer directory for Xcode and BSD tools. rst2man-indent-level 0 1 rstReportMargin \$1 \n[an-margin] level \n[rst2man-indent-level] level margin: \n[rst2man-indent\n[rst2man-indent-level]] - \n[rst2man-indent0] \n[rst2man-indent1] \n[rst2man-indent2] . 1 INDENT RS \$1 nr rst2man-indent\n[rst2man-indent-level] \n[an-margin] nr rst2man-indent-level +1 . UNINDENT RE rst2man-indent-level -1 \n[rst2man-indent\n[rst2man-indent-level]]u
4262xgettext.pl(1) - Extract translatable strings from source
4263xip(1) - Create or expand a secure archive for secure distribution
4264xjc(1) - Java XML Binding Compiler
4265xml2-config(1) - script to get information about the installed version of GNOME-XML
4266xmlcatalog(1) - Command line tool to parse and manipulate XML or SGML catalog files
4267xmllint(1) - command line XML tool
4268xpchelper(8) - XPC helper agent
4269xpcproxy(8) - configures the execution environment for XPC services
4270xpcservice.plist(5) - XPC Service configuration keys and values
4271xprintf(5) - extensible printf
4272xscertd-helper(8) - xscertd helper process
4273xsltproc(1) - command line XSLT processor
4274xsubpp(1) - compiler to convert Perl XS code into C code
4275xsxp(n) - eXtremely Simple Xml Parser
4276xxd(1) - make a hexdump or do the reverse
4277yaa(1) - Manipulate YAA archives
4278yaml(n) - YAML Format Encoder/Decoder
4279yencode(n) - Y-encode/decode binary data
4280yes(1) - be repetitively affirmative
4281yp(8) - description of the YP/NIS system
4282zcmp(1), zdiff(1) - compare compressed files
4283zdump(8) - timezone dumper
4284zero(n) - Create and manipulate zero channels
4285zforce(1) - force gzip files to have a.gz suffix
4286zic(8) - timezone compiler
4287zip(1) - package and compress (archive) files
4288zip(n) - Data compression "zip"
4289zipcloak(1) - encrypt entries in a zipfile
4290zipdetails(1) - display the internal structure of zip files
4291zipgrep(1) - search files in a ZIP archive for lines matching a pattern
4292zipinfo(1) - list detailed information about a ZIP archive
4293zipnote(1) - write the comments in zipfile to stdout, edit comments and rename files in zipfile
4294zipsplit(1) - split a zipfile into smaller zipfiles
4295zmore(1), zless(1) - view compressed files
4296znew(1) - convert compressed files to gzipped files
4297zprint(1) - show information about kernel zones
4298zsh(1) - the Z shell
4299zshall(1) - the Z shell meta-man page
4300zshbuiltins(1) - zsh built-in commands
4301zshcompctl(1) - zsh programmable completion
4302zshcompsys(1) - zsh completion system
4303zshcompwid(1) - zsh completion widgets
4304zshcontrib(1) - user contributions to zsh
4305zshexpn(1) - zsh expansion and substitution
4306zshmisc(1) - everything and then some
4307zshmodules(1) - zsh loadable modules
4308zshoptions(1) - zsh options
4309zshparam(1) - zsh parameters
4310zshroadmap(1) - informal introduction to the zsh manual The Zsh Manual, like the shell itself, is large and often complicated. This section of the manual provides some pointers to areas of the shell that are likely to be of particular interest to new users, and indicates where in the rest of the manual the documentation is to be found
4311zshtcpsys(1) - zsh tcp system
4312zshzftpsys(1) - zftp function front-end
4313zshzle(1) - zsh command line editor
4314FFI(3) - Foreign Function Interface
4315MakeCert(1) - Create X.509 certificates for test purposes
4316Mono(1) - CIL Linker
4317Mono(1) - CIL strip
4318TIFFClose(3tiff) - close a previously opened TIFF file
4319TIFFDataWidth(3tiff) - Get the size of TIFF data types
4320TIFFError(3tiff), TIFFSetErrorHandler(3tiff) - library error handling interface
4321TIFFFieldDataType(3tiff) - Get TIFF data type from field information
4322TIFFFieldName(3tiff) - Get TIFF field name from field information
4323TIFFFieldPassCount(3tiff) - Get whether to pass a count to TIFFGet/SetField
4324TIFFFieldReadCount(3tiff) - Get number of values to be read from field
4325TIFFFieldTag(3tiff) - Get TIFF field tag value from field information
4326TIFFFieldWriteCount(3tiff) - Get number of values to be written to field
4327TIFFFlush(3tiff), TIFFFlushData(3tiff) - flush pending writes to an open TIFF file
4328TIFFGetField(3tiff), TIFFVGetField(3tiff) - get the value(s) of a tag in an open TIFF file
4329TIFFOpen(3tiff), TIFFFdOpen(3tiff), TIFFClientOpen(3tiff) - open a TIFF file for reading or writing
4330TIFFPrintDirectory(3tiff) - print a description of a TIFF directory
4331TIFFRGBAImage(3tiff), TIFFRGBAImageOK(3tiff), TIFFRGBAImageBegin(3tiff), TIFFRGBAImageGet(3tiff), TIFFRGBAImageEnd(3tiff) - read and decode an image into a raster
4332TIFFReadDirectory(3tiff) - get the contents of the next directory in an open TIFF file
4333TIFFReadEncodedStrip(3tiff) - read and decode a strip of data from an open TIFF file
4334TIFFReadEncodedTile(3tiff) - read and decode a tile of data from an open TIFF file
4335TIFFReadRGBAImage(3tiff), TIFFReadRGBAImageOriented(3tiff) - read and decode an image into a fixed-format raster
4336TIFFReadRGBAStrip(3tiff) - read and decode an image strip into a fixed-format raster
4337TIFFReadRGBATile(3tiff) - read and decode an image tile into a fixed-format raster
4338TIFFReadRawStrip(3tiff) - return the undecoded contents of a strip of data from an open TIFF file
4339TIFFReadRawTile(3tiff) - return an undecoded tile of data from an open TIFF file
4340TIFFReadScanline(3tiff) - read and decode a scanline of data from an open TIFF file
4341TIFFReadTile(3tiff) - read and decode a tile of data from an open TIFF file
4342TIFFSetDirectory(3tiff), TIFFSetSubDirectory(3tiff) - set the current directory for an open TIFF file
4343TIFFSetField(3tiff), TIFFVSetField(3tiff) - set the value(s) of a tag in a TIFF file open for writing
4344TIFFWarning(3tiff), TIFFSetWarningHandler(3tiff) - library warning interface
4345TIFFWriteDirectory(3tiff), TIFFRewriteDirectory(3tiff), TIFFCheckpointDirectory(3tiff) - write the current directory in an open TIFF file
4346TIFFWriteEncodedStrip(3tiff), TIFFWritedEncodedStrip(3tiff) - compress and write a strip of data to an open TIFF file
4347TIFFWriteEncodedTile(3tiff), TIFFWritedEncodedTile(3tiff) - compress and write a tile of data to an open TIFF file
4348TIFFWriteRawStrip(3tiff) - write a strip of raw data to an open TIFF file
4349TIFFWriteRawTile(3tiff) - write a tile of raw data to an open TIFF file
4350TIFFWriteScanline(3tiff) - write a scanline to an open TIFF file
4351TIFFWriteTile(3tiff) - encode and write a tile of data to an open TIFF file
4352TIFFbuffer(3tiff), TIFFReadBufferSetup(3tiff), TIFFWriteBufferSetup(3tiff) - I/O buffering control routines
4353TIFFcodec(3tiff), TIFFFindCODEC(3tiff), TIFFRegisterCODEC(3tiff), TIFFUnRegisterCODEC(3tiff), TIFFIsCODECConfigured(3tiff) - codec-related utility routines
4354TIFFcolor(3tiff), TIFFYCbCrToRGBInit(3tiff), TIFFYCbCrtoRGB(3tiff), TIFFCIELabToRGBInit(3tiff), TIFFCIELabToXYZ(3tiff), TIFFXYZToRGB(3tiff) - color conversion routines
4355TIFFmemory(3tiff), _TIFFmalloc(3tiff), c _TIFFrealloc(3tiff), c _TIFFfree(3tiff), c _TIFFmemset(3tiff), c _TIFFmemcpy(3tiff), c _TIFFmemcmp(3tiff), c(3tiff) - memory management-related functions for use with TIFF files
4356TIFFquery(3tiff), TIFFCurrentRow(3tiff), TIFFCurrentStrip(3tiff), TIFFCurrentTile(3tiff), TIFFCurrentDirectory(3tiff), TIFFLastDirectory(3tiff), TIFFFileno(3tiff), TIFFFileName(3tiff), TIFFGetMode(3tiff), TIFFIsTiled(3tiff), TIFFIsByteSwapped(3tiff), TIFFIsUpSampled(3tiff), TIFFIsMSB2LSB(3tiff), TIFFGetVersion(3tiff) - query routines
4357TIFFsize(3tiff), TIFFScanlineSize(3tiff), TIFFRasterScanlineSize(3tiff) - return the size of various items associated with an open TIFF file
4358TIFFstrip(3tiff), TIFFDefaultStripSize(3tiff), TIFFStripSize(3tiff), TIFFVStripSize(3tiff), TIFFRawStripSize(3tiff), TIFFComputeStrip(3tiff), TIFFNumberOfStrips(3tiff) - strip-related utility routines
4359TIFFswab(3tiff), TIFFGetBitRevTable(3tiff), TIFFReverseBits(3tiff), TIFFSwabShort(3tiff), TIFFSwabLong(3tiff), TIFFSwabArrayOfShort(3tiff), TIFFSwabArrayOfLong(3tiff) - byte- and bit-swapping routines
4360TIFFtile(3tiff), TIFFTileSize(3tiff), TIFFTileRowSize(3tiff), TIFFVTileSize(3tiff), TIFFDefaultTileSize(3tiff), TIFFComputeTile(3tiff), TIFFCheckTile(3tiff), TIFFNumberOfTiles(3tiff) - tile-related utility routines
4361XSP(1) - Mono ASP.NET Session State Server
4362XSP(1) - Mono ASP.NET Web Server (xsp and xsp2)
4363al(1), al2(1) - Mono Assembly Linker
4364autopoint(1) - copies standard gettext infrastructure
4365bind_textdomain_codeset(3) - set encoding of message translations
4366bindtextdomain(3) - set directory containing message catalogs
4367cccheck(1) - Perform static code contracts verification for CLR assemblies
4368ccrewrite(1) - Rewrite CLR assemblies for runtime code contract verification
4369cert-sync(1) - Mono Certificate Store Sync Tool
4370cert2spc(1) - Transform multiple X.509 certificates to a Software Publisher Certificate
4371certmgr(1) - Mono Certificate Manager (CLI version)
4372chktrust(1) - Check the trust of a PE executable
4373cilc(1) - Mono CIL-to-C binding generator
4374cjpeg(1) - compress an image file to a JPEG file
4375crlupdate(1) - Mono Certficate Revocation List Downloader and Updater
4376csharp(1) - Interactive C# Shell and Scripting
4377dbsessmgr(1) - session state database manager
4378disco(1) - Mono's Web Service Discovery Tool
4379djpeg(1) - decompress a JPEG file to an image file
4380dtd2xsd(1) - XML Schema generator from XML document that contains DTD
4381envsubst(1) - substitutes environment variables in shell format strings
4382fax2ps(1) - convert a TIFF facsimile to compressed (tm
4383fax2tiff(1) - create a TIFF Class F fax file from raw fax data
4384ffi_call(3) - Invoke a foreign function
4385ffi_prep_cif(3) - Prepare a ffi_cif structure for use with ffi_call
4386ffi_prep_cif_var(3) - Prepare a ffi_cif structure for use with ffi_call for variadic functions
4387gacutil(1) - Global Assembly Cache management utility
4388gdk-pixbuf-csource(1) - C code generation utility for GdkPixbuf images
4389gdk-pixbuf-query-loaders(1) - GdkPixbuf loader registration utility
4390genxs(1) - Mono's Xml Serializer Generator
4391gettext(1) - translate message
4392gettext(3), dgettext(3), dcgettext(3) - translate message
4393gettextize(1) - install or upgrade gettext infrastructure
4394httpcfg(1) - Mono Certificate Management for HttpListener
4395ilasm(1), ilasm2(1) - Mono IL assembler
4396illinkanalyzer(1) - Mono's linker analyzer tool
4397intltool-extract(8) - generate header files which can be read by gettext
4398intltool-merge(8) - merge translated strings into various types of file
4399intltool-prepare(8) - Prepare software to make use of intltool
4400intltool-update(8) - updates PO template file and merge translations with it
4401intltoolize(8) - copy intltool related files to software package
4402jpegtran(1) - lossless transformation of JPEG files
4403lc(1) - Mono License Compiler
4404libpng(3) - Portable Network Graphics (PNG) Reference Library 1.4.12
4405libpng(3) - Portable Network Graphics (PNG) Reference Library 1.4.12 (private functions)
4406libtiff(3tiff) - introduction to libtiff , a library for reading and writing TIFF files
4407libxml(3) - library used to parse XML files
4408macpack(1) - Macintosh OS X Packager for managed gui assemblies
4409mconfig(1) - Utility for modifying .NET configuration files
4410mcs(1) - Turbo C# Compiler
4411mdassembler(1) - Compile documentation for use in monodoc browser
4412mdb2ppdb(1) - Convert Mono's debug file format (MDB) to Portable Program Database (PPDB) file formatn
4413mdoc(1) - Mono documentation management tool
4414mdoc(5) - Mono Documentation XML Format
4415mdoc-assemble(1), mdoc assemble(1) - Compile documentation for use in monodoc(1)
4416mdoc-export-html(1), mdoc export-html(1) - Convert mdoc(5) XML to HTML
4417mdoc-export-msxdoc(1), mdoc export-msxdoc(1) - Convert mdoc(5) XML to Microsoft XML Documentation
4418mdoc-update(1), mdoc update(1) - mdoc(5) documentation format support
4419mdoc-validate(1), mdoc validate(1) - Validate XML documents against a schema
4420mdvalidater(1), mdvalidator(1) - Validate XML Documents against the ECMA Documentation Schema
4421mkbundle(1), mkbundle2(1) - Creates a bundled executable
4422mono(1) - Mono's ECMA-CLI native code generator (Just-in-Time and Ahead-of-Time)
4423mono-api-info(1) - Expose IL structure of CLR assemblies as XML
4424mono-config(5) - Mono runtime file format configuration
4425mono-configuration-crypto(1) - Mono configuration utility to manage encryption keys and encrypt/decrypt config file sections
4426mono-profilers(1) - Mono's bundled profiler modules
4427mono-service(1), mono-service2(1) - Mono ServiceProcess host
4428mono-shlib-cop(1) - Shared Library Usage Checker
4429mono-symbolicate(1) - Mono Symbolicate Tool
4430mono-xmltool(1) - Mono XML validation and transformation tool
4431monodis(1) - CIL image content dumper and disassembler
4432monodocer(1) - ECMA Documentation Format Support
4433monodocs2html(1) - Translate Monodoc XML to HTML
4434monop(1), monop2(1) - Mono Class Outline Viewer
4435mozroots(1) - Download and import trusted root certificates from Mozilla's LXR into Mono's certificate store
4436mprof-report(1) - report generator for Mono's log profiler
4437msgattrib(1) - attribute matching and manipulation on message catalog
4438msgcat(1) - combines several message catalogs
4439msgcmp(1) - compare message catalog and template
4440msgcomm(1) - match two message catalogs
4441msgconv(1) - character set conversion for message catalog
4442msgen(1) - create English message catalog
4443msgexec(1) - process translations of message catalog
4444msgfilter(1) - edit translations of message catalog
4445msgfmt(1) - compile message catalog to binary format
4446msggrep(1) - pattern matching on message catalog
4447msginit(1) - initialize a message catalog
4448msgmerge(1) - merge message catalog and template
4449msgunfmt(1) - uncompile message catalog from binary format
4450msguniq(1) - unify duplicate translations in message catalog
4451ngettext(1) - translate message and choose plural form
4452ngettext(3), dngettext(3), dcngettext(3) - translate message and choose plural form
4453pal2rgb(1) - convert a palette color TIFF image to a full color image
4454pango-querymodules(1) - Module registration utility
4455pango-view(1) - Pango text viewer
4456pdb2mdb(1) - Program Database to Mono Debugging Symbol converter
4457permview(1) - Viewer for declarative security permission sets inside assemblies
4458pkg-config(1) - Return metainformation about installed libraries
4459png(5) - Portable Network Graphics (PNG) format
4460ppm2tiff(1) - create a TIFF file from PPM, PGM and PBM image files
4461raw2tiff(1) - create a TIFF file from a raw data
4462rdjpgcom(1) - display text comments from a JPEG file
4463recode-sr-latin(1) - convert Serbian text from Cyrillic to Latin script
4464resgen(1), resgen2(1) - Mono/CLI Resource Generator
4465rsvg-convert(1) - turn SVG files into raster images
4466secutil(1) - Extract X.509 certificates and strongnames from assemblies
4467setreg(1) - Change settings for public key cryptography
4468sgen(1) - Mono XML Serializer GENerator
4469signcode(1) - Digitally sign an PE executable using an X.509 certificate
4470sn(1) - Digitally sign/verify/compare strongnames on CLR assemblies
4471soapsuds(1) - Mono's Remoting Proxy Generator
4472sqlite3(1) - A command line interface for SQLite version 3
4473sqlsharp(1) - Mono SQL Query command-line tool
4474textdomain(3) - set domain for future gettext() calls
4475tiff2bw(1) - convert a color TIFF image to greyscale
4476tiff2pdf(1) - convert a TIFF image to a PDF document
4477tiff2ps(1) - convert a TIFF image to
4478tiff2rgba(1) - convert a TIFF image to RGBA color space
4479tiffcmp(1) - compare two TIFF files
4480tiffcp(1) - copy (and possibly convert) a TIFF file
4481tiffcrop(1) - select, copy, crop, convert, extract, and/or process one or more TIFF files
4482tiffdither(1) - convert a greyscale image to bilevel using dithering
4483tiffdump(1) - print verbatim information about TIFF files
4484tiffgt(1) - display an image stored in a TIFF file (Silicon Graphics version)
4485tiffinfo(1) - print information about TIFF files
4486tiffmedian(1) - apply the median cut algorithm to data in a TIFF file
4487tiffset(1) - set or unset a field in a TIFF header
4488tiffsplit(1) - split a multi-image TIFF into single-image TIFF files
4489vbnc(1), vbnc2(1) - Mono Visual Basic Compiler
4490wrjpgcom(1) - insert text comments into a JPEG file
4491wsdl(1) - Mono's Web Service Proxy Generator
4492xbuild(1) - Mono's tool to build MSBuild project files
4493xgettext(1) - extract gettext strings from source
4494xml2-config(1), xml-config(1) - script to get information about the installed version of GNOME-XML
4495xmlcatalog(1) - Command line tool to parse and manipulate XML or SGML catalog files
4496xmllint(1) - command line XML tool
4497xmlwf(1) - Determines if an XML document is well-formed
4498xsd(1) - Mono's utility for generating schema or class files
4499SafariBookmarksSyncAgent(8) - Safari Bookmarks Sync Agent
4500SafariCloudHistoryPushAgent(8) - Safari Cloud History Push Agent
4501SafariHistoryServiceAgent(8) - Safari History Service Agent
4502SafariLaunchAgent(8) - Safari Launch Agent
4503SafariNotificationAgent(8) - Safari Push Notification Agent
4504SafariPlugInUpdateNotifier(8) - Safari Plug-in Update Notifier
4505usage: /usr/libexec/makewhatis.local [options] directories ...
4506usage: /usr/libexec/makewhatis.local [options] directories ...
4507usage: /usr/libexec/makewhatis.local [options] directories ...