Lines Matching refs:buf

652     char buf[512];
665 (void)snprintf(buf, sizeof(buf), "JDWP %s, jvmtiError=%s(%d)",
668 (void)snprintf(buf, sizeof(buf), "JDWP %s", buf);
671 (*((*env)->FatalError))(env, buf);
675 "Can't call JNI FatalError(NULL, \"%s\")", buf);
852 get_tok(char **src, char *buf, int buflen, char sep)
858 buf[i] = 0;
865 buf[i] = p[i];
996 char buf[80];
999 if (get_tok(pstr, buf, (int)sizeof(buf), ',')) {
1000 if (strcmp(buf, "y") == 0) {
1003 } else if (strcmp(buf, "n") == 0) {
1088 char buf[100];
1090 if (!get_tok(&str, buf, (int)sizeof(buf), '=')) {
1093 if (strcmp(buf, "transport") == 0) {
1101 } else if (strcmp(buf, "address") == 0) {
1112 } else if (strcmp(buf, "timeout") == 0) {
1123 } else if (strcmp(buf, "launch") == 0) {
1130 } else if (strcmp(buf, "onthrow") == 0) {
1146 } else if (strcmp(buf, "assert") == 0) {
1164 } else if (strcmp(buf, "pause") == 0) {
1171 } else if (strcmp(buf, "coredump") == 0) {
1175 } else if (strcmp(buf, "errorexit") == 0) {
1179 } else if (strcmp(buf, "exitpause") == 0) {
1182 } else if (strcmp(buf, "precrash") == 0) {
1185 } else if (strcmp(buf, "logfile") == 0) {
1192 } else if (strcmp(buf, "logflags") == 0) {
1199 } else if (strcmp(buf, "debugflags") == 0) {
1206 } else if ( strcmp(buf, "suspend")==0 ) {
1210 } else if ( strcmp(buf, "server")==0 ) {
1214 } else if ( strcmp(buf, "strict")==0 ) { /* Obsolete, but accept it */
1218 } else if ( strcmp(buf, "quiet")==0 ) {
1222 } else if ( strcmp(buf, "onuncaught")==0 ) {
1226 } else if ( strcmp(buf, "mutf8")==0 ) {
1230 } else if ( strcmp(buf, "stdalloc")==0 ) { /* Obsolete, but accept it */