Searched refs:newstr (Results 1 – 1 of 1) sorted by relevance
| /libtiff-4.0.7/contrib/iptcutil/ |
| H A D | iptcutil.c | 475 *newstr; in main() local 496 newstr = (char *) malloc(inputlen); in main() 512 while(tokenizer(0, newstr, inputlen, token, "", "#", "", 0, in main() 516 dataset = (unsigned char) atoi(newstr); in main() 519 recnum = (unsigned char) atoi(newstr); in main() 538 while(tokenizer(0, newstr, inputlen, token, "", "&", "", 0, in main() 573 free(newstr); in main() 574 newstr = (char *)NULL; in main()
|