Pages du manuel Linux : Fonctions des bibliothèques

mtext_attach_property
Attach a text property to an M-text.
mtext_casecmp
Compare two M-texts ignoring cases.
mtext_case_compare
Compare specified regions of two M-texts ignoring cases.
mtext_cat
Append an M-text to another.
mtext_cat_char
Append a character to an M-text.
mtext_character
Search a character in an M-text.
mtext_chr
Return the position of the first occurrence of a character in an M-text.
mtext_cmp
Compare two M-texts character-by-character.
mtext_coll
Compare two M-texts using the current locale.
mtext_compare
Compare specified regions of two M-texts.
mtext_copy
Copy characters in the specified range into an M-text.
mtext_cpy
Copy an M-text to another.
mtext_cspn
Search an M-text for the complement of a set of characters.
mtext_del
Delete characters in the specified range destructively.
mtext_deserialize
Deserialize text properties in an M-text.
mtext_detach_property
Detach a text property from an M-text.
mtext_dup
Create a copy of an M-text.
mtext_duplicate
Create a new M-text from a part of an existing M-text.
mtext_from_data
Allocate a new M-text with specified data.
mtext_ftime
Format date and time.
mtext_getenv
Get an environment variable.
mtext_get_prop
Get the value of the topmost text property.
mtext_get_properties
Get multiple text properties.
mtext_get_property
Get the topmost text property.
mtext_get_prop_keys
Get a list of text property keys at a position of an M-text.
mtext_get_prop_values
Get multiple values of a text property.
mtext_ins
Insert an M-text into another M-text.
mtext_ins_char
Insert a character into an M-text.
mtext_len
Number of characters in M-text.
mtext_ncasecmp
Compare initial parts of two M-texts ignoring cases.
mtext_ncat
Append a part of an M-text to another.
mtext_ncmp
Compare initial parts of two M-texts character-by-character.
mtext_ncpy
Copy the first some characters in an M-text to another.
mtext_pbrk
Search an M-text for any of a set of characters.
mtext_pop_prop
Pop a text property.
mtext_property
Create a text property.
mtext_property_end
Return the end position of a text property.
mtext_property_key
Return the key of a text property.
mtext_property_mtext
Return the M-text of a text property.
mtext_property_start
Return the start position of a text property.
mtext_property_value
Return the value of a text property.
mtext_prop_range
Find the range where the value of a text property is the same.
mtext_push_prop
Push a text property.
mtext_push_property
Push a text property onto an M-text.
mtext_putenv
Change or add an environment variable.
mtext_put_prop
Set a text property.
mtext_put_prop_values
Set multiple text properties with the same key.
mtext_rchr
Return the position of the last occurrence of a character in an M-text.
mtext_ref_char
Return the character at the specified position in an M-text.
mtext_search
Locate an M-text in a specific range of another.