Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dclean-temp.c312 tmpdir->subdirs = gl_list_create_empty (GL_LINKEDHASH_LIST, in create_temp_dir()
314 tmpdir->files = gl_list_create_empty (GL_LINKEDHASH_LIST, in create_temp_dir()
565 descriptors = gl_list_create_empty (GL_LINKEDHASH_LIST, NULL, NULL, false); in register_fd()
H A Dgl_list.h127 extern gl_list_t gl_list_create_empty (gl_list_implementation_t implementation,
441 # define gl_list_create_empty gl_list_create_empty_inline macro
443 gl_list_create_empty (gl_list_implementation_t implementation, in gl_list_create_empty() function
H A Dgl_list.c31 gl_list_create_empty (gl_list_implementation_t implementation, in gl_list_create_empty() function