HomeSort by relevance Sort by last modified time
    Searched refs:ERR (Results 51 - 75 of 170) sorted by null

1 23 4 5 6 7

  /external/selinux/libsepol/src/
assertion.c 37 ERR(handle, "neverallow on line %lu of %s (or line %lu of policy.conf) violated by allow %s %s:%s {%s };",
45 ERR(handle, "neverallow on line %lu violated by allow %s %s:%s {%s };",
52 ERR(handle, "neverallow violated by allow %s %s:%s {%s };",
155 ERR(handle, "%lu neverallow failures occurred", errors);
162 ERR(handle, "Out of memory - unable to check neverallows");
ports.c 20 ERR(handle, "unsupported protocol %u", proto);
34 ERR(handle, "invalid protocol %u " "found in policy", proto);
61 goto err;
68 ERR(handle, "low port %d exceeds high port %d",
70 goto err;
76 goto err;
86 ERR(handle, "out of memory");
88 err:
95 ERR(handle, "could not create port structure for range %u:%u (%s)",
115 goto err;
    [all...]
services.c 71 #define BUG() do { ERR(NULL, "Badness at %s:%d", __FILE__, __LINE__); } while (0)
72 #define BUG_ON(x) do { if (x) ERR(NULL, "Badness at %s:%d", __FILE__, __LINE__); } while (0)
101 ERR(NULL, "unable to allocate stack space");
116 ERR(NULL, "pop called with no stack entries");
145 ERR(NULL, "Out of memory!");
150 ERR(NULL, "can't read binary policy: %s", strerror(errno));
189 ERR(NULL, "failed to realloc expr buffer");
428 ERR(NULL, "failed to allocate class buffer");
450 ERR(NULL, "failed to allocate expr buffer stack");
465 ERR(NULL, "failed to allocate expr buffer")
    [all...]
debug.h 50 #define ERR(handle, ...) \
interfaces.c 32 goto err;
41 goto err;
51 ERR(handle, "out of memory");
53 err:
62 ERR(handle, "error creating interface structure");
79 goto err;
82 goto err;
85 goto err;
87 goto err;
92 goto err;
    [all...]
hierarchy.c 86 ERR(a->handle, \
143 ERR(a->handle, "type %s is a child of an attribute %s",
234 ERR(a->handle,
326 ERR(args->handle, "out of memory on conditional av list expansion");
394 ERR(args->handle, "out of memory on conditional av list expansion");
417 ERR(a->handle, "Role hierarchy violation, %s exceeds %s",
443 ERR(a->handle, "User hierarchy violation, %s exceeds %s",
487 ERR(handle, "%d total errors found during hierarchy check",
500 ERR(handle, "Out of memory");
port_record.c 37 ERR(handle, "out of memory, could not create " "port key");
70 ERR(handle, "could not extract key from port %s %d:%d",
209 ERR(handle, "out of memory, could not create " "port record");
231 goto err;
239 goto err;
244 err:
245 ERR(handle, "could not clone port record");
279 ERR(handle, "out of memory, could not set port context");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
curses.h 313 #undef ERR
314 #define ERR (-1)
    [all...]
ncurses.h 313 #undef ERR
314 #define ERR (-1)
    [all...]
cursesp.h 89 void OnError (int err) const THROWS(NCursesPanelException)
91 if (err==ERR)
92 THROW(new NCursesPanelException (this, err));
94 // If err is equal to the curses error indicator ERR, an error handler
184 OnError(ERR);
190 OnError(ERR);
  /external/selinux/libsemanage/src/
handle.c 68 goto err;
71 goto err;
74 goto err;
79 goto err;
109 err:
149 ERR(sh, "Could not create copy of lang_ext. Out of memory.\n");
162 ERR(sh, "Error allocating space for compiler path.");
169 ERR(sh, "Error creating compiler path.");
257 ERR(sh, "Priority %d is invalid.", priority);
302 ERR(sh, "Already connected.")
    [all...]
fcontext_record.c 44 ERR(handle, "out of memory, could not "
50 ERR(handle, "out of memory, could not create file context key.");
69 ERR(handle, "could not extract key from "
148 ERR(handle, "out of memory, could not create "
178 ERR(handle, "out of memory, " "could not set regexp string");
250 ERR(handle, "out of memory, could not set file context");
269 goto err;
273 goto err;
280 goto err;
285 err
    [all...]
user_record.c 111 goto err;
114 goto err;
121 ERR(handle, "out of memory");
123 err:
124 ERR(handle, "could not set user name to %s", name);
238 goto err;
240 goto err;
244 goto err;
250 ERR(handle, "out of memory");
252 err
    [all...]
booleans_file.c 31 ERR(handle, "could not print boolean %s to stream", name);
46 goto err;
52 goto err;
55 goto err;
61 goto err;
63 goto err;
67 goto err;
77 goto err;
80 ERR(handle, "invalid boolean value for \"%s\": %u "
83 goto err;
    [all...]
database_activedb.c 50 goto err;
54 goto err;
60 goto err;
67 err:
68 ERR(handle, "could not cache active database");
93 goto err;
97 goto err;
105 err:
109 ERR(handle, "could not flush active database");
133 ERR(handle, "out of memory, could not initialize active database")
    [all...]
users_extra_file.c 31 goto err;
35 err:
36 ERR(handle, "could not print user extra data "
49 goto err;
55 goto err;
57 goto err;
61 goto err;
63 goto err;
69 goto err;
71 goto err;
    [all...]
fcontexts_file.c 59 goto err;
63 goto err;
65 goto err;
70 goto err;
74 err:
75 ERR(handle, "could not print file context for "
89 goto err;
95 goto err;
97 goto err;
103 goto err;
    [all...]
seusers_local.c 104 goto err;
107 goto err;
111 err:
136 goto err;
144 goto err;
154 goto err;
163 err:
257 goto err;
259 goto err;
261 ERR(handle, "selinux user %s does not exist", sename)
    [all...]
fcontexts_local.c 112 ERR(handle, "invalid context %s specified for %s [%s]",
116 ERR(handle, "invalid context specified for %s [%s]",
ports_local.c 85 goto err;
116 ERR(handle, "port overlap between ranges "
136 err:
137 ERR(handle, "could not complete ports validity check");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
curses.h 294 #undef ERR
295 #define ERR (-1)
    [all...]
ncurses.h 294 #undef ERR
295 #define ERR (-1)
    [all...]
cursesp.h 89 void OnError (int err) const THROWS(NCursesPanelException)
91 if (err==ERR)
92 THROW(new NCursesPanelException (this, err));
94 // If err is equal to the curses error indicator ERR, an error handler
184 OnError(ERR);
190 OnError(ERR);
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
AbstractTestLog.java 61 public final void err(String message) { method in class:AbstractTestLog
62 msg(message, ERR, true, false);
69 msg(message, ERR, true, true);
91 * @param level the message level, either LOG, WARN, or ERR.
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
SocketStream.cpp 76 ERR("%s: realloc (%zu) failed\n", __FUNCTION__, allocSize);
103 ERR("%s: failed: %s\n", __FUNCTION__, strerror(errno));

Completed in 705 milliseconds

1 23 4 5 6 7