HomeSort by relevance Sort by last modified time
    Searched refs:g_unsetenv (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/glib/tests/
env-test.c 81 g_unsetenv (variable);
83 g_assert (data == NULL && "g_unsetenv() doesn't work");
110 g_unsetenv ("foo=bar");
112 g_unsetenv ("foo");
114 g_assert (data == NULL && "g_unsetenv() doesn't support '=' in values");
  /external/bluetooth/glib/glib/
gutils.h 250 #define g_unsetenv g_unsetenv_utf8 macro
258 void g_unsetenv (const gchar *variable);
gutils.c 1076 * g_unsetenv().
1304 g_unsetenv (const gchar *variable) function
3396 #undef g_unsetenv macro
3399 g_unsetenv (const gchar *variable) function
    [all...]
galiasdef.c 3623 #undef g_unsetenv macro
    [all...]
galias.h 3613 #define g_unsetenv macro
    [all...]

Completed in 202 milliseconds