| Skip Navigation Links | |
| Exit Print View | |
![]() | man pages section 3: Library Interfaces and Headers Oracle Solaris 11 Information Library |
Library Interfaces and Headers
SMHBA_GetAdapterAttributes(3LIB)
SMHBA_GetAdapterPortAttributes(3LIB)
SMHBA_GetBindingCapability(3LIB)
SMHBA_GetDiscoveredPortAttributes(3LIB)
SMHBA_GetFCPhyAttributes(3LIB)
SMHBA_GetPersistentBinding(3LIB)
SMHBA_GetPortAttributesByWWN(3LIB)
SMHBA_GetProtocolStatistics(3LIB)
SMHBA_GetSASPhyAttributes(3LIB)
SMHBA_GetVendorLibraryAttributes(3LIB)
SMHBA_GetWrapperLibraryAttributes(3LIB)
SMHBA_RegisterForAdapterAddEvents(3LIB)
SMHBA_RegisterForAdapterEvents(3LIB)
SMHBA_RegisterForAdapterPhyStatEvents(3LIB)
SMHBA_RegisterForAdapterPortEvents(3LIB)
SMHBA_RegisterForAdapterPortStatEvents(3LIB)
SMHBA_RegisterForTargetEvents(3LIB)
SMHBA_RemoveAllPersistentBindings(3LIB)
SMHBA_RemovePersistentBinding(3LIB)
- standard buffered input/output
#include <stdio.h>
The <stdio.h> header defines the following macros as positive integer constant expressions:
size of <stdio.h> buffers
input/output fully buffered
input/output line buffered
input/output unbuffered
maximum size of character array to holdctermid() output
maximum size of character array to holdtmpnam() output
seek relative to current position
seek relative to end-of-file
seek relative to start-of-file
The following macros are defined as positive integer constant expressions that denoteimplementation limits:
Maximum size in bytes of the longest filename string that the implementation guarantees can be opened.
Number of streams that the implementation guarantees can be open simultaneously. The value is at least eight.
Minimum number of unique filenames generated bytmpnam(). Maximum number of times an application can calltmpnam() reliably. The value of {TMP_MAX} is at least 25. On XSI-conformant systems, the value of {TMP_MAX} is at least 10000.
The following macro name is defined as a negative integer constant expression:
end-of-file return value
The following macro name is defined as a null pointer constant:
null pointer
The following macro name is defined as a string constant:
default directory prefix fortempnam()
The following is defined as expressions of type “pointer toFILE” pointto theFILE objects associated, respectively, with the standard error, input, andoutput streams:
standard error output stream
standard input stream
standard output stream
The following data types are defined throughtypedef:
structure containing information about a file
non-array type containing all information needed to specify uniquely every position within a file
as described in <stdarg.h>
as described in <stddef.h>
Seeattributes(5) for descriptions of the following attributes:
|
rename(2),ctermid(3C),fclose(3C),fdopen(3C),fflush(3C),fgetc(3C),fgetpos(3C),fgets(3C),flockfile(3C),fopen(3C),fputc(3C),fputs(3C),fputwc(3C),fread(3C),freopen(3C),fseek(3C),fsetpos(3C),ftell(3C),fwrite(3C),getwchar(3C),getopt(3C),perror(3C),popen(3C),printf(3C),remove(3C),rewind(3C),scanf(3C),setbuf(3C),stdio(3C),system(3C),tmpfile(3C),tmpnam(3C),ungetc(3C),vprintf(3C),attributes(5),standards(5)
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.Legal Notices | ![]() ![]() |