Home
last modified time | relevance | path

Searched refs:p_typebuf (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/nanort/nanort-b1feea8/examples/common/nativefiledialog/src/
H A Dnfd_cocoa.m20 char *p_typebuf = typebuf;
25 ++p_typebuf;
26 *p_typebuf = '\0';
29 p_typebuf = typebuf;
30 *p_typebuf = '\0';
34 *p_typebuf = filterList[i];
35 ++p_typebuf;
H A Dnfd_gtk.c37 char *p_typebuf = typebuf; in AddFiltersToDialog() local
59 p_typebuf = typebuf; in AddFiltersToDialog()
80 *p_typebuf = *p_filterList; in AddFiltersToDialog()
81 p_typebuf++; in AddFiltersToDialog()
H A Dnfd_win.cpp166 char *p_typebuf = typebuf; in AddFiltersToDialog() local
178 p_typebuf = typebuf; in AddFiltersToDialog()
198 *p_typebuf = *p_filterList; in AddFiltersToDialog()
199 ++p_typebuf; in AddFiltersToDialog()