Lines Matching defs:strings
509 /* Compare two strings, try to sort numbers correctly (600 < 1200) */
663 char **strings = malloc (2 * sizeof (SANE_String));
668 free(strings);
677 strings[0] = strdup (word);
684 free(strings);
693 strings[1] = strdup (word);
694 * (SANE_String **) argument = strings;
700 char **strings = malloc (3 * sizeof (SANE_String));
705 free(strings);
714 strings[0] = strdup (word);
721 free(strings);
730 strings[1] = strdup (word);
737 free(strings);
746 strings[2] = strdup (word);
747 * (SANE_String **) argument = strings;