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

  /nv-g11n/inputmethod/sunpinyin2/wrapper/ibus/src/
main.cpp 121 GError *error = NULL; local
122 if (!g_option_context_parse (context, &argc, &argv, &error)) {
123 g_print ("Option parsing failed: %s\n", error->message);
  /nv-g11n/g11n/src/cmd/fsexam/src/
fsexam-plaintext.c 49 GError *error = NULL; local
68 &error)) {
69 g_print (error->message);
89 if (error != NULL)
90 g_error_free (error);
112 GError *error = NULL; local
139 &error)) {
140 g_print (error->message);
184 if (error != NULL)
185 g_error_free (error);
    [all...]
file-filter.c 41 #include "fsexam-error.h"
77 GError *error = NULL; local
95 &error)) {
96 g_print (error->message);
97 g_error_free (error);
141 GError *error = NULL; local
168 &error)) {
175 _("Error occurs during executing the search command."));
177 error->message);
182 g_error_free (error);
    [all...]
fsexam-specialfile.c 1078 GError *error = NULL; local
1086 &error)) {
1087 setting->display_msg (NULL, error->message);
1088 g_error_free (error);
    [all...]
  /nv-g11n/g11n/src/lib/liblcl/
lcl_db.c 175 /* malloc error */
265 /* error. still in quoted state. */
353 /* error. cannot detect next double quote */
372 return 1; /* return with no error */
859 int error = 0; local
871 error = 1;
881 error = 1;
886 } while (!error);
890 error = 1;
892 if(error){
976 int error = 0; local
    [all...]
  /nv-g11n/g11n/src/lib/libxlc/
lcDBUnicode.c 214 /* malloc error */
294 goto err; /* realloc error. */
314 /* error. still in quoted state. */
410 /* error. cannot detect next double quote */
432 return 1; /* return with no error */
973 int error = 0; local
986 error = 1;
996 error = 1;
1001 } while (!error);
1005 error = 1
    [all...]
  /nv-g11n/g11n/src/openwin/lib/locale/iso8859-1/src/lib/X11/
Xlibint.h 157 Bool (**error_vec)(); /* vector for wire to error */
349 extern int errno; /* Internal system error number. */
756 int (*error)(); /* who to call when an error occurs */ member in struct:_XExten
757 char *(*error_string)(); /* routine to supply error string */
759 void (*error_values)(); /* routine to supply error values */
    [all...]
  /nv-g11n/g11n-spec/cmdassist/src/service/
stdsoap2.h 125 # error "Cannot build WITH_LEAN code WITH_COOKIES enabled"
507 /* Suggestion when SOAP_FD_EXCEEDED error occurs:
623 # error "Must use OpenSSL 0.9.6 or later"
976 /* gSOAP error codes */
1720 int error; member in struct:soap
    [all...]

Completed in 780 milliseconds