Lines Matching refs:program
4 * This program is free software; you can redistribute it and/or modify it
8 * This program is distributed in the hope that it will be useful, but
14 * with this program; if not, write to the Free Software Foundation, Inc.,
40 char program[PATH_SIZE];
87 strlcpy(program, "/lib/alsa/", sizeof(program));
88 strlcat(program, argv[0], sizeof(program));
89 argv[0] = program;
123 Perror(space, "exec of program '%s' failed", argv[0]);