/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | strlen.s | 27 .file "strlen.s" 30 * strlen(s) 34 * Fast assembler language version of the following C-program strlen 38 * strlen(s) 51 ! The object of strlen is to, as quickly as possible, find the 62 ENTRY(strlen) function 136 SET_SIZE(strlen)
|
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | strlen.s | 27 .file "strlen.s" 30 * strlen(s) 34 * Fast assembler language version of the following C-program strlen 38 * strlen(s) 51 ! The object of strlen is to, as quickly as possible, find the 62 ENTRY(strlen) function 136 SET_SIZE(strlen)
|
/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | strlen.s | 28 * strlen - calculate the length of string 34 #define LABEL(s) .strlen/**/s 40 ENTRY(strlen) /* (const char *s) */ function 199 SET_SIZE(strlen)
|
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | strlen.s | 26 .file "strlen.s" 29 / strlen(s) 34 / Fast assembly language version of the following C-program strlen 38 / strlen(const char *s) 56 ENTRY(strlen) function 95 SET_SIZE(strlen)
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | strlen.c | 42 strlen(const char *s) function
|
/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | builtin-prototype.c | 7 unsigned int strlen(const char *src); 8 unsigned int strlen(const char *src) function
|
/illumos-gate/usr/src/boot/lib/libc/string/ |
H A D | strlen.c | 35 * Portable strlen() for 32-bit and 64-bit systems. 83 strlen(const char *str) function
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | fakewin.h | 53 #define strlen _fstrlen macro
|
/illumos-gate/usr/src/lib/libdisasm/common/ |
H A D | linktest_stand.c | 37 void strlen(void) {} function
|
/illumos-gate/usr/src/lib/libumem/common/ |
H A D | linktest_stand.c | 49 void strlen(void) {} function
|
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | util.c | 108 strlen(const char *s) function
|
/illumos-gate/usr/src/common/acpica/utilities/ |
H A D | utclib.c | 182 * FUNCTION: strlen 365 * FUNCTION: strlen 377 strlen ( function 768 Length = strlen (String2); 774 while (strlen (String1) >= Length)
|
/illumos-gate/usr/src/common/util/ |
H A D | string.c | 188 prec = strlen(sp); 192 * performance hit of strlen() 205 transfer_count = strlen(sp); 372 return (strlen(buf)); 379 return (strlen(buf)); 601 size_t l2 = strlen(src); 620 size_t slen = strlen(src); 749 * The strlen() routine isn't shared with the kernel because it has its own 753 strlen(const char *s) function
|
/illumos-gate/usr/src/uts/sparc/v9/ml/ |
H A D | sparcv9_subr.s | 492 * strlen(str) 500 ENTRY(strlen) function 582 SET_SIZE(strlen)
|
/illumos-gate/usr/src/lib/libpp/common/ |
H A D | ppproto.c | 205 #undef strlen macro 206 #define strlen(s) sstrlen(s) macro 211 * environmentally safe strlen() 2315 if (!(proto->flags & YACC) && file && (m = strlen(file)) > 2 && file[--m] == 'y' && file[--m] == '.')
|
/illumos-gate/usr/src/uts/intel/ia32/ml/ |
H A D | i86_subr.s | 418 * strlen(const char *s) 431 ENTRY(strlen) function 455 SET_SIZE(strlen) 460 .string "strlen: argument below kernelbase"
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/ |
H A D | topo_usb.c | 1154 size_t strlen; local 1156 strlen = sizeof (char *) * MAX(port->tup_nlports, 1158 if ((strs = topo_mod_zalloc(mod, strlen)) == NULL) { 1284 topo_mod_free(mod, strs, strlen); 1630 len = strlen(c);
|
/illumos-gate/usr/src/cmd/mdb/common/modules/idm/ |
H A D | idm.c | 209 static void iscsi_format_timestamp(char *ts_str, int strlen, 2861 iscsi_format_timestamp(char *ts_str, int strlen, timespec_t *ts) argument 2863 mdb_snprintf(ts_str, strlen, "%Y:%03d:%03d:%03d", ts->tv_sec, 3674 len = strlen(tempbuf);
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | shared.h | 397 #define strlen grub_strlen macro
|
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 763 if (strlen(handle->zone_dh_delete_name) > 0) 793 if (strlen(zone) >= ZONENAME_MAX) 975 len = strlen(zonecfg_root); 1129 (void) strlcpy(ze.zone_path, zonepath + strlen(zonecfg_root), 1594 if (strlen(property) == 0 || 1875 if (strlen(tabptr->zone_fs_dir) > 0) { 1885 if (strlen(tabptr->zone_fs_special) > 0) { 1904 if (strlen(tabptr->zone_fs_raw) > 0) { 1922 if (strlen(tabptr->zone_fs_type) > 0) { 2114 addrspec = strlen(tabpt 5372 append_priv_token(char *priv, char *str, size_t strlen) argument [all...] |
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 1262 strlen.9f \ 2194 strlen.9f := LINKSRC = string.9f
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1274 strlen.3c \ 2386 strlen.3c := LINKSRC = string.3c
|