Searched refs:program_length (Results 1 – 1 of 1) sorted by relevance
380 const gint program_length = strlen (program); in g_find_program_in_path() local394 decorated_program = g_malloc (program_length + (q-p) + 1); in g_find_program_in_path()395 memcpy (decorated_program, program, program_length); in g_find_program_in_path()396 memcpy (decorated_program+program_length, p, q-p); in g_find_program_in_path()397 decorated_program [program_length + (q-p)] = '\0'; in g_find_program_in_path()