Home
last modified time | relevance | path

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

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Drestart_monitor_win.cc431 char service_buf[32]; in monitor_mysqld() local
460 snprintf(service_buf, sizeof(service_buf), "MYSQLD_WINDOWS_SERVICE=%d", in monitor_mysqld()
462 env.push_back(service_buf); in monitor_mysqld()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/ppc/
H A Demul_chirp.c1950 char service_buf[32]; in emul_chirp_instruction_call() local
1966 service_name = emul_read_string(service_buf, service_name_addr, in emul_chirp_instruction_call()
1967 sizeof(service_buf), processor, cia); in emul_chirp_instruction_call()
/dports/devel/avr-gdb/gdb-7.3.1/sim/ppc/
H A Demul_chirp.c1950 char service_buf[32]; in emul_chirp_instruction_call() local
1966 service_name = emul_read_string(service_buf, service_name_addr, in emul_chirp_instruction_call()
1967 sizeof(service_buf), processor, cia); in emul_chirp_instruction_call()
/dports/devel/gdb761/gdb-7.6.1/sim/ppc/
H A Demul_chirp.c1949 char service_buf[32]; in emul_chirp_instruction_call() local
1965 service_name = emul_read_string(service_buf, service_name_addr, in emul_chirp_instruction_call()
1966 sizeof(service_buf), processor, cia); in emul_chirp_instruction_call()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/ppc/
H A Demul_chirp.c1950 char service_buf[32]; in emul_chirp_instruction_call() local
1966 service_name = emul_read_string(service_buf, service_name_addr, in emul_chirp_instruction_call()
1967 sizeof(service_buf), processor, cia); in emul_chirp_instruction_call()
/dports/net/samba412/samba-4.12.15/source3/smbd/
H A Dreply.c804 char *service_buf = NULL; in reply_tcon() local
824 p += srvstr_pull_req_talloc(ctx, req, &service_buf, p, STR_TERMINATE); in reply_tcon()
831 if (service_buf == NULL || password == NULL || dev == NULL) { in reply_tcon()
836 p2 = strrchr_m(service_buf,'\\'); in reply_tcon()
840 service = service_buf; in reply_tcon()