Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/i2o/
H A Dld_iop.c123 const char *typestr, *fixedstr; in ld_iop_attach() local
226 fixedstr = "removable"; in ld_iop_attach()
229 fixedstr = "fixed"; in ld_iop_attach()
231 printf(" %s, %s", typestr, fixedstr); in ld_iop_attach()
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dkerberos5.c1323 char fixedstr[128]; in log_as_req() local
1325 fixedstr, sizeof(fixedstr)); in log_as_req()
1326 if(*fixedstr) in log_as_req()
1327 kdc_log(context, config, 0, "Requested flags: %s", fixedstr); in log_as_req()