Home
last modified time | relevance | path

Searched refs:sepstr (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/bsd/tmux/dist/
Dcmd-paste-buffer.c53 const char *sepstr, *bufname, *bufdata, *bufend, *line; in cmd_paste_buffer_exec() local
77 sepstr = args_get(args, 's'); in cmd_paste_buffer_exec()
78 if (sepstr == NULL) { in cmd_paste_buffer_exec()
80 sepstr = "\n"; in cmd_paste_buffer_exec()
82 sepstr = "\r"; in cmd_paste_buffer_exec()
84 seplen = strlen(sepstr); in cmd_paste_buffer_exec()
98 bufferevent_write(wp->event, sepstr, seplen); in cmd_paste_buffer_exec()
/netbsd/src/external/bsd/tcpdump/dist/
Dutil-print.c545 const char * sepstr = ""; in bittok2str_internal() local
552 string_size = strlcpy(bufp, sepstr, space_left); in bittok2str_internal()
564 sepstr = sep; in bittok2str_internal()