Lines Matching refs:into
192 # Similar to sprintf(3), write a string into $var_to_set using printf(1) syntax
217 # Similar to vsprintf(3), write a string into $var_to_set using printf(1)
227 # Similar to snprintf(3), write at most $size number of bytes into $var_to_set
242 # Similar to vsnprintf(3), write at most $size number of bytes into $var_to_set
307 # Convert a string into a suitable value to be used as a variable name
308 # by converting unsuitable characters into the underscrore [_]. If $var_to_set
362 # Unformat $string into a number, optionally to be stored in $var_to_set. This
462 # splitting a single line into multiple lines.
491 # stdin. Supports newline escape-sequence `\n' for splitting a single line into
508 # Encode $text for the purpose of embedding safely into a URL. Non-alphanumeric
542 # sequence into original unencoded ASCII sequences. If $text is missing, data