HomeSort by: relevance | last modified time | path
    Searched refs:XtMalloc (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl2/groff/dist/src/libs/libxutil/
xmalloc.c 8 return XtMalloc(n);
  /src/external/bsd/nvi/dist/motif_l/
m_copypaste.c 154 *value = (void *) XtMalloc( len );
164 *value = (void *) XtMalloc( sizeof(int) );
xtabbed.c 594 ((XmTabsWidget)self)->xmTabs.offsets = (XtPointer) XtMalloc(n * sizeof(*((XmTabsWidget)self)->xmTabs.offsets));
595 ((XmTabsWidget)self)->xmTabs.tabwidths = (XtPointer) XtMalloc(n * sizeof(*((XmTabsWidget)self)->xmTabs.tabwidths));
1235 ext = (XtPointer)XtMalloc(sizeof(*ext));
1285 h = (String*) XtMalloc((((XmTabsWidget)self)->xmTabs.lefttabs + ((XmTabsWidget)self)->xmTabs.righttabs + 1) * sizeof(*h));
1332 h = (String*) XtMalloc((((XmTabsWidget)self)->xmTabs.lefttabs + ((XmTabsWidget)self)->xmTabs.righttabs + 1) * sizeof(*h));
  /src/external/gpl2/groff/dist/src/devices/xditview/
page.c 55 m = (DviFileMap *) XtMalloc (sizeof *m);
font.c 28 n = XtMalloc (strlen (s) + 1);
72 best = (DviFontSizeList *) XtMalloc(sizeof *best);
173 new_size = (DviFontSizeList *) XtMalloc (sizeof *new_size);
225 f = (DviFontList *) XtMalloc (sizeof (*f));
333 new_map = (DviFontMap *) XtMalloc (sizeof *new_map);
device.c 380 ci = (struct charinfo *)XtMalloc(XtOffsetOf(struct charinfo, name[0])
466 path = XtMalloc(((env && *env) ? strlen(env) + 1 : 0)
510 buf = XtMalloc(len);
533 buf = XtMalloc(3 + strlen(device_name) + 1 + strlen(file_name) + 1);
parse.c 201 new_state = (DviState *) XtMalloc (sizeof (*new_state));
Dvi.c 181 char *dfm = XtMalloc(len1 + len2 + len3 + 1);
364 new_map = XtMalloc (strlen (request->dvi.font_map_string) + 1);
draw.c 542 p = (XPoint *)XtMalloc((n + 2)*sizeof(XPoint));
573 p = (XPoint *)XtMalloc((n + 2)*sizeof(XPoint));
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
acinclude.m4.in 103 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
  /src/external/gpl2/groff/dist/
configure 3763 XtMalloc (0)

Completed in 28 milliseconds