Searched refs:stringlen (Results 1 – 1 of 1) sorted by relevance
4729 ssize_t stringlen = -1; in clip_mch_request_selection() local4732 (const void **)&string, &stringlen) == B_OK in clip_mch_request_selection()4735 if (stringlen == -1) in clip_mch_request_selection()4736 stringlen = STRLEN(string); in clip_mch_request_selection()4761 type = memchr(string, stringlen, '\n') ? MLINE : MCHAR; in clip_mch_request_selection()4763 clip_yank_selection(type, string, (long)stringlen, cbd); in clip_mch_request_selection()