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

1234567891011>>

/freebsd-11-stable/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-stable/sys/cddl/compat/opensolaris/sys/
H A Drefstr.h32 #define refstr_value(str) (str)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.cpp18 const char *str = nullptr; local
22 str = "eInvalidMessage";
25 str = "eAttachMessage";
28 str = "eExitMessage";
31 str = "eLimboMessage";
34 str = "eSignalMessage";
37 str = "eSignalDeliveredMessage";
40 str = "eTraceMessage";
43 str = "eBreakpointMessage";
46 str
[all...]
/freebsd-11-stable/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-stable/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-stable/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-stable/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-stable/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-stable/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-stable/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-stable/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-stable/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-stable/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-stable/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-stable/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-stable/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-stable/contrib/libarchive/libarchive/
H A Darchive_read_set_format.c41 char str[10]; local
53 strcpy(str, "7zip");
56 strcpy(str, "ar");
59 strcpy(str, "cab");
62 strcpy(str, "cpio");
65 strcpy(str, "empty");
68 strcpy(str, "iso9660");
71 strcpy(str, "lha");
74 strcpy(str, "mtree");
77 strcpy(str, "ra
[all...]
H A Darchive_version_details.c59 static struct archive_string str; local
68 archive_string_init(&str);
70 archive_strcat(&str, ARCHIVE_VERSION_STRING);
72 archive_strcat(&str, " zlib/");
73 archive_strcat(&str, zlib);
76 archive_strcat(&str, " liblzma/");
77 archive_strcat(&str, liblzma);
84 archive_strcat(&str, " bz2lib/");
85 archive_strncat(&str, p, sep - p);
88 archive_strcat(&str, " liblz
133 #define str macro
137 #undef str macro
[all...]
/freebsd-11-stable/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-stable/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-stable/contrib/binutils/opcodes/
H A Di386-gen.c50 remove_leading_whitespaces (char *str) argument
52 while (ISSPACE (*str))
53 str++;
54 return str;
60 remove_trailing_whitespaces (char *str) argument
62 size_t last = strlen (str);
70 if (ISSPACE (str [last]))
71 str[last] = '\0';
82 next_field (char *str, char **next) argument
86 p = remove_leading_whitespaces (str);
103 char *str, *p, *last; local
255 char *str, *p, *last; local
[all...]

Completed in 181 milliseconds

1234567891011>>