HomeSort by relevance Sort by last modified time
    Searched defs:errmsg (Results 1 - 21 of 21) sorted by null

  /bootable/recovery/edify/
expr.h 41 char* errmsg; member in struct:__anon599
  /external/e2fsprogs/lib/blkid/
devno.c 200 const char *errmsg = "Couldn't parse %s: %s\n"; local
212 fprintf(stderr, errmsg, "device number", argv[1]);
218 fprintf(stderr, errmsg, "major number", argv[1]);
223 fprintf(stderr, errmsg, "minor number", argv[2]);
  /external/e2fsprogs/lib/ext2fs/
finddev.c 170 const char *errmsg = "Couldn't parse %s: %s\n"; local
180 fprintf(stderr, errmsg, "device number", argv[1]);
186 fprintf(stderr, errmsg, "major number", argv[1]);
191 fprintf(stderr, errmsg, "minor number", argv[2]);
  /external/qemu/distrib/sdl-1.2.12/src/
SDL_error.c 189 static char errmsg[SDL_ERRBUFIZE]; local
191 return((char *)SDL_GetErrorMsg(errmsg, SDL_ERRBUFIZE));
  /external/webkit/WebKitTools/simplejson/
decoder.py 29 def errmsg(msg, doc, pos, end=None): function
78 errmsg("Unterminated string starting at", s, begin))
91 errmsg("Unterminated string starting at", s, begin))
97 errmsg("Invalid \\escape: %r" % (esc,), s, end))
106 raise ValueError(errmsg("Invalid \\uXXXX escape", s, end))
127 raise ValueError(errmsg("Expecting property name", s, end))
135 raise ValueError(errmsg("Expecting : delimiter", s, end))
140 raise ValueError(errmsg("Expecting object", s, end))
148 raise ValueError(errmsg("Expecting , delimiter", s, end - 1))
153 raise ValueError(errmsg("Expecting property name", s, end - 1)
    [all...]
  /system/core/libnetutils/
dhcp_utils.c 33 static char errmsg[100]; variable
152 snprintf(errmsg, sizeof(errmsg), "%s", "Timed out waiting for dhcpcd to start");
158 snprintf(errmsg, sizeof(errmsg), "%s", "Timed out waiting for DHCP to finish");
164 snprintf(errmsg, sizeof(errmsg), "%s", "DHCP result property was not set");
171 snprintf(errmsg, sizeof(errmsg), "DHCP result was %s", prop_value);
214 return errmsg;
    [all...]
dhcpclient.c 46 static char errmsg[2048]; variable
70 vsnprintf(errmsg, sizeof(errmsg), fmt, ap);
73 LOGD("%s", errmsg);
78 return errmsg;
  /system/core/sh/
error.c 355 errmsg(int e, int action) function
  /system/vold/
Volume.cpp 279 char errmsg[255]; local
282 snprintf(errmsg, sizeof(errmsg),
287 errmsg, false);
  /external/dropbear/
keyimport.c 366 char *errmsg = NULL, *p = NULL; local
382 errmsg = "Unable to open key file";
388 errmsg = "File does not begin with OpenSSH key header";
396 errmsg = "Unrecognised key type";
403 errmsg = "Unexpected end of file";
411 errmsg = "Header found in body of key data";
418 errmsg = "Proc-Type is not 4 (only 4 is supported)";
428 errmsg = "Ciphers other than DES-EDE3-CBC not supported";
439 errmsg = "Expected 16-digit iv in DEK-Info";
455 errmsg = "Error decoding base64"
516 char *errmsg; local
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 985 static char errmsg[80]; local
992 (void) sprintf(errmsg, "%s: alarm", caller);
993 fatalSys(errmsg);
1001 (void) sprintf(errmsg, "%s: getmsg", caller);
1002 fatalSys(errmsg);
1009 (void) sprintf(errmsg, "%s: alarm", caller);
1010 fatalSys(errmsg);
  /external/webkit/WebKitTools/android/flex-2.5.4a/
misc.c 364 char errmsg[MAXLINE]; local
365 (void) sprintf( errmsg, msg, arg );
366 flexerror( errmsg );
375 char errmsg[MAXLINE]; local
377 (void) sprintf( errmsg, msg, arg );
378 flexerror( errmsg );
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c 215 { char errmsg[1024]; local
216 XGetErrorText(d, e->error_code, errmsg, sizeof(errmsg));
217 printf("VidMode error: %s\n", errmsg);
230 { char errmsg[1024]; local
231 XGetErrorText(d, e->error_code, errmsg, sizeof(errmsg));
232 printf("DGA error: %s\n", errmsg);
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
parse.c 446 char errmsg[MAXLINE]; local
448 (void) sprintf( errmsg, msg, arg );
449 synerr( errmsg );
490 char errmsg[MAXLINE]; local
492 (void) sprintf( errmsg, msg, arg );
493 pinpoint_message( errmsg );
    [all...]
  /bionic/linker/
linker.c 2217 char errmsg[] = "CANNOT LINK EXECUTABLE\\n"; local
    [all...]
  /external/dbus/bus/
connection.c 1399 const char *errmsg; local
    [all...]
  /external/ppp/pppd/
ipxcp.c 1318 static char errmsg[] = "Could not determine local IPX node address"; local
1320 error(errmsg);
1321 ipxcp_close(f->unit, errmsg);
1330 static char errmsg[] = "Can not determine network number"; local
1332 error(errmsg);
1333 ipxcp_close (unit, errmsg);
    [all...]
  /external/grub/netboot/
etherboot.h 362 char errmsg[TFTP_DEFAULTSIZE_PACKET]; member in struct:tftp_t::__anon3769::__anon3772
395 char errmsg[512-2]; member in struct:tftpreq_t::__anon3774::__anon3776
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 84 const char * (*errmsg)(sqlite3*); member in struct:sqlite3_api_routines
217 #define sqlite3_errmsg sqlite3_api->errmsg
  /external/libxml2/
parser.c 278 const char *errmsg; local
285 errmsg = "CharRef: invalid hexadecimal value\n";
288 errmsg = "CharRef: invalid decimal value\n";
291 errmsg = "CharRef: invalid value\n";
294 errmsg = "internal error";
297 errmsg = "PEReference at end of document\n";
300 errmsg = "PEReference in prolog\n";
303 errmsg = "PEReference in epilog\n";
306 errmsg = "PEReference: no name\n";
309 errmsg = "PEReference: expecting ';'\n"
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 1562 milliseconds