Searched refs:B0_UNAME_SIZE (Results 1 – 1 of 1) sorted by relevance
138 #define B0_UNAME_SIZE 40 macro171 char_u b0_uname[B0_UNAME_SIZE]; // name of user (uid if no name)352 (void)get_user_name(b0p->b0_uname, B0_UNAME_SIZE); in ml_open()353 b0p->b0_uname[B0_UNAME_SIZE - 1] = NUL; in ml_open()1001 char_u uname[B0_UNAME_SIZE]; in set_b0_fname()1016 if (get_user_name(uname, B0_UNAME_SIZE) == FAIL in set_b0_fname()2126 dict_add_string_len(d, "user", b0.b0_uname, B0_UNAME_SIZE); in get_b0_dict()2158 char_u uname[B0_UNAME_SIZE]; in swapfile_info()2166 if (mch_get_uname(st.st_uid, uname, B0_UNAME_SIZE) == OK) in swapfile_info()