HomeSort by: relevance | last modified time | path
    Searched refs:OS_STRDUP (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/nvi/dist/common/
options.h 50 #define OS_STRDUP 0x08 /* Copy then set to string argument. */
options.c 472 OS_DEF | OS_NOFREE | OS_STRDUP, O_STR(sp, cnt), 0))
784 if (o_set(sp, offset, OS_STRDUP, np, 0))
812 if (LF_ISSET(OS_STRDUP) && (str = strdup(str)) == NULL) {
819 if (LF_ISSET(OS_STR | OS_STRDUP)) {
826 if (LF_ISSET(OS_STR | OS_STRDUP)) {
1176 if (o_set(sp, cnt, OS_NOFREE | OS_STRDUP, O_STR(sp, cnt), 0)) {
1183 OS_DEF | OS_NOFREE | OS_STRDUP, O_D_STR(sp, cnt), 0)) {
conv.c 387 o_set(sp, O_FILEENCODING, OS_STRDUP, nl_langinfo(CODESET), 0);
388 o_set(sp, O_INPUTENCODING, OS_STRDUP, nl_langinfo(CODESET), 0);
options_f.c 165 } else if (o_set(sp, offset, OS_STRDUP, str, 0))
  /src/external/bsd/nvi/dist/vi/
v_ex.c 549 o_set(new, O_FILEENCODING, OS_STRDUP, "WCHAR_T", 0);

Completed in 41 milliseconds