Searched refs:strings (Results 1 - 25 of 1730) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstrcase_charmap.c39 #include <strings.h>
H A Dindex.c46 #include <strings.h>
H A Drindex.c46 #include <strings.h>
H A Dgetusershell.c80 static char **shells, *strings; variable
107 if (strings != NULL)
108 (void) free(strings);
109 strings = NULL;
130 if (strings != NULL)
131 (void) free(strings);
132 strings = NULL;
148 ((strings = malloc((size_t)statb.st_size + 1)) == NULL)) {
155 (void) free(strings);
156 strings
[all...]
H A Dascii_strcasecmp.c36 #include <strings.h>
H A Dascii_strncasecmp.c36 #include <strings.h>
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cachefile/
H A Dcachefile.kshlib37 # checking for the pool name in the strings output of
41 RESULT=$(strings $cachefile | grep -w $1)
/illumos-gate/usr/src/lib/libumem/sparc/
H A Dumem_genasm.c32 #include <strings.h>
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgetusershell.c24 static char **shells, *strings; variable
52 if (strings != NULL)
53 free(strings);
54 strings = NULL;
75 if (strings != NULL)
76 free(strings);
77 strings = NULL;
84 if ((strings = malloc((unsigned)statb.st_size + 1)) == NULL) {
91 free(strings);
92 strings
[all...]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_string.h37 #include <strings.h>
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_string.h30 #include <strings.h>
/illumos-gate/usr/src/common/util/
H A Dbcmp.c44 #include <strings.h>
H A Dbcopy.c44 #include <strings.h>
H A Dbzero.c44 #include <strings.h>
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dstandalone.h35 #include <strings.h>
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dindex.c50 #include <strings.h>
H A Drindex.c45 #include <strings.h>
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dffs.c36 #include <strings.h>
H A Dfls.c33 #include <strings.h>
/illumos-gate/usr/src/boot/lib/libc/uuid/
H A Duuid_create_nil.c30 #include <strings.h>
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/
H A DMakefile.inc18 -Wpointer-arith -Wshadow -Wwrite-strings \
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dutil_localhost.c39 #include <strings.h> /* SUNW15resync */
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dsys_info.c32 #include <strings.h>
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dgc.c29 #include <strings.h>
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_string.h33 #include <strings.h>

Completed in 170 milliseconds

1234567891011>>