Lines Matching defs:bufc
152 char bufs[1024], bufc[1024];
173 cap_getpwent_r(cappwd, &stc, bufc, sizeof(bufc), &pwdc);
177 cap_getpwent_r(cappwd, &stc, bufc, sizeof(bufc), &pwdc);
186 cap_getpwent_r(cappwd, &stc, bufc, sizeof(bufc), &pwdc);
205 cap_getpwnam_r(cappwd, "root", &stc, bufc, sizeof(bufc), &pwdc);
208 cap_getpwnam_r(cappwd, "operator", &stc, bufc, sizeof(bufc),
224 cap_getpwuid_r(cappwd, UID_ROOT, &stc, bufc, sizeof(bufc), &pwdc);
227 cap_getpwuid_r(cappwd, UID_OPERATOR, &stc, bufc, sizeof(bufc),