Home
last modified time | relevance | path

Searched refs:dstr (Results 1 – 17 of 17) sorted by relevance

/titanic_44/usr/src/lib/libsec/common/
H A Dacltext.c302 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 Dtimestamp.c47 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 Dmdb_debug.c107 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 Diostat.c1469 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 Dfparseln.c72 static const char dstr[3] = { '\\', '\\', '#' }; in fparseln() local
85 str = dstr; in fparseln()
/titanic_44/usr/src/lib/libsqlite/src/
H A Dtest1.c305 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 Dusb_as.h138 char dstr[64]; member
/titanic_44/usr/src/cmd/power/
H A Dhandlers.c562 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 Dzonestat.c957 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 Dusb_ac.h264 char dstr[64]; member
/titanic_44/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c462 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 Dprstat.c201 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 Dpkglib.h314 struct dstr { struct
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip6_if.c1870 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 Ddevinfo_devlink.c980 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 Dusb_as.c323 (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 Dusb_ac.c464 (void) snprintf(uacp->dstr, sizeof (uacp->dstr), "%s#%d", in usb_ac_attach()