Lines Matching defs:string
80 * The error string *what should be dgettext()'d before calling bail().
125 * of bytes to be converted is more than 1K, it will produce readable string
127 * Maximum length of the returned string is 14 characters (not including
138 /* Return empty string in case of out-of-memory. */
162 * Convert 64-bit number to human readable string. Useful mainly for the
164 * Able to convert up to Exabytes. Maximum length of the string produced
199 * string in parentheses, store it in the original buffer and return the
210 /* Return empty string in case of out-of-memory. */
234 * Convert number of seconds to human readable string. Useful mainly for
367 * key string, reading left to right will be the salt value. To make it easier
463 * Print an SADB_IDENTTYPE string
745 /* Remove the CONT_CHAR from the string. */
766 /* Remove the CONT_CHAR from the string. */
786 * hold the longest command string, plus
911 * the single character delimiter from the original string which marked the
915 strtok_d(char *string, const char *sepset, char *delim)
921 if (string == NULL)
922 string = lasts;
924 if (string == 0) /* return if no tokens remaining */
927 q = string + strspn(string, sepset); /* skip leading separators */
1065 * Extract an integer cookie and string label from a line from the
1153 * string, so the label will be overwritten by a subsequent call to the
1883 char byte_str[BYTE_STR_SIZE]; /* byte lifetime string representation */
3295 * Return a string containing the name of the specified numerical algorithm