Lines Matching defs:str
106 char str[1000];
115 vsprintf(str, format, args);
120 printf(" %s\n", str);
123 printf("info : %s\n", str);
126 printf("warning : %s\n", str);
130 printf("ERROR : %s\n", str);
134 printf("FATAL ERROR : %s\n", str);
138 printf("tstbackend BUG : %s\n", str);
1053 static char str[100];
1068 strcpy(str, "FALSE");
1070 strcpy(str, "TRUE");
1075 sprintf(str, "%d", *(SANE_Word*) optval);
1081 sprintf(str, "%d", i);
1086 strcpy(str, optval);
1090 str[0] = 0;
1094 strcpy(str, "backend default");
1101 strcpy(str, "backend default");
1104 return(str);
1110 static char str[150];
1111 char *p = str;
1123 return(str);