Lines Matching +defs:temp +defs:string
132 unsigned int string:1; /* 1 if type is String */
147 #define RawValue(ve) (char *)((ve)->string ? StringValue(ve) : DataValue(ve))
658 tentry = fentry; /* use as a temp var */
921 if ((type == XrmQString) == entry->string &&
924 if (!entry->string)
974 entry->string = 1;
976 entry->string = 0;
1057 * Description: Parses a string and stores it as a database.
1059 * str - a pointer to the string containing the database.
1427 char temp[3];
1430 temp[count++] = c;
1442 * into the value string as a character.
1446 *ptr++ = (unsigned char) ((temp[0] - '0') * 0100 +
1447 (temp[1] - '0') * 010 +
1448 (temp[2] - '0'));
1455 * string, since no special processing is needed on
1460 *ptr++ = temp[tcount]; /* print them in
1503 * Lastly: Terminate the value string, and store this entry
1569 * Returns: An allocated string containing the contents of the file.
1731 if (entry->string) {
2354 if (entry->string) {
2397 if (entry->string) {
2437 if (entry->string) {