|
add_proplist_entry(3) -- adds an Extended File Attribute to the Extended File Attribute buffer
|
The add_proplist_entry() function initializes an Extended File Attribute buffer, pointed to by **bufptr, with the Extended File Attribute specified by the *name and *value parameters. The function can... |
add_wch(3) -- Add a complex character and rendition to a Curses window and advance the cursor
|
The add_wch, wadd_wch, mvadd_wch, and mvwadd_wch functions put the complex character wch into the window at the current or specified cursor position, of the current or specified window, and advance th... |
add_wchnstr(3) -- Add an array of complex characters and rendition to a Curses window
|
All of these functions copy wchstr, which points to an array of complex characters, directly into the current or specified window image structure starting at the current cursor position or the positio... |
add_wchstr(3) -- Add an array of complex characters and rendition to a Curses window
|
All of these functions copy wchstr, which points to an array of complex characters, directly into the current or specified window image structure starting at the current cursor position or the positio... |
adelete(3) -- arena memory allocator
|
The amalloc family of routines provides a main memory allocator based on the malloc(3) memory allocator. This allocator has been extended so that an arbitrary memory space ("arena") can be set up as... |
advance(3) -- Regular expression compile and match routines
|
The compile(), advance(), and step() functions are used for general-purpose expression matching. The compile() function takes a simple regular expression as input and produces a compiled expression th... |
advance_r(3) -- Regular expression compile and match routines
|
The compile(), advance(), and step() functions are used for general-purpose expression matching. The compile() function takes a simple regular expression as input and produces a compiled expression th... |
advfs_clonefset(3) -- Creates a read-only copy of an active fileset
|
This function makes a read-only copy (clone) of an active fileset without taking the fileset off line. When you create a clone fileset, it is a read-only snapshot of fileset data structures (metadata)... |
advfs_get_fdmn_list(3) -- Get an AdvFS file domain list
|
Use this function to obtain information about the AdvFS file domains on a system. The function returns the information in the domainInfo[] array. The information is returned only for valid file domain... |
advfs_get_file_attributes(3) -- Get the AdvFS attributes of a file
|
This function returns the AdvFS-specific attributes of the file specified by the fd parameter in the specified fileAttributes structure. |
advfs_get_fset_list(3) -- Obtain a list of all the filesets in an AdvFS file domain
|
Use this function to obtain information about the filesets in an AdvFS file domain. Information about both mounted and unmounted filesets is returned. The function returns the information in the "fil... |
advfs_get_fset_quotas(3) -- Obtains fileset quotas for an AdvFS fileset
|
This function obtains the fileset quotas for the fileset specified by the domainName and filesetName parameters and returns them in the structure specified in *filesetQuotas. |
advfs_rmfset(3) -- Removes a fileset or a clone fileset
|
This function removes an AdvFS fileset from the named file domain. Once you have removed a fileset using this function, the fileset and its files are not recoverable. The only way to restore the files... |