title             553 source3/client/smbspool.c 	  char *title,		/* I - Title/job name */
title             567 source3/client/smbspool.c 	for (ptr = title; *ptr; ptr++) {
title             577 source3/client/smbspool.c 	fnum = cli_open(cli, title, O_RDWR | O_CREAT | O_TRUNC, DENY_NONE);
title             580 source3/client/smbspool.c 			cli_errstr(cli), title);
title             608 source3/client/smbspool.c 			cli_errstr(cli), title);
title              27 source3/utils/status_profile.c static void profile_separator(const char * title)
title              32 source3/utils/status_profile.c     snprintf(line, sizeof(line), "**** %s ", title);
title              70 source4/smbd/process_model.h 	void (*set_title)(struct tevent_context *, const char *title);
title             198 source4/smbd/process_prefork.c static void prefork_set_title(struct tevent_context *ev, const char *title) 
title             200 source4/smbd/process_prefork.c 	if (title) {
title             201 source4/smbd/process_prefork.c 		setproctitle("%s", title);
title             104 source4/smbd/process_single.c static void single_set_title(struct tevent_context *ev, const char *title) 
title             215 source4/smbd/process_standard.c static void standard_set_title(struct tevent_context *ev, const char *title) 
title             217 source4/smbd/process_standard.c 	if (title) {
title             218 source4/smbd/process_standard.c 		setproctitle("%s", title);
title             202 source4/smbd/process_thread.c static void thread_set_title(struct tevent_context *ev, const char *title) 
title             210 source4/smbd/process_thread.c 	new_title = talloc_strdup(ev, title);
title             214 source4/smbd/service_stream.c 		const char *title;
title             215 source4/smbd/service_stream.c 		title = talloc_asprintf(s, "conn[%s] c[%s:%u] s[%s:%u] server_id[%s]",
title             219 source4/smbd/service_stream.c 		if (title) {
title             220 source4/smbd/service_stream.c 			stream_connection_set_title(srv_conn, title);
title             366 source4/smbd/service_stream.c void stream_connection_set_title(struct stream_connection *conn, const char *title)
title             368 source4/smbd/service_stream.c 	conn->model_ops->set_title(conn->event.ctx, title);
title             107 source4/smbd/service_task.c void task_server_set_title(struct task_server *task, const char *title)
title             109 source4/smbd/service_task.c 	task->model_ops->set_title(task->event_ctx, title);