Lines Matching defs:string

38 #include <string.h>
1019 * We need to know how much space to allocate for our string, so
1214 * bu2string: Maps a print basic unit type to a string.
1215 * returns : The string mapping or "unknown basic unit type".
1225 char *string;
1243 return (gettext(bu_map[i].string));
1251 * eventmodifier2string: Maps event modifier flags to a readable string.
1252 * returns: The string mapping or "none".
1262 char *string;
1290 (void) strlcat(modstring, em_map[i].string, modlen);
1299 * Converts a byte to string depending on the print mode
1304 * the resulting string is to be stored
1335 * Converts a short integer to string depending on the print mode
1340 * the resulting string is to be stored
1370 * Converts a integer to string depending on the print mode
1375 * the resulting string is to be stored
1397 * Converts a integer to string depending on the print mode
1402 * the resulting string is to be stored
1425 * Converts a unit c of 'size' bytes long into a binary string
1449 /* now string leading zero's if any */
1476 * hexconvert : Converts a string of (size) bytes to hexadecimal, and
1477 * returns the hexadecimal string.
1478 * returns : - NULL if memory cannot be allocated for the string, or
1479 * - pointer to the hexadecimal string if successful
1534 * htp2string: Maps a print suggestion to a string.
1535 * returns : The string mapping or "unknown print suggestion".
1559 { AUP_STRING, "string" } };
1628 * pa_adr_string: Retrieves a string from the input stream and prints it
1643 * We need to know how much space to allocate for our string, so
1667 * pa_file_string: Retrieves a file string from the input stream and prints it
1683 * We need to know how much space to allocate for our string, so
1845 break; /* end of string */
2168 * The "unrecognized" string refers to an unrecognized ACL
2385 * Format the timezone +/- HH:MM and terminate the string
2429 * Format the milliseconds in place in the string.
2535 * Format the milliseconds in place in the string.
2615 * output : buf string representing return token error code.
2656 * output : buf string representing return token error code.
2699 * pa_printstr() : print a given string, translating unprintables