Searched defs:strlen (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrlen.s27 .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 Dstrlen.s27 .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 Dstrlen.s28 * 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 Dstrlen.s26 .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 Dstrlen.c42 strlen(const char *s) function
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dlib.h55 #define strlen p_strlen macro
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dstrlen.c35 * Portable strlen() for 32-bit and 64-bit systems.
83 strlen(const char *str) function
/illumos-gate/usr/src/lib/libdisasm/common/
H A Dlinktest_stand.c37 void strlen(void) {} function
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfakewin.h53 #define strlen _fstrlen macro
/illumos-gate/usr/src/lib/libumem/common/
H A Dlinktest_stand.c49 void strlen(void) {} function
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dutil.c108 strlen(const char *s) function
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutclib.c74 * 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 Dsparcv9_subr.s718 * strlen(str)
730 strlen(const char *str)
735 ENTRY(strlen) function
817 SET_SIZE(strlen)
/illumos-gate/usr/src/common/util/
H A Dstring.c183 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 Dppproto.c207 #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 Di86_subr.s1010 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 Didm.c209 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 Dshared.h397 #define strlen grub_strlen macro
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c762 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 DMakefile1223 strlen.3c \
2284 strlen.3c := LINKSRC = string.3c
/illumos-gate/usr/src/man/man9f/
H A DMakefile1184 strlen.9f \
2034 strlen.9f := LINKSRC = string.9f

Completed in 163 milliseconds