Home
last modified time | relevance | path

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

/coreutils/src/
Dstdbuf.c38 static char *program_path; variable
140 program_path = dir_name (arg); in set_program_path()
146 program_path = dir_name (path); in set_program_path()
157 program_path = dir_name (candidate); in set_program_path()
218 program_path, in set_LD_PRELOAD()
381 if (!program_path) in main()
382 program_path = xstrdup (PKGLIBDIR); /* Need to init to non-null. */ in main()
384 free (program_path); in main()