Searched defs:c_str (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c347 char *c_str; /* unit string */ member in struct:__anon562
366 (double)time / cunits[i].c_secs, cunits[i].c_str);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c1357 char *c_str; local
1369 if ((c_str = utf8_to_str(u8s, &c_len, NULL)) == NULL)
1382 hashno = pkp_tab_hash(c_str, c_len - 1);
1413 if (bcmp(p->id_val, c_str, (c_len - 1)) == 0) {
1422 kmem_free(c_str, c_len);
1440 kmem_free(c_str, c_len);
/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c607 char *c_str; /* unit string */ member in struct:__anon547
633 value, cunits[i].c_str, value > 1.0 ? "s" : "");
646 if (strncmp(cunits[i].c_str, units,
647 strlen(cunits[i].c_str)) == 0)
/illumos-gate/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c586 char *c_str; /* unit string */ member in struct:__anon560
605 (double)time/cunits[i].c_secs, cunits[i].c_str);

Completed in 64 milliseconds