Searched refs:NonNull (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/libXcursor/dist/src/
H A Dlibrary.c51 traceOpts((T_OPTION(XCURSOR_PATH) ": %s\n", NonNull(path)));
320 NonNull(file), NonNull(theme), size));
370 NonNull(file), NonNull(theme), size));
396 (void*)dpy, NonNull(file)));
427 (void*)dpy, NonNull(file)));
563 shape, NonNull(theme), size));
593 shape, NonNull(theme), size));
636 enterFunc((T_CALLED(XcursorLibraryShape) "(%s)\n", NonNull(librar
[all...]
H A Dxcursorint.h158 #define NonNull(p) ((p) != NULL ? (p) : "<null>") macro
H A Dfile.c154 NonNull(name)));
1241 NonNull(file), size));
1261 NonNull(file), size, resize));
1281 NonNull(file), size));
1301 NonNull(file)));
1323 NonNull(file), (void*)commentsp, (void*)imagesp));
1343 NonNull(file), (const void*)images));
1364 NonNull(file),
H A Ddisplay.c254 traceOpts((T_OPTION(XCURSOR_THEME) ": %s\n", NonNull(info->theme)));
/xsrc/external/mit/xterm/dist/
H A Dfontutils.c1080 result->warn, xw->misc.fontWarnings, NonNull(name)));
1307 ReportFonts("\t%s: %s\n", tag, NonNull(fnt->fn));
1455 TRACE(("loadNormFP (%s)\n", NonNull(*nameOutP)));
1485 TRACE(("loadBoldFP (%s)\n", NonNull(*nameOutP)));
1500 TRACE(("...derived bold '%s'\n", NonNull(*nameOutP)));
1518 TRACE(("...cannot load bold font '%s'\n", NonNull(*nameOutP)));
1555 TRACE(("loadWideFP (%s)\n", NonNull(*nameOutP)));
1580 NonNull(*nameOutP)));
1610 TRACE(("loadWBoldFP (%s)\n", NonNull(*nameOutP)));
1636 NonNull(boldNameRe
[all...]
H A Dxtermcap.c607 TRACE(("set_termcap(%s)\n", NonNull(name)));
617 TRACE(("...set_termcap(%s)\n", NonNull(value)));
H A Dtrace.c340 return NonNull(result);
395 return NonNull(result);
1196 TRACE(("%s\n", NonNull(result)));
1227 #define XRES_S(name) Trace(#name " = %s\n", NonNull(resp->name))
H A Dxstrings.c222 TRACE2(("x_getloginid ->%s\n", NonNull(login_name)));
H A Dmain.c1800 TRACE(("...next %s\n", NonNull(argv[*num])));
1803 TRACE(("...parameter %s\n", NonNull(*valuep)));
1979 TRACE(("my_pty_id (%s) -> '%s'\n", NonNull(device), NonNull(leaf)));
2871 NonNull(resource.icon_hint),
3048 NonNull(TScreenOf(term)->Tcolors[TEXT_FG].resource),
3049 NonNull(TScreenOf(term)->Tcolors[TEXT_BG].resource)));
3063 NonNull(TScreenOf(term)->Tcolors[TEXT_FG].resource),
3064 NonNull(TScreenOf(term)->Tcolors[TEXT_BG].resource)));
3681 TRACE(("findValidShell:\n%s\n", NonNull(haystac
[all...]
H A Dmisc.c747 TRACE(("XGetDefault Xcursor theme \"%s\"\n", NonNull(env)));
749 TRACE(("getenv(XCURSOR_THEME) \"%s\"\n", NonNull(env)));
998 NonNull(theShape)));
2937 NonNull(res->resource));
5856 TRACE(("x_find_icon %d:%s ->%s\n", *state, filename, NonNull(result)));
5927 ReportIcons(("load icon (hint: %s)\n", NonNull(icon_hint)));
6187 NonNull(buf),
6188 NonNull(value)));
7269 TRACE(("%s %s: %s\n", tag, name, NonNull(buf)));
7887 NonNull(ite
[all...]
H A Dcharproc.c10120 TRACE(("vt100ResourceToString(%s) %s\n", name, NonNull(result)));
11115 NonNull(TScreenOf(request)->onClick[i]),
12331 TRACE(("parsing geo_metry %s\n", NonNull(xw->misc.geo_metry)));
12820 TRACE(("VTInitI18N opened input method:%s\n", NonNull(p)));
13020 strcmp(NonNull(DefaultFontN(curvt)), NonNull(DefaultFontN(newvt)))) {
13021 if (strcmp(NonNull(DefaultFontN(curvt)), NonNull(DefaultFontN(newvt)))) {
13030 } else if (strcmp(NonNull(DefaultFontN(curvt)), NonNull(DefaultFont
[all...]
H A Dutil.c5925 TRACE(("before setlocale :%s\n", NonNull(before)));
5926 TRACE(("updated locale :%s\n", NonNull(setlocale(category, NULL))));
5935 TRACE(("restored locale :%s\n", NonNull(setlocale(category, NULL))));
H A DTekproc.c1489 TRACE(("parsing T_geometry %s\n", NonNull(xw->misc.T_geometry)));
H A Dxterm.h1912 #define NonNull(s) ((s) ? (s) : "<null>") macro
H A Dscreen.c3379 old_ewmh_mode, NonNull(oldprop),
3380 new_ewmh_mode, NonNull(newprop)));
H A Dbutton.c2025 #define isSELECT(value) (!strcmp(NonNull(value), "SELECT"))
3995 TRACE(("Select_REGEX[%d]:%s\n", inx, NonNull(expr)));
6070 TRACE(("expandFormat(%s) = %s\n", NonNull(format), NonNull(result)));

Completed in 59 milliseconds