[−][src]Crate opensc_sys
Structs
Constants
Statics
_IO_2_1_stdin_ | |
_IO_2_1_stdout_ | |
_IO_2_1_stderr_ | |
stderr | |
stdin | |
stdout | |
sys_errlist | |
sys_nerr |
Functions
_IO_feof⚠ | |
_IO_ferror⚠ | |
_IO_flockfile⚠ | |
_IO_free_backup_area⚠ | |
_IO_ftrylockfile⚠ | |
_IO_funlockfile⚠ | |
_IO_getc⚠ | |
_IO_padn⚠ | |
_IO_peekc_locked⚠ | |
_IO_putc⚠ | |
_IO_seekoff⚠ | |
_IO_seekpos⚠ | |
_IO_sgetn⚠ | |
_IO_vfprintf⚠ | |
_IO_vfscanf⚠ | |
__errno_location⚠ | |
__getdelim⚠ | |
__overflow⚠ | |
__uflow⚠ | |
__underflow⚠ | |
_sc_delete_reader⚠ | |
clearerr⚠ | |
clearerr_unlocked⚠ | |
ctermid⚠ | |
dprintf⚠ | |
fclose⚠ | |
fdopen⚠ | |
feof⚠ | |
feof_unlocked⚠ | |
ferror⚠ | |
ferror_unlocked⚠ | |
fflush⚠ | |
fflush_unlocked⚠ | |
fgetc⚠ | |
fgetc_unlocked⚠ | |
fgetpos⚠ | |
fgets⚠ | |
fileno⚠ | |
fileno_unlocked⚠ | |
flockfile⚠ | |
fmemopen⚠ | |
fopen⚠ | |
fprintf⚠ | |
fputc⚠ | |
fputc_unlocked⚠ | |
fputs⚠ | |
fread⚠ | |
fread_unlocked⚠ | |
freopen⚠ | |
fscanf⚠ | |
fscanf1⚠ | |
fseek⚠ | |
fseeko⚠ | |
fsetpos⚠ | |
ftell⚠ | |
ftello⚠ | |
ftrylockfile⚠ | |
funlockfile⚠ | |
fwrite⚠ | |
fwrite_unlocked⚠ | |
getc⚠ | |
getc_unlocked⚠ | |
getchar⚠ | |
getchar_unlocked⚠ | |
getdelim⚠ | |
getline⚠ | |
getw⚠ | |
gnu_dev_major⚠ | |
gnu_dev_makedev⚠ | |
gnu_dev_minor⚠ | |
imaxabs⚠ | |
imaxdiv⚠ | |
iso7816_read_binary_sfid⚠ | @brief Read a complete EF by short file identifier. |
iso7816_write_binary_sfid⚠ | @brief Write a complete EF by short file identifier. |
iso7816_update_binary_sfid⚠ | @brief Update a EF by short file identifier. |
iso7816_logout⚠ | @brief Set verification status of a specific PIN to “not verified” |
list_append⚠ | append data at the end of the list. |
list_attributes_comparator⚠ | set the comparator function for list elements. |
list_attributes_copy⚠ | require to free element data when list entry is removed (default: don't free). |
list_attributes_hash_computer⚠ | set the element hash computing function for the list elements. |
list_attributes_seeker⚠ | set a seeker function for list elements. |
list_attributes_serializer⚠ | set the element serializer function for the list elements. |
list_attributes_unserializer⚠ | set the element unserializer function for the list elements. |
list_clear⚠ | clear all the elements off of the list. |
list_comparator_double⚠ | ready-made comparator for double elements. @see list_attributes_comparator() |
list_comparator_float⚠ | ready-made comparator for float elements. @see list_attributes_comparator() |
list_comparator_int8_t⚠ | ready-made comparator for int8_t elements. @see list_attributes_comparator() |
list_comparator_int16_t⚠ | ready-made comparator for int16_t elements. @see list_attributes_comparator() |
list_comparator_int32_t⚠ | ready-made comparator for int32_t elements. @see list_attributes_comparator() |
list_comparator_int64_t⚠ | ready-made comparator for int64_t elements. @see list_attributes_comparator() |
list_comparator_string⚠ | ready-made comparator for string elements. @see list_attributes_comparator() |
list_comparator_uint8_t⚠ | ready-made comparator for uint8_t elements. @see list_attributes_comparator() |
list_comparator_uint16_t⚠ | ready-made comparator for uint16_t elements. @see list_attributes_comparator() |
list_comparator_uint32_t⚠ | ready-made comparator for uint32_t elements. @see list_attributes_comparator() |
list_comparator_uint64_t⚠ | ready-made comparator for uint64_t elements. @see list_attributes_comparator() |
list_concat⚠ | concatenate two lists |
list_contains⚠ | inspect whether some data is member of the list. |
list_delete⚠ | expunge the first found given element from the list. |
list_delete_at⚠ | expunge an element at a given position from the list. |
list_delete_range⚠ | expunge an array of elements from the list, given their position range. |
list_destroy⚠ | completely remove the list from memory. |
list_empty⚠ | inspect whether the list is empty. |
list_extract_at⚠ | retrieve and remove from list an element at a given position. |
list_fetch⚠ | extract the element in the top of the list. |
list_get_at⚠ | retrieve an element at a given position. |
list_get_max⚠ | return the maximum element of the list. |
list_get_min⚠ | return the minimum element of the list. |
list_hash⚠ | return the hash of the current status of the list. |
list_hashcomputer_double⚠ | ready-made hash function for double elements. @see list_attributes_hash_computer() |
list_hashcomputer_float⚠ | ready-made hash function for float elements. @see list_attributes_hash_computer() |
list_hashcomputer_int8_t⚠ | ready-made hash function for int8_t elements. @see list_attributes_hash_computer() |
list_hashcomputer_int16_t⚠ | ready-made hash function for int16_t elements. @see list_attributes_hash_computer() |
list_hashcomputer_int32_t⚠ | ready-made hash function for int32_t elements. @see list_attributes_hash_computer() |
list_hashcomputer_int64_t⚠ | ready-made hash function for int64_t elements. @see list_attributes_hash_computer() |
list_hashcomputer_string⚠ | ready-made hash function for string elements. @see list_attributes_hash_computer() |
list_hashcomputer_uint8_t⚠ | ready-made hash function for uint8_t elements. @see list_attributes_hash_computer() |
list_hashcomputer_uint16_t⚠ | ready-made hash function for uint16_t elements. @see list_attributes_hash_computer() |
list_hashcomputer_uint32_t⚠ | ready-made hash function for uint32_t elements. @see list_attributes_hash_computer() |
list_hashcomputer_uint64_t⚠ | ready-made hash function for uint64_t elements. @see list_attributes_hash_computer() |
list_init⚠ | initialize a list object for use. |
list_insert_at⚠ | insert an element at a given position. |
list_iterator_hasnext⚠ | inspect whether more elements are available in the iteration session. |
list_iterator_next⚠ | return the next element in the iteration session. |
list_iterator_start⚠ | start an iteration session. |
list_iterator_stop⚠ | end an iteration session. |
list_locate⚠ | find the position of an element in a list. |
list_meter_double⚠ | ready-made metric function for double elements. @see list_attributes_copy() |
list_meter_float⚠ | ready-made metric function for float elements. @see list_attributes_copy() |
list_meter_int8_t⚠ | ready-made metric function for int8_t elements. @see list_attributes_copy() |
list_meter_int16_t⚠ | ready-made metric function for int16_t elements. @see list_attributes_copy() |
list_meter_int32_t⚠ | ready-made metric function for int32_t elements. @see list_attributes_copy() |
list_meter_int64_t⚠ | ready-made metric function for int64_t elements. @see list_attributes_copy() |
list_meter_string⚠ | ready-made metric function for string elements. @see list_attributes_copy() |
list_meter_uint8_t⚠ | ready-made metric function for uint8_t elements. @see list_attributes_copy() |
list_meter_uint16_t⚠ | ready-made metric function for uint16_t elements. @see list_attributes_copy() |
list_meter_uint32_t⚠ | ready-made metric function for uint32_t elements. @see list_attributes_copy() |
list_meter_uint64_t⚠ | ready-made metric function for uint64_t elements. @see list_attributes_copy() |
list_prepend⚠ | insert data in the head of the list. |
list_seek⚠ | returns an element given an indicator. |
list_size⚠ | inspect the number of elements in the list. |
list_sort⚠ | sort list elements. |
open_memstream⚠ | |
pclose⚠ | |
perror⚠ | |
popen⚠ | |
printf⚠ | |
pselect⚠ | |
putc⚠ | |
putc_unlocked⚠ | |
putchar⚠ | |
putchar_unlocked⚠ | |
puts⚠ | |
putw⚠ | |
remove⚠ | |
rename⚠ | |
renameat⚠ | |
rewind⚠ | |
sc_apdu2bytes⚠ | Encodes a APDU as an octet string @param ctx sc_context_t object (used for logging) @param apdu APDU to be encoded as an octet string @param proto protocol version to be used @param out output buffer of size outlen. @param outlen size of hte output buffer @return SC_SUCCESS on success and an error code otherwise |
sc_apdu_get_length⚠ | Calculates the length of the encoded APDU in octets. @param apdu the APDU @param proto the desired protocol @return length of the encoded APDU |
sc_append_file_id⚠ | |
sc_append_path⚠ | Appends a sc_path_t object to another sc_path_t object (note: this function is a wrapper for sc_concatenate_path) @param dest destination sc_path_t object @param src sc_path_t object to append @return SC_SUCCESS on success and an error code otherwise |
sc_append_path_id⚠ | |
sc_append_record⚠ | Appends a record to the current (i.e. selected) file. @param card struct sc_card object on which to issue the command @param buf buffer with to the data for the new record @param count length of the data @param flags flags (may contain a short file id of a file to select) @retval number of bytes written or an error value |
sc_base64_encode⚠ | |
sc_base64_decode⚠ | |
sc_bin_to_hex⚠ | Converts an u8 array to a string representing the input as hexadecimal, human-readable/printable form. It's the inverse function of sc_hex_to_bin. |
sc_build_pin⚠ | |
sc_bytes2apdu⚠ | Transforms an APDU from binary to its @c sc_apdu_t representation @param ctx sc_context_t object (used for logging) @param buf APDU to be encoded as an @c sc_apdu_t object @param len length of @a buf @param apdu @c sc_apdu_t object to initialize @return SC_SUCCESS on success and an error code otherwise @note On successful initialization apdu->data will point to @a buf with an appropriate offset. Only free() @a buf, when apdu->data is not needed any longer. @note On successful initialization @a apdu->resp and apdu->resplen will be 0. You should modify both if you are expecting data in the response APDU. |
sc_cancel⚠ | Cancel all pending PC/SC calls NOTE: only PC/SC backend implements this function. @param ctx pointer to application context @retval SC_SUCCESS on success |
sc_card_ctl⚠ | |
sc_card_find_alg⚠ | |
sc_card_find_ec_alg⚠ | |
sc_card_find_gostr3410_alg⚠ | |
sc_card_find_rsa_alg⚠ | |
sc_change_reference_data⚠ | |
sc_check_apdu⚠ | |
sc_check_sw⚠ | |
sc_compacttlv_find_tag⚠ | Find a given tag in a compact TLV structure @param[in] buf input buffer holding the compact TLV structure @param[in] len length of the input buffer @buf in bytes @param[in] tag compact tag to search for - high nibble: plain tag, low nibble: length. If length is 0, only the plain tag is used for searching, in any other case, the length must also match. @param[out] outlen pointer where the size of the buffer returned is to be stored @return pointer to the tag value found within @buf, or NULL if not found/on error |
sc_compare_oid⚠ | Compares two sc_object_id objects @param oid1 the first sc_object_id object @param oid2 the second sc_object_id object @return 1 if the oids are equal and a zero value otherwise |
sc_compare_path⚠ | Compares two sc_path_t objects @param patha sc_path_t object of the first path @param pathb sc_path_t object of the second path @return 1 if both paths are equal and 0 otherwise |
sc_compare_path_prefix⚠ | Checks whether one path is a prefix of another path @param prefix sc_path_t object with the prefix @param path sc_path_t object with the path which should start with the given prefix @return 1 if the parameter prefix is a prefix of path and 0 otherwise |
sc_compute_signature⚠ | |
sc_concatenate_path⚠ | Concatenate two sc_path_t values and store the result in d (note: d can be the same as p1 or p2). @param d destination sc_path_t object @param p1 first sc_path_t object @param p2 second sc_path_t object @return SC_SUCCESS on success and an error code otherwise |
sc_connect_card⚠ | Connects to a card in a reader and auto-detects the card driver. The ATR (Answer to Reset) string of the card is also retrieved. @param reader Reader structure @param card The allocated card object will go here |
sc_context_create⚠ | Creates a new sc_context_t object. @param ctx pointer to a sc_context_t pointer for the newly created sc_context_t object. @param parm parameters for the sc_context_t creation (see sc_context_param_t for a description of the supported options).. @return SC_SUCCESS on success and an error code otherwise. |
sc_context_repair⚠ | Repairs an already existing sc_context_t object. This may occur if multithreaded issues mean that another context in the same heap is deleted. @param ctx pointer to a sc_context_t pointer containing the (partial) context. @return SC_SUCCESS or an error value if an error occurred. |
sc_copy_ec_params⚠ | Copy and allocate if needed EC parameters data @dst destination @src source |
sc_crc32⚠ | Get CRC-32 digest @param value pointer to data used for CRC calculation @param len length of data used for CRC calculation |
sc_create_file⚠ | |
sc_ctx_detect_readers⚠ | Detect new readers available on system. @param ctx OpenSC context @return SC_SUCCESS on success and an error code otherwise. |
sc_ctx_get_reader⚠ | Returns a pointer to the specified sc_reader_t object @param ctx OpenSC context @param i number of the reader structure to return (starting with 0) @return the requested sc_reader object or NULL if the index is not available |
sc_ctx_get_reader_by_id⚠ | Returns a pointer to the specified sc_reader_t object @param ctx OpenSC context @param id id of the reader (starting from 0) @return the requested sc_reader object or NULL if the reader is not available |
sc_ctx_get_reader_by_name⚠ | Returns a pointer to the specified sc_reader_t object @param ctx OpenSC context @param name name of the reader to look for @return the requested sc_reader object or NULL if the reader is not available |
sc_ctx_get_reader_count⚠ | Returns the number a available sc_reader objects @param ctx OpenSC context @return the number of available reader objects |
sc_ctx_log_to_file⚠ | Redirects OpenSC debug log to the specified file @param ctx existing OpenSC context @param filename path to the file or "stderr" or "stdout" @return SC_SUCCESS on success and an error code otherwise |
sc_ctx_use_reader⚠ | Pass in pointers to handles to be used for the pcsc reader. This is used by cardmod to pass in handles provided by BaseCSP |
sc_ctx_win32_get_config_value⚠ | In windows: get configuration option from environment or from registers. @param env name of environment variable @param reg name of register value @param key path of register key @return SC_SUCCESS on success and an error code otherwise. |
sc_decipher⚠ | |
sc_delete_file⚠ | |
sc_delete_record⚠ | |
sc_detect_card_presence⚠ | Checks if a card is present in a reader @param reader Reader structure @retval If an error occurred, the return value is a (negative) OpenSC error code. If no card is present, 0 is returned. Otherwise, a positive value is returned, which is a combination of flags. The flag SC_READER_CARD_PRESENT is always set. In addition, if the card was exchanged, the SC_READER_CARD_CHANGED flag is set. |
sc_disconnect_card⚠ | Disconnects from a card, and frees the card structure. Any locks made by the application must be released before calling this function. NOTE: The card is not reset nor powered down after the operation. @param card The card to disconnect @return SC_SUCCESS on success and an error code otherwise |
sc_dlclose⚠ | |
sc_dlerror⚠ | |
sc_dlopen⚠ | |
sc_dlsym⚠ | |
sc_enum_apps⚠ | |
sc_erase_binary⚠ | Sets (part of) the content fo an EF to its logical erased state @param card struct sc_card object on which to issue the command @param idx index within the file for the data to be erased @param count number of bytes to erase @param flags flags for the ERASE BINARY command (currently not used) @return number of bytes written or an error code |
sc_establish_context⚠ | Establishes an OpenSC context. Note: this function is deprecated, please use sc_context_create() instead. @param ctx A pointer to a pointer that will receive the allocated context @param app_name A string that identifies the application, used primarily in finding application-specific configuration data. Can be NULL. |
sc_file_add_acl_entry⚠ | |
sc_file_clear_acl_entries⚠ | |
sc_file_dup⚠ | |
sc_file_free⚠ | |
sc_file_get_acl_entry⚠ | |
sc_file_new⚠ | |
sc_file_set_content⚠ | |
sc_file_set_prop_attr⚠ | |
sc_file_set_sec_attr⚠ | |
sc_file_set_type_attr⚠ | |
sc_file_valid⚠ | |
sc_find_app⚠ | |
sc_format_apdu⚠ | |
sc_format_apdu_ex⚠ | Format an APDU based on the data to be sent and received. |
sc_format_oid⚠ | Converts a given OID in ascii form to a internal sc_object_id object @param oid OUT sc_object_id object for the result @param in ascii string with the oid ("1.2.3.4.5...") @return SC_SUCCESS or an error value if an error occurred. |
sc_format_path⚠ | |
sc_free_apps⚠ | |
sc_free_ef_atr⚠ | |
sc_get_cache_dir⚠ | |
sc_get_challenge⚠ | Gets challenge from the card (normally random data). @param card struct sc_card object on which to issue the command @param rndout buffer for the returned random challenge @param len length of the challenge @return SC_SUCCESS on success and an error code otherwise |
sc_get_conf_block⚠ | |
sc_get_data⚠ | |
sc_get_iso7816_driver⚠ | |
sc_get_max_recv_size⚠ | @brief Calculate the maximum size of R-APDU payload (Ne). |
sc_get_max_send_size⚠ | @brief Calculate the maximum size of C-APDU payload (Nc). |
sc_get_mf_path⚠ | Returns a const sc_path_t object for the MF @return sc_path_t object of the MF |
sc_get_version⚠ | |
sc_hex_to_bin⚠ | |
sc_init_oid⚠ | Initializes a given OID @param oid sc_object_id object to be initialized |
sc_invalidate_cache⚠ | |
sc_list_files⚠ | List file ids within a DF @param card struct sc_card object on which to issue the command @param buf buffer for the read file ids (the filed ids are stored in the buffer as a sequence of 2 byte values) @param buflen length of the supplied buffer @return number of files ids read or an error code |
sc_lock⚠ | Tries acquire the reader lock. @param card The card to lock @retval SC_SUCCESS on success |
sc_logout⚠ | Resets the security status of the card (i.e. withdraw all granted access rights). Note: not all card operating systems support a logout command and in this case SC_ERROR_NOT_SUPPORTED is returned. @param card struct sc_card object @return SC_SUCCESS on success, SC_ERROR_NOT_SUPPORTED if the card doesn't support a logout command and an error code otherwise |
sc_make_cache_dir⚠ | |
sc_match_atr_block⚠ | |
sc_mem_clear⚠ | Clears a memory buffer (note: when OpenSSL is used this is currently a wrapper for OPENSSL_cleanse() ). @param ptr pointer to the memory buffer @param len length of the memory buffer |
sc_mem_reverse⚠ | |
sc_mem_secure_alloc⚠ | |
sc_mem_secure_free⚠ | |
sc_parse_ef_atr⚠ | |
sc_parse_ef_gdo⚠ | |
sc_path_print⚠ | Prints the sc_path_t object to a character buffer @param buf pointer to the buffer @param buflen size of the buffer @param path sc_path_t object to be printed @return SC_SUCCESS on success and an error code otherwise |
sc_path_set⚠ | Sets the content of a sc_path_t object. @param path sc_path_t object to set @param type type of path @param id value of the path @param id_len length of the path value @param index index within the file @param count number of bytes @return SC_SUCCESS on success and an error code otherwise |
sc_pin_cmd⚠ | |
sc_print_cache⚠ | |
sc_print_path⚠ | Return string representation of the given sc_path_t object Warning: as static memory is used for the return value this function is not thread-safe !!! @param path sc_path_t object of the path to be printed @return pointer to a const buffer with the string representation of the path |
sc_put_data⚠ | |
sc_read_binary⚠ | Read data from a binary EF @param card struct sc_card object on which to issue the command @param idx index within the file with the data to read @param buf buffer to the read data @param count number of bytes to read @param flags flags for the READ BINARY command (currently not used) @return number of bytes read or an error code |
sc_read_record⚠ | Reads a record from the current (i.e. selected) file. @param card struct sc_card object on which to issue the command @param rec_nr SC_READ_RECORD_CURRENT or a record number starting from 1 @param buf Pointer to a buffer for storing the data @param count Number of bytes to read @param flags flags (may contain a short file id of a file to select) @retval number of bytes read or an error value |
sc_release_context⚠ | Releases an established OpenSC context @param ctx A pointer to the context structure to be released |
sc_remote_data_init⚠ | Used to initialize the @c sc_remote_data structure -- reset the header of the 'remote APDUs' list, set the handlers to manipulate the list. |
sc_reset⚠ | Resets the card. NOTE: only PC/SC backend implements this function at this moment. @param card The card to reset. @param do_cold_reset 0 for a warm reset, 1 for a cold reset (unpower) @retval SC_SUCCESS on success |
sc_reset_retry_counter⚠ | |
sc_restore_security_env⚠ | |
sc_right_trim⚠ | |
sc_select_file⚠ | Does the equivalent of ISO 7816-4 command SELECT FILE. @param card struct sc_card object on which to issue the command @param path The path, file id or name of the desired file @param file If not NULL, will receive a pointer to a new structure @return SC_SUCCESS on success and an error code otherwise |
sc_set_card_driver⚠ | Forces the use of a specified card driver @param ctx OpenSC context @param short_name The short name of the driver to use (e.g. 'cardos') |
sc_set_security_env⚠ | |
sc_sm_parse_answer⚠ | |
sc_sm_single_transmit⚠ | |
sc_sm_stop⚠ | @brief Stops SM and frees allocated resources. |
sc_sm_update_apdu_response⚠ | |
sc_strerror⚠ | |
sc_transmit_apdu⚠ | Sends a APDU to the card @param card struct sc_card object to which the APDU should be send @param apdu sc_apdu_t object of the APDU to be send @return SC_SUCCESS on success and an error code otherwise |
sc_unlock⚠ | Unlocks a previously acquired reader lock. @param card The card to unlock @retval SC_SUCCESS on success |
sc_unwrap⚠ | |
sc_update_binary⚠ | Updates the content of a binary EF @param card struct sc_card object on which to issue the command @param idx index within the file for the data to be updated @param buf buffer with the new data @param count number of bytes to update @param flags flags for the UPDATE BINARY command (currently not used) @return number of bytes written or an error code |
sc_update_dir⚠ | |
sc_update_record⚠ | Updates the data of a record from the current (i.e. selected) file. @param card struct sc_card object on which to issue the command @param rec_nr SC_READ_RECORD_CURRENT or a record number starting from 1 @param buf buffer with to the new data to be written @param count number of bytes to update @param flags flags (may contain a short file id of a file to select) @retval number of bytes written or an error value |
sc_valid_oid⚠ | Validates a given OID @param oid sc_object_id object to be validated |
sc_verify⚠ | |
sc_wait_for_event⚠ | Waits for an event on readers. Note: only the event is detected, there is no update of any card or other info. NOTE: Only PC/SC backend implements this. @param ctx pointer to a Context structure @param event_mask The types of events to wait for; this should be ORed from one of the following SC_EVENT_CARD_REMOVED SC_EVENT_CARD_INSERTED SC_EVENT_READER_ATTACHED @param event_reader (OUT) the reader on which the event was detected, or NULL if new reader @param event (OUT) the events that occurred. This is also ORed from the SC_EVENT_CARD_* constants listed above. @param timeout Amount of millisecs to wait; -1 means forever @retval < 0 if an error occurred @retval = 0 if a an event happened @retval = 1 if the timeout occurred |
sc_wrap⚠ | |
sc_write_binary⚠ | Write data to a binary EF @param card struct sc_card object on which to issue the command @param idx index within the file for the data to be written @param buf buffer with the data @param count number of bytes to write @param flags flags for the WRITE BINARY command (currently not used) @return number of bytes written or an error code |
sc_write_record⚠ | Writes data to a record from the current (i.e. selected) file. @param card struct sc_card object on which to issue the command @param rec_nr SC_READ_RECORD_CURRENT or a record number starting from 1 @param buf buffer with to the data to be written @param count number of bytes to write @param flags flags (may contain a short file id of a file to select) @retval number of bytes written or an error value |
scanf⚠ | |
scanf1⚠ | |
scconf_block_add⚠ | |
scconf_block_copy⚠ | |
scconf_block_destroy⚠ | |
scconf_find_block⚠ | |
scconf_find_blocks⚠ | |
scconf_find_list⚠ | |
scconf_free⚠ | |
scconf_get_bool⚠ | |
scconf_get_int⚠ | |
scconf_get_str⚠ | |
scconf_item_add⚠ | |
scconf_item_copy⚠ | |
scconf_item_destroy⚠ | |
scconf_list_add⚠ | |
scconf_list_array_length⚠ | |
scconf_list_copy⚠ | |
scconf_list_destroy⚠ | |
scconf_list_strdup⚠ | |
scconf_list_strings_length⚠ | |
scconf_list_toarray⚠ | |
scconf_new⚠ | |
scconf_parse⚠ | |
scconf_parse_string⚠ | |
scconf_put_bool⚠ | |
scconf_put_int⚠ | |
scconf_put_str⚠ | |
scconf_write⚠ | |
select⚠ | |
setbuf⚠ | |
setbuffer⚠ | |
setlinebuf⚠ | |
setvbuf⚠ | |
snprintf⚠ | |
sprintf⚠ | |
sscanf⚠ | |
sscanf1⚠ | |
strtoimax⚠ | |
strtoumax⚠ | |
tempnam⚠ | |
tmpfile⚠ | |
tmpnam⚠ | |
tmpnam_r⚠ | |
ungetc⚠ | |
vdprintf⚠ | |
vfprintf⚠ | |
vfscanf⚠ | |
vfscanf1⚠ | |
vprintf⚠ | |
vscanf⚠ | |
vscanf1⚠ | |
vsnprintf⚠ | |
vsprintf⚠ | |
vsscanf⚠ | |
vsscanf1⚠ | |
wcstoimax⚠ | |
wcstoumax⚠ |