Lines Matching defs:in
7 * you may not use this file except in compliance with the License. *
12 * Unless required by applicable law or agreed to in writing, software *
413 char * in;
442 in = inputs[i] = lts_alloc(ilen + 1, sizeof(char));
443 if (in == NULL) {
449 PORT_FREAD_CHAR(in, sizeof(char), ilen, fp);
451 in[ilen] = '\0';
453 if (ilen > 0) pfprintf(PSTDOUT,"LOAD_TREE: got input %s out %s\n", in, outputs[i]);
670 /*need to get rid of sme crud at the end of the line because it is being read in binary mode*/
945 PLogError("error while in find_phone(%s,%x)\n", ph, pm);
963 continue; /* no point in comparison */
1017 the letter ' when followed by "s" ... It seems to result in the
1105 /*figure out syllable in word - not really syllables - just looks to see if is or at first or last vowel*/
1562 PrintError("Error, cannot find | in phone mappings\n", NULL, NULL, NULL);
1564 PLogError(L("Error, cannot find | in phone mappings\n"));
1587 PrintError("Error, cannot find %s in phone mappings\n", (unsigned long)output_phone_string[num_out-1], NULL, NULL);
1589 PLogError(L("Error, cannot find %s in phone mappings\n"), output_phone_string[num_out-1]);
1722 pfprintf(PSTDOUT,"Did not find %s in dictionary\n", word);