the_prompt 4466 source3/client/client.c char *the_prompt = NULL; the_prompt 4471 source3/client/client.c if (asprintf(&the_prompt, "smb: %s> ", client_get_cur_dir()) < 0) { the_prompt 4475 source3/client/client.c line = smb_readline(the_prompt, readline_callback, completion_fn); the_prompt 4476 source3/client/client.c SAFE_FREE(the_prompt); the_prompt 3018 source4/client/client.c char *the_prompt = talloc_asprintf(ctx, "smb: %s> ", ctx->remote_cur_dir); the_prompt 3019 source4/client/client.c char *cline = smb_readline(the_prompt, readline_callback, completion_fn); the_prompt 3020 source4/client/client.c talloc_free(the_prompt);