Lines Matching +defs:temp +defs:string
1016 * If salt is True, the salt->contents stores CT string,
1099 long *temp;
1101 temp = (long *)XtMalloc(sizeof(long));
1103 *temp = 1L;
1105 *temp = (long)(s->right - s->left);
1107 *value = (XPointer)temp;
1115 long *temp;
1117 temp = (long *) XtMalloc(2 * sizeof(long));
1118 temp[0] = (long)(s->left + 1);
1119 temp[1] = s->right;
1120 *value = (XPointer)temp;
1245 char *string;
1269 string = (char *)_XawTextGetSTRING(ctx, from, to);
1275 (wchar_t**)(&string),
1278 XtFree(string);
1283 XtFree(string);
1284 string = (char *)textprop.value;
1288 length = (int)strlen(string);
1294 salt->contents = string;
1304 strncat(salt->contents, string, (size_t)length);
1307 strncpy(salt->contents, string, (size_t)length);
1317 XtFree(string);
1324 salt->contents = string;
3213 * decimal string at once. Since Insert was already too long, I made
3216 * A legal hex string in MBNF: '0' 'x' ( HEX-DIGIT HEX-DIGIT )+ '\0'
3218 * WHEN: the passed param is a legal hex string
3219 * RETURNS: a pointer to that converted, null terminated hex string;
3222 * WHEN: the passed param is not a legal hex string:
3273 return (hexval); /* ...it was a legal hex string, so return it */
3279 return ((char *)param); /* ...return the verbatim string. */
3320 "insert-string()'s parameter contents "
3334 "insert-string()'s parameter contents "
3350 /* Advance insertPos to the end of the string we just inserted. */
3468 * The parameter list may contain either a number or the string 'Reset'.
3474 * The string reset will reset the mutiplication factor to 1. */
3555 XawTextPosition temp;
3559 temp = SrcScan(src, endPos, XawstWhiteSpace, XawsdLeft, 1, False);
3560 temp = SrcScan(src, temp, XawstWhiteSpace, XawsdRight,1, False);
3562 if (temp > startPos)
3563 endPos = temp;
4131 * Note: If the parameter list contains the string "RingBell" then
4379 {"insert-string", InsertString},