Searched refs:PROGRAM_NAME (Results 1 – 10 of 10) sorted by relevance
/external/libpcap/rpcapd/ |
D | win32-svc.c | 52 { PROGRAM_NAME, svc_main }, in svc_start() 148 service_status_handle = RegisterServiceCtrlHandler(PROGRAM_NAME, svc_control_handler); in svc_main()
|
D | rpcapd.h | 36 #define PROGRAM_NAME "rpcapd" macro
|
D | rpcapd.rc | 5 #define PACKAGE_NAME PROGRAM_NAME
|
D | rpcapd.c | 119 " " PROGRAM_NAME " [-b <address>] [-p <port>] [-4] [-l <host_list>] [-a <host,port>]\n" in printusage() 621 SOCK_DEBUG_MESSAGE(PROGRAM_NAME " is closing.\n"); in main_startup()
|
/external/freetype/src/tools/ |
D | apinames.c | 24 #define PROGRAM_NAME "apinames" macro 361 PROGRAM_NAME, in usage() 363 PROGRAM_NAME ); in usage()
|
D | afblue.pl | 23 my $prog = $PROGRAM_NAME;
|
/external/python/cpython3/Programs/ |
D | _testembed.c | 24 #define PROGRAM_NAME L"./_testembed" macro 28 Py_SetProgramName(PROGRAM_NAME); in _testembed_Py_Initialize() 367 const wchar_t *program_name = PROGRAM_NAME; in config_set_program_name() 1225 wchar_t *argv[] = {PROGRAM_NAME, L"-c", L"pass"}; in test_audit_run_command() 1236 wchar_t *argv[] = {PROGRAM_NAME, L"filename.py"}; in test_audit_run_file() 1271 wchar_t *argv[] = {PROGRAM_NAME}; in test_audit_run_interactivehook() 1278 wchar_t *argv[] = {PROGRAM_NAME}; in test_audit_run_startup() 1285 wchar_t *argv[] = {PROGRAM_NAME}; in test_audit_run_stdin()
|
/external/curl/winbuild/ |
D | MakefileBuild.vc | 105 PROGRAM_NAME = curl.exe 107 CURL_LFLAGS = /out:$(DIRDIST)\bin\$(PROGRAM_NAME) /subsystem:console $(LFLAGS) 359 …STTOOL = $(MT) -manifest $(DIRDIST)\bin\$(PROGRAM_NAME).manifest -outputresource:$(DIRDIST)\bin\$(… 520 all : $(TARGET) $(PROGRAM_NAME) 620 $(PROGRAM_NAME): $(CURL_DIROBJ) $(CURL_FROM_LIBCURL) $(EXE_OBJS)
|
/external/wayland/src/ |
D | scanner.c | 56 #define PROGRAM_NAME "wayland-scanner" macro 72 " [input_file output_file]\n", PROGRAM_NAME); in usage() 95 fprintf(stderr, "%s %s\n", PROGRAM_NAME, WAYLAND_VERSION); in scanner_version() 258 fprintf(stderr, "%s: out of memory\n", PROGRAM_NAME); in fail_on_null() 1527 printf("/* Generated by %s %s */\n\n", PROGRAM_NAME, WAYLAND_VERSION); in emit_header() 1734 printf("/* Generated by %s %s */\n\n", PROGRAM_NAME, WAYLAND_VERSION); in emit_code()
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 36 #define PROGRAM_NAME "pngfix" macro 3771 " " PROGRAM_NAME ":", in usage()
|