Lines Matching refs:program
5 * This program is free software; you can redistribute it and/or modify
42 "This program is free software. You can distribute it and/or modify it\n"
49 "This program is free software; you can redistribute it and/or modify\n"
53 "This program is distributed in the hope that it will be useful,\n"
59 "along with this program; if not, write to the Free Software\n"
1162 static int wpa_cli_exec(const char *program, const char *arg1,
1168 len = os_strlen(program) + os_strlen(arg1) + os_strlen(arg2) + 3;
1172 os_snprintf(cmd, len, "%s %s %s", program, arg1, arg2);