HomeSort by relevance Sort by last modified time
    Searched full:need_dblquotes (Results 1 - 1 of 1) sorted by null

  /external/dbus/dbus/
dbus-spawn-win.c 415 int need_dblquotes = FALSE; local
419 need_dblquotes = TRUE;
434 q = (*new_argv)[i] = dbus_malloc (len + need_dblquotes*2 + 1);
442 if (need_dblquotes)
461 if (need_dblquotes)
464 /* printf ("argv[%d]:%s, need_dblquotes:%s len:%d => %s\n", i, argv[i], need_dblquotes?"TRUE":"FALSE", len, (*new_argv)[i]); */

Completed in 450 milliseconds