Searched refs:str (Results 1 - 25 of 2411) sorted by relevance

1234567891011>>

/freebsd-11.0-release/crypto/openssl/ssl/
H A Dssl_stat.c90 const char *str; local
94 str = "before SSL initialization";
97 str = "before accept initialization";
100 str = "before connect initialization";
103 str = "SSL negotiation finished successfully";
106 str = "SSL renegotiate ciphers";
109 str = "before/connect initialization";
112 str = "ok/connect SSL initialization";
115 str = "before/accept initialization";
118 str
466 const char *str; local
487 const char *str; local
857 const char *str; local
959 const char *str; local
1061 const char *str; local
[all...]
/freebsd-11.0-release/sys/cddl/compat/opensolaris/sys/
H A Drefstr.h32 #define refstr_value(str) (str)
/freebsd-11.0-release/crypto/heimdal/lib/roken/
H A Dstrsep.c43 strsep(char **str, const char *delim) argument
45 char *save = *str;
46 if(*str == NULL)
48 *str = *str + strcspn(*str, delim);
49 if(**str == 0)
50 *str = NULL;
52 **str = 0;
53 (*str)
[all...]
H A Dstrlwr.c42 strlwr(char *str) argument
46 for(s = str; *s; s++)
48 return str;
H A Dstrupr.c42 strupr(char *str) argument
46 for(s = str; *s; s++)
48 return str;
H A Dstrpool.c41 char *str; member in struct:rk_strpool
52 if (p->str) {
53 free(p->str);
54 p->str = NULL;
67 char *str, *str2; local
74 p->str = NULL;
78 len = vasprintf(&str, fmt, ap);
80 if (str == NULL) {
84 str2 = realloc(p->str, len + p->len + 1);
89 p->str
103 char *str; local
[all...]
/freebsd-11.0-release/contrib/xz/src/xz/
H A Doptions.h17 extern lzma_options_delta *options_delta(const char *str);
24 extern lzma_options_bcj *options_bcj(const char *str);
31 extern lzma_options_lzma *options_lzma(const char *str);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.cpp25 chcar str[8]; local
26 sprintf(str, "%d", reason);
28 const char *str = NULL;
33 str = "eInvalidMessage";
36 str = "eAttachMessage";
39 str = "eExitMessage";
42 str = "eLimboMessage";
45 str = "eSignalMessage";
48 str = "eSignalDeliveredMessage";
51 str
[all...]
H A DCrashReason.cpp17 AppendFaultAddr (std::string& str, lldb::addr_t addr) argument
21 str += ss.str();
129 std::string str; local
138 str = "signal SIGSEGV: invalid address";
139 AppendFaultAddr (str, fault_addr);
142 str = "signal SIGSEGV: address access protected";
143 AppendFaultAddr (str, fault_addr);
146 str = "signal SIGILL: illegal instruction";
149 str
212 chcar str[8]; local
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.strstr.d33 str = "foobarbarbazbarbop";
36 c = str;
37 printf("strstr(\"%s\", \"%s\") = \"%s\"\n", str, c, strstr(str, c));
40 printf("strstr(\"%s\", \"%s\") = \"%s\"\n", str, c, strstr(str, c));
43 printf("strstr(\"%s\", \"%s\") = \"%s\"\n", str, c, strstr(str, c));
46 printf("strstr(\"%s\", \"%s\") = \"%s\"\n", str, c, strstr(str,
[all...]
H A Dtst.strchr.d33 str = "fooeyfooeyfoo";
37 printf("strchr(\"%s\", '%c') = \"%s\"\n", str, c, strchr(str, c));
38 printf("strrchr(\"%s\", '%c') = \"%s\"\n", str, c, strrchr(str, c));
41 printf("strchr(\"%s\", '%c') = \"%s\"\n", str, c, strchr(str, c));
42 printf("strrchr(\"%s\", '%c') = \"%s\"\n", str, c, strrchr(str, c));
44 printf("strrchr(\"%s\", '%c') = \"%s\"\n", strchr(str,
[all...]
/freebsd-11.0-release/contrib/apr/strings/
H A Dapr_strtok.c27 APR_DECLARE(char *) apr_strtok(char *str, const char *sep, char **last) argument
31 if (!str) /* subsequent call */
32 str = *last; /* start where we left off */
35 while (*str && strchr(sep, *str))
36 ++str;
38 if (!*str) /* no more tokens */
41 token = str;
/freebsd-11.0-release/contrib/libstdc++/libsupc++/
H A Dpure.cc37 # define writestr(str) write(2, str, sizeof(str) - 1)
45 # define writestr(str) std::fputs(str, stderr)
48 # define writestr(str) /* Empty */
/freebsd-11.0-release/sbin/dump/
H A Dunctime.c47 unctime(char *str) argument
51 str = strptime(str, "%a %b %e %T %Y", &then);
52 if (str == NULL || (*str != '\n' && *str != '\0'))
/freebsd-11.0-release/contrib/groff/src/libs/libgroff/
H A Dstrtol.c47 long strtol(str, ptr, base)
48 char *str, **ptr;
51 char *start = str;
57 while (ISASCII((unsigned char)*str) && isspace((unsigned char)*str))
58 str++;
60 if (*str == '-') {
62 str++;
65 if (*str == '0') {
66 if (str[
[all...]
/freebsd-11.0-release/contrib/sendmail/libsm/
H A Dmatch.c20 ** str -- string.
21 ** par -- pattern to find in str.
45 sm_match(str, pat)
46 const char *str;
58 return *str == '\0';
60 if (*str == '\0')
63 ++str;
74 if (sm_match(pat, str))
76 if (*str == '\0')
78 ++str;
[all...]
/freebsd-11.0-release/contrib/ncurses/ncurses/base/
H A Dkey_defined.c38 find_definition(TRIES * tree, const char *str) argument
43 if (str != 0 && *str != '\0') {
45 if (UChar(*str) == UChar(ptr->ch)) {
46 if (str[1] == '\0' && ptr->child != 0) {
48 } else if ((result = find_definition(ptr->child, str + 1))
51 } else if (str[1] == '\0') {
68 NCURSES_SP_NAME(key_defined) (NCURSES_SP_DCLx const char *str) argument
72 T((T_CALLED("key_defined(%p, %s)"), (void *) SP_PARM, _nc_visbuf(str)));
73 if (SP_PARM != 0 && str !
82 key_defined(const char *str) argument
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.shortstr.d34 this->str = ",,,Carrots,,Barley,Oatmeal,,,,,,,,,,,,,,,,,,Beans,";
39 strtok(this->str, ",");
44 this->str = ",,,,,,,,,,,,,,,,,,,,,,Carrots,";
45 strtok(this->str, ",");
50 strtok(this->str, "a");
55 printf("%s\n", substr(this->str, 1, 40));
60 printf("%s\n", strjoin(this->str, this->str));
66 printf("%d\n", index(this->str, this->str1));
71 printf("%d\n", rindex(this->str, thi
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_error.c86 const char *str; local
89 str = _ctf_errlist[error - ECTF_BASE];
91 str = ctf_strerror(error);
93 return (str ? str : "Unknown error");
/freebsd-11.0-release/lib/libnetbsd/
H A Dutil.c44 char *str; local
46 str = fflagstostr(flags);
47 if (*str == '\0') {
48 free(str);
49 str = strdup(def);
51 return (str);
/freebsd-11.0-release/lib/libc/locale/
H A Dfix_grouping.c44 __fix_locale_grouping_str(const char *str) argument
49 if (str == NULL || *str == '\0') {
53 for (src = (char*)str, dst = (char*)str; *src != '\0'; src++) {
81 return (dst == (char*)str) ? nogrouping : str;
85 return str;
/freebsd-11.0-release/lib/libc/posix1e/
H A Dacl_from_text_nfs4.c49 * Parse the tag field of ACL entry passed as "str". If qualifier
54 parse_tag(const char *str, acl_entry_t entry, int *need_qualifier) argument
60 if (strcmp(str, "owner@") == 0)
62 if (strcmp(str, "group@") == 0)
64 if (strcmp(str, "everyone@") == 0)
69 if (strcmp(str, "user") == 0 || strcmp(str, "u") == 0)
71 if (strcmp(str, "group") == 0 || strcmp(str, "g") == 0)
80 * Parse the qualifier field of ACL entry passed as "str"
86 parse_qualifier(char *str, acl_entry_t entry, int *need_qualifier) argument
116 parse_access_mask(char *str, acl_entry_t entry) argument
131 parse_flags(char *str, acl_entry_t entry) argument
146 parse_entry_type(const char *str, acl_entry_t entry) argument
164 parse_appended_id(char *str, acl_entry_t entry) argument
187 number_of_colons(const char *str) argument
202 _nfs4_acl_entry_from_text(acl_t aclp, char *str) argument
[all...]
/freebsd-11.0-release/cddl/compat/opensolaris/misc/
H A Dmkdirp.c52 static char *simplify(const char *str);
57 char *endptr, *ptr, *slash, *str; local
59 str = simplify(d);
63 if (str == NULL)
68 if (mkdir(str, mode) == 0) {
69 free(str);
73 free(str);
76 endptr = strrchr(str, '\0');
77 slash = strrchr(str, '/');
88 if (access(str, F_O
141 simplify(const char *str) argument
[all...]
/freebsd-11.0-release/contrib/tcpdump/missing/
H A Dstrdup.c41 strdup(str)
42 const char *str;
47 len = strlen(str) + 1;
50 memcpy(copy, str, len);
/freebsd-11.0-release/contrib/openpam/lib/libpam/
H A Dopenpam_strlset.c48 openpam_strlset(char *str, int ch, size_t size) argument
52 for (len = 0; *str && size > 1; ++len, --size)
53 *str++ = ch;
54 *str = '\0';

Completed in 270 milliseconds

1234567891011>>