Searched refs:PROGRAM_NAME (Results 1 – 25 of 29) sorted by relevance
12
66 #define PROGRAM_NAME "lldb-lookup" macro69 " " PROGRAM_NAME " -- symbolicate addresses using lldb.\n" in usage()72 " " PROGRAM_NAME " [[--arch=<ARCH>] [--platform=<PLATFORM>] " in usage()82 " " PROGRAM_NAME " --arch=x86_64 -- /usr/lib/dyld 0x100000000\n"); in usage()
49 PROGRAM = $(BINPATH)/$(PROGRAM_NAME)50 DEBUG_PROGRAM = $(DEBUG_BINPATH)/$(PROGRAM_NAME)51 RELEASE_PROGRAM = $(RELEASE_BINPATH)/$(PROGRAM_NAME)103 …(DEBUG_OBJS) $(RELEASE_OBJS) $(DEBUG_PIC_OBJS) $(RELEASE_PIC_OBJS) $(OBJPATH)/*/bin/$(PROGRAM_NAME)
70 #define PROGRAM_NAME "lldb-functions" macro73 " " PROGRAM_NAME in usage()77 " " PROGRAM_NAME " [[--arch=<ARCH>] [--platform=<PLATFORM>] " in usage()86 " " PROGRAM_NAME " --arch=x86_64 /usr/lib/dyld\n"); in usage()
55 { PROGRAM_NAME, svc_main }, in svc_start()140 service_status_handle = RegisterServiceCtrlHandler(PROGRAM_NAME, svc_control_handler); in svc_main()
36 #define PROGRAM_NAME "rpcapd" macro
5 #define PACKAGE_NAME PROGRAM_NAME
24 #define PROGRAM_NAME "apinames" macro361 PROGRAM_NAME, in usage()363 PROGRAM_NAME ); in usage()
23 #define PROGRAM_NAME L"./_testembed" macro27 Py_SetProgramName(PROGRAM_NAME); in _testembed_Py_Initialize()364 const wchar_t *program_name = PROGRAM_NAME; in config_set_program_name()1243 wchar_t *argv[] = {PROGRAM_NAME, L"-c", L"pass"}; in test_audit_run_command()1254 wchar_t *argv[] = {PROGRAM_NAME, L"filename.py"}; in test_audit_run_file()1289 wchar_t *argv[] = {PROGRAM_NAME}; in test_audit_run_interactivehook()1296 wchar_t *argv[] = {PROGRAM_NAME}; in test_audit_run_startup()1303 wchar_t *argv[] = {PROGRAM_NAME}; in test_audit_run_stdin()
26 PROGRAM_NAME = flactimer
28 PROGRAM_NAME = example_c_decode_file
28 PROGRAM_NAME = example_c_encode_file
28 PROGRAM_NAME = test_seeking
28 PROGRAM_NAME = test_streams
28 PROGRAM_NAME = example_cpp_decode_file
28 PROGRAM_NAME = example_cpp_encode_file
28 PROGRAM_NAME = test_cuesheet
26 PROGRAM_NAME = flacdiff
28 PROGRAM_NAME = test_picture
28 PROGRAM_NAME = test_libFLAC++
28 PROGRAM_NAME = test_libFLAC
28 PROGRAM_NAME = flac
26 PROGRAM_NAME = iffscan
28 PROGRAM_NAME = metaflac
105 PROGRAM_NAME = curl.exe107 CURL_LFLAGS = /out:$(DIRDIST)\bin\$(PROGRAM_NAME) /subsystem:console $(LFLAGS)362 …STTOOL = $(MT) -manifest $(DIRDIST)\bin\$(PROGRAM_NAME).manifest -outputresource:$(DIRDIST)\bin\$(…523 all : $(TARGET) $(PROGRAM_NAME)626 $(PROGRAM_NAME): $(CURL_DIROBJ) $(CURL_FROM_LIBCURL) $(EXE_OBJS)
76 ./tools/generate_seccomp_policy.py --audit-comm $PROGRAM_NAME audit.log \77 > $PROGRAM_NAME.policy