/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/boot/sys/boot/arm/ixp425/boot2/ |
H A D | lib.h | 55 #define strlen p_strlen macro
|
/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/lib/libdisasm/common/ |
H A D | linktest_stand.c | 37 void strlen(void) {} 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/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/uts/intel/io/acpica/utilities/ |
H A D | utclib.c | 74 * FUNCTION: strlen 202 * FUNCTION: strlen 214 strlen ( function 518 Length = strlen (String2); 524 while (strlen (String1) >= Length)
|
/illumos-gate/usr/src/uts/sparc/v9/ml/ |
H A D | sparcv9_subr.s | 718 * strlen(str) 730 strlen(const char *str) 735 ENTRY(strlen) function 817 SET_SIZE(strlen)
|
/illumos-gate/usr/src/common/util/ |
H A D | string.c | 183 prec = strlen(sp); 187 * performance hit of strlen() 200 transfer_count = strlen(sp); 348 return (strlen(buf)); 355 return (strlen(buf)); 577 size_t l2 = strlen(src); 596 size_t slen = strlen(src); 725 * The strlen() routine isn't shared with the kernel because it has its own 729 strlen(const char *s) function
|
/illumos-gate/usr/src/lib/libpp/common/ |
H A D | ppproto.c | 207 #undef strlen macro 208 #define strlen(s) sstrlen(s) macro 213 * environmentally safe strlen() 2317 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 | 1010 strlen(const char *str) 1023 * strlen(const char *s) 1036 ENTRY(strlen) function 1060 SET_SIZE(strlen) 1064 ENTRY(strlen) function 1102 SET_SIZE(strlen) 1109 .string "strlen: argument below kernelbase"
|
/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, 2858 iscsi_format_timestamp(char *ts_str, int strlen, timespec_t *ts) argument 2860 mdb_snprintf(ts_str, strlen, "%Y:%03d:%03d:%03d", ts->tv_sec, 3667 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 | 762 if (strlen(handle->zone_dh_delete_name) > 0) 792 if (strlen(zone) >= ZONENAME_MAX) 974 len = strlen(zonecfg_root); 1128 (void) strlcpy(ze.zone_path, zonepath + strlen(zonecfg_root), 1593 if (strlen(property) == 0 || 1874 if (strlen(tabptr->zone_fs_dir) > 0) { 1884 if (strlen(tabptr->zone_fs_special) > 0) { 1903 if (strlen(tabptr->zone_fs_raw) > 0) { 1921 if (strlen(tabptr->zone_fs_type) > 0) { 2113 addrspec = strlen(tabpt 5371 append_priv_token(char *priv, char *str, size_t strlen) argument [all...] |
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1223 strlen.3c \ 2284 strlen.3c := LINKSRC = string.3c
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 1184 strlen.9f \ 2034 strlen.9f := LINKSRC = string.9f
|