/titanic_41/usr/src/lib/print/libpapi-common/common/ |
H A D | uri.c | 63 u->scheme = strndup(string, ptr - string); in uri_from_string() 78 u->host_part = strndup(string, end - string); in uri_from_string() 83 u->user_part = strndup(string, host-string); in uri_from_string() 85 u->host_part = strndup(host + 1, in uri_from_string() 97 u->password = strndup(password + 1, in uri_from_string() 101 u->user = strndup(user, password - user); in uri_from_string() 113 u->port = strndup(port + 1, path - port - 1); in uri_from_string() 116 u->host = strndup(host, port - host); in uri_from_string() 138 u->fragment = strndup(fragment + 1, in uri_from_string() 143 u->path = strndup(path, end - path); in uri_from_string()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | strndup.c | 36 strndup(const char *s1, size_t n) in strndup() function
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_string.h | 52 extern char *strndup(const char *, size_t);
|
H A D | mdb_strio.c | 138 sd->str_base = strndup(s, sd->str_len); in mdb_strio_create()
|
H A D | mdb_string.c | 265 strndup(const char *s, size_t n) in strndup() function
|
H A D | mdb_lex.l | 287 yylval.l_string = strndup(yytext + 1, yyleng - 2);
|
H A D | mdb.c | 1365 mdb.m_root = strndup(s, (size_t)(p - s)); in mdb_set_config() 1370 mdb.m_termtype = strndup(s, (size_t)(p - s)); in mdb_set_config()
|
H A D | mdb_io.c | 1147 var = strndup(s, len); in iob_getvar()
|
/titanic_41/usr/src/ucbcmd/users/ |
H A D | users.c | 60 *namp++ = strndup(utmpx->ut_name, sizeof (utmpx->ut_name)); in main()
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_lex.l | 244 yylval.l_str = strndup(v + 1, len - 2); 246 yylval.l_str = strndup(v, len); 383 yylval.l_str = strndup(yytext + 1, yyleng - 2);
|
/titanic_41/usr/src/lib/libresolv2/common/irs/ |
H A D | irpmarshall.c | 94 static char *strndup(const char *str, size_t len); 1249 host = strndup(p, q - p); in irp_unmarshall_ng() 1262 user = strndup(p, q - p); in irp_unmarshall_ng() 1276 domain = strndup(p, q - p); in irp_unmarshall_ng() 1698 *aptr = strndup(p, q - p); in splitarray() 1814 *res = strndup(*ptr, q - *ptr); in getfield() 1850 strndup(const char *str, size_t len) { in strndup() function
|
/titanic_41/usr/src/head/ |
H A D | string.h | 92 extern char *strndup(const char *, size_t);
|
/titanic_41/usr/src/cmd/format/ |
H A D | label.c | 550 *vid = strndup(inquiry.inq_vid, 8); in get_disk_inquiry_uscsi() 551 *pid = strndup(inquiry.inq_pid, 16); in get_disk_inquiry_uscsi() 552 *rid = strndup(inquiry.inq_revision, 4); in get_disk_inquiry_uscsi()
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_misc.c | 54 #undef strndup 55 #define strndup my_strndup macro 1794 rdn = strndup(policy_dn, len2 - len1 - 1); /* 1 character for ',' */ 1805 *name = strndup(dn[0][0]->la_value.bv_val, dn[0][0]->la_value.bv_len);
|
/titanic_41/usr/src/cmd/idmap/idmap/ |
H A D | idmap.c | 1794 *prefix = strndup(from, prefix_end - from - 1); in sid_convert() 1829 out = strndup(*line + 1, qm - *line - 1); in ucp_qm_interior() 1848 token = strndup(*line, length); in ucp_grab_token() 2034 nm->unixname = strndup(unixname, unixname_l); in sup_line2nm()
|
/titanic_41/usr/src/lib/libc/amd64/ |
H A D | Makefile | 543 strndup.o \
|
/titanic_41/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 574 strndup.o \
|
/titanic_41/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 560 strndup.o \
|
/titanic_41/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 601 strndup.o \
|
/titanic_41/usr/src/man/man3c/ |
H A D | Makefile | 1172 strndup.3c \ 2184 strndup.3c := LINKSRC = string.3c
|
/titanic_41/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_kvm.c | 2217 objname = strndup(fullname, tick - fullname); in kmt_add_sbrkpt()
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 412 strndup;
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1241 link path=usr/share/man/man3c/strndup.3c target=string.3c
|