- find_dialog_focus
- 
Searches the dialog for the object which has the input focus. Allegro game programming library.
- finite
- 
finite, finitef, finitel, isinf, isinff, isinfl, isnan, isnanf, isnanl -
BSD floating point classification functions
- firedns_aton4
- 
convert a dotted quad IPv4 address to binary format
- firedns_aton6
- 
convert a colon seperated IPv6 address to binary format
- firedns_dnsbl_lookup
- 
Create a query to look up an IP in a DNS-based blacklist
- firedns_free_mxalist
- 
Free a previously returned MX/A list structure
- firedns_getcname
- 
Create a query to resolve the canonical name of a host
- firedns_getip4
- 
Create a query to resolve a hostname to an IPv4 address
- firedns_getip4list
- 
Create a query to resolve a hostname to a list of IPv4 addresses
- firedns_getip6
- 
Create a query to resolve a hostname to an IPv6 address
- firedns_getip6list
- 
Create a query to resolve a hostname to a list of IPv6 addresses
- firedns_getmx
- 
Create a query to resolve a hostname's MX record
- firedns_getmxlist
- 
Create a query to resolve a hostname's MX record list
- firedns_getname4
- 
Create a query to resolve an IPv4 address to a hostname
- firedns_getname6
- 
Create a query to resolve an IPv6 address to a hostname
- firedns_getresult
- 
Retrieve a result from a previous FireDNS query
- firedns_gettxt
- 
Create a query to resolve a hostname's TXT record
- firedns_gettxtlist
- 
Create a query to resolve a TXT record of a hostname
- firedns_ntoa4
- 
convert a binary format IPv4 address to a dotted quad string
- firedns_ntoa6
- 
convert a binary format IPv6 address to a colon seperated string
- firedns_resolvecname
- 
Resolve the canonical name of a host
- firedns_resolveip4
- 
Resolve a hostname to an IPv4 address
- firedns_resolveip4list
- 
Resolve a list of A records of a hostname
- firedns_resolveip6
- 
Resolve a hostname to an IPv6 address
- firedns_resolveip6list
- 
Resolve a list of AAAA records of a hostname
- firedns_resolvemx
- 
Resolve an MX record of a hostname
- firedns_resolvemxalist
- 
Resolve a list of MX records of a hostname and their corresponding A records
- firedns_resolvemxlist
- 
Resolve a list of MX records of a hostname
- firedns_resolvename4
- 
Resolve a hostname from an IPv4 address
- firedns_resolvename6
- 
Resolve a hostname from an IPv6 address
- firedns_resolvetxt
- 
Resolve a TXT record of a hostname
- firedns_resolvetxtlist
- 
Resolve a list of TXT records of a hostname
- firestring_chomp
- 
firestring_chomp -
trim excess whitespace from the end of a string
- firestring_chug
- 
firestring_chug -
trim excess whitespace from the beginning of a string
- firestring_concat
- 
firestring_concat -
concatenate strings
- firestring_conf_add
- 
firestring_conf_add -
add an entry to a configuration structure
- firestring_conf_delete
- 
firestring_conf_delete -
remove an entry from a configuration structure
- firestring_conf_find
- 
firestring_conf_find -
retrieve a value from a configuration structure
- firestring_conf_find_next
- 
firestring_conf_find_next -
retrieve an array value from a configuration structure
- firestring_conf_free
- 
firestring_conf_free -
free memory used by a configuration structure
- firestring_conf_parse
- 
firestring_conf_parse -
read and parse a configuration file
- firestring_conf_parse_next
- 
firestring_conf_parse_next -
add on to a previously parsed file
- firestring_estr_0
- 
firestring_estr_0 -
append a trailing nil to an estring
- firestring_estr_aestrcat
- 
firestring_estr_aestrcat -
concatentate an estring onto another estring, expanding the destination if necessary
- firestring_estr_aestrcpy
- 
firestring_estr_aestrcpy -
copy an estring into another estring, expanding the destination if necessary
- firestring_estr_alloc
- 
firestring_estr_alloc -
allocate space for an estring
- firestring_estr_areplace
- 
firestring_estr_replace -
Replace occurences of one string with another, allocating space if needed
- firestring_estr_astrcat
- 
firestring_estr_astrcat -
concatenate a string onto an estring
- firestring_estr_astrcpy
- 
firestring_estr_astrcpy -
copy a string into an estring, expanding the destination if necessary
- firestring_estr_base64_decode
- 
firestring_estr_base64_decode -
decode an estring encoded via base64 into another estring