/titanic_44/usr/src/lib/libsec/common/ |
H A D | acltext.c | 302 aclent_type_txt(dynaclstr_t *dstr, aclent_t *aclp, int flags) in aclent_type_txt() argument 311 error = str_append(dstr, "user::"); in aclent_type_txt() 313 error = str_append(dstr, "defaultuser::"); in aclent_type_txt() 319 error = str_append(dstr, "user:"); in aclent_type_txt() 321 error = str_append(dstr, "defaultuser:"); in aclent_type_txt() 324 error = str_append(dstr, pruname(aclp->a_id, idp, in aclent_type_txt() 327 error = str_append(dstr, ":"); in aclent_type_txt() 333 error = str_append(dstr, "group::"); in aclent_type_txt() 335 error = str_append(dstr, "defaultgroup::"); in aclent_type_txt() 341 error = str_append(dstr, "group:"); in aclent_type_txt() [all …]
|
/titanic_44/usr/src/cmd/stat/common/ |
H A D | timestamp.c | 47 char dstr[64]; in print_timestamp() local 50 len = strftime(dstr, sizeof (dstr), fmt, localtime(&t)); in print_timestamp() 52 (void) printf("%s\n", dstr); in print_timestamp()
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_debug.c | 107 char dstr[256]; in mdb_dstr2mode() local 114 (void) strncpy(dstr, s, sizeof (dstr)); in mdb_dstr2mode() 115 dstr[sizeof (dstr) - 1] = '\0'; in mdb_dstr2mode() 117 for (name = strtok(dstr, ","); name; name = strtok(NULL, ",")) { in mdb_dstr2mode()
|
/titanic_44/usr/src/cmd/stat/iostat/ |
H A D | iostat.c | 1469 char *dstr; in print_tty_hdr1() local 1473 dstr = "tty "; in print_tty_hdr1() 1476 dstr = "tty"; in print_tty_hdr1() 1478 push_out(fstr, dstr); in print_tty_hdr1() 1493 char *dstr; in print_cpu_hdr1() local 1496 dstr = " cpu"; in print_cpu_hdr1() 1498 dstr = "cpu"; in print_cpu_hdr1() 1499 push_out(dstr); in print_cpu_hdr1() 1505 char *dstr; in print_cpu_hdr2() local 1508 dstr = " us sy dt id"; in print_cpu_hdr2() [all …]
|
/titanic_44/usr/src/cmd/mailwrapper/ |
H A D | fparseln.c | 72 static const char dstr[3] = { '\\', '\\', '#' }; in fparseln() local 85 str = dstr; in fparseln()
|
/titanic_44/usr/src/lib/libsqlite/src/ |
H A D | test1.c | 305 struct dstr { struct 314 static void dstrAppend(struct dstr *p, const char *z, int divider){ in dstrAppend() 338 struct dstr *p = (struct dstr*)pData; in execFuncCallback() 362 struct dstr x; in sqliteExecFunc()
|
/titanic_44/usr/src/uts/common/sys/usb/clients/audio/usb_as/ |
H A D | usb_as.h | 138 char dstr[64]; member
|
/titanic_44/usr/src/cmd/power/ |
H A D | handlers.c | 562 char *cp, *dstr; in devpath() local 577 dstr = "/devices"; in devpath() 578 len = strlen(dstr); in devpath() 579 dcs = (strncmp(src, dstr, len) == 0); in devpath()
|
/titanic_44/usr/src/cmd/zonestat/zonestat/ |
H A D | zonestat.c | 957 char dstr[64]; in zonestat_print_timestamp() local 965 len = strftime(dstr, sizeof (dstr), "%Y%m%dT%H%M%SZ", in zonestat_print_timestamp() 968 (void) printf("%s", dstr); in zonestat_print_timestamp() 975 len = strftime(dstr, sizeof (dstr), fmt, localtime(&t)); in zonestat_print_timestamp() 977 (void) printf("%s", dstr); in zonestat_print_timestamp()
|
/titanic_44/usr/src/uts/common/sys/usb/clients/audio/usb_ac/ |
H A D | usb_ac.h | 264 char dstr[64]; member
|
/titanic_44/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | digest_md5.c | 462 static const char dstr[] = "domain"; in digest_parse() local 527 if (lstreqcase(dstr, attr, alen)) { in digest_parse()
|
/titanic_44/usr/src/cmd/prstat/ |
H A D | prstat.c | 201 char dstr[64]; in print_timestamp() local 204 len = strftime(dstr, sizeof (dstr), fmt, localtime(&t)); in print_timestamp() 206 (void) printf("%s", dstr); in print_timestamp()
|
/titanic_44/usr/src/lib/libpkg/common/ |
H A D | pkglib.h | 314 struct dstr { struct
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ip6_if.c | 1870 char dstr[INET6_ADDRSTRLEN]; in ipif_select_source_v6() local 2136 inet_ntop(AF_INET6, dstinfo.dst_addr, dstr, sizeof (dstr)), in ipif_select_source_v6()
|
/titanic_44/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.c | 980 char *dstr; in write_string() local 997 if ((dstr = set_string(hdp, idx)) == NULL) { in write_string() 1001 (void) strcpy(dstr, str); in write_string() 1003 next[DB_STR] += strlen(dstr) + 1; in write_string()
|
/titanic_44/usr/src/uts/common/io/usb/clients/audio/usb_as/ |
H A D | usb_as.c | 323 (void) snprintf(uasp->dstr, sizeof (uasp->dstr), "%s#%d", in usb_as_attach()
|
/titanic_44/usr/src/uts/common/io/usb/clients/audio/usb_ac/ |
H A D | usb_ac.c | 464 (void) snprintf(uacp->dstr, sizeof (uacp->dstr), "%s#%d", in usb_ac_attach()
|