Searched refs:program_length (Results 1 – 1 of 1) sorted by relevance
245 const gint program_length = strlen (program); in g_find_program_in_path() local259 decorated_program = g_malloc (program_length + (q-p) + 1); in g_find_program_in_path()260 memcpy (decorated_program, program, program_length); in g_find_program_in_path()261 memcpy (decorated_program+program_length, p, q-p); in g_find_program_in_path()262 decorated_program [program_length + (q-p)] = '\0'; in g_find_program_in_path()