Home
last modified time | relevance | path

Searched refs:str (Results 1 – 25 of 3723) sorted by relevance

12345678910>>...149

/freebsd-14.2/sys/dev/ice/
H A Dice_strings.c165 if (str) in _ice_aq_str()
166 snprintf(buf.str, ICE_STR_BUF_LEN, "%s", str); in _ice_aq_str()
280 if (str) in _ice_status_str()
281 snprintf(buf.str, ICE_STR_BUF_LEN, "%s", str); in _ice_status_str()
599 if (str) in _ice_err_str()
600 snprintf(buf.str, ICE_STR_BUF_LEN, "%s", str); in _ice_err_str()
695 if (str) in _ice_fltr_flag_str()
696 snprintf(buf.str, ICE_STR_BUF_LEN, "%s", str); in _ice_fltr_flag_str()
736 if (str) in _ice_log_sev_str()
737 snprintf(buf.str, ICE_STR_BUF_LEN, "%s", str); in _ice_log_sev_str()
[all …]
/freebsd-14.2/contrib/unbound/util/
H A Dconfigparser.c5651 (yyvsp[-1].str), (yyvsp[0].str))) in yyparse()
5911 (yyvsp[-2].str), (yyvsp[-1].str), (yyvsp[0].str))) { in yyparse()
5926 (yyvsp[-2].str), (yyvsp[-1].str), (yyvsp[0].str))) { in yyparse()
5941 (yyvsp[-2].str), (yyvsp[-1].str), (yyvsp[0].str))) { in yyparse()
5956 (yyvsp[-1].str), (yyvsp[0].str))) { in yyparse()
5992 (yyvsp[-2].str), (yyvsp[-1].str), (yyvsp[0].str))) { in yyparse()
6007 (yyvsp[-2].str), (yyvsp[-1].str), (yyvsp[0].str))) { in yyparse()
6022 (yyvsp[-1].str), (yyvsp[0].str))) { in yyparse()
6881 (yyvsp[-1].str), (yyvsp[0].str))) in yyparse()
7356 (yyvsp[-1].str), (yyvsp[0].str))) in yyparse()
[all …]
/freebsd-14.2/contrib/atf/atf-c/detail/
H A Ddynstr_test.c53 atf_dynstr_t str; in ATF_TC_BODY() local
80 atf_dynstr_t str; in ATF_TC_BODY() local
110 atf_dynstr_t str; in ATF_TC_BODY() local
142 atf_dynstr_t str; in ATF_TC_BODY() local
223 atf_dynstr_t str; in ATF_TC_BODY() local
286 atf_dynstr_t str; in ATF_TC_BODY() local
309 atf_dynstr_t str; in ATF_TC_BODY() local
349 atf_dynstr_t str; in ATF_TC_BODY() local
377 atf_dynstr_t str; in check_append() local
451 atf_dynstr_t str; in ATF_TC_BODY() local
[all …]
/freebsd-14.2/stand/common/
H A Dinterp_backslash.c51 str++; in backslash()
64 str++; in backslash()
69 str++; in backslash()
74 str++; in backslash()
79 str++; in backslash()
84 str++; in backslash()
89 str++; in backslash()
94 str++; in backslash()
106 if (*str >= '0' && *str <= '3' && in backslash()
107 *(str + 1) >= '0' && *(str + 1) <= '7' && in backslash()
[all …]
/freebsd-14.2/crypto/openssh/regress/unittests/misc/
H A Dtest_strdelim.c29 char *orig, *str, *cp; in test_strdelim() local
36 cp = strdelim(&str); in test_strdelim()
38 cp = strdelim(&str); in test_strdelim()
45 cp = strdelim(&str); in test_strdelim()
53 cp = strdelim(&str); in test_strdelim()
55 cp = strdelim(&str); in test_strdelim()
63 cp = strdelim(&str); in test_strdelim()
66 cp = strdelim(&str); in test_strdelim()
74 cp = strdelim(&str); in test_strdelim()
77 cp = strdelim(&str); in test_strdelim()
[all …]
/freebsd-14.2/crypto/openssl/crypto/buffer/
H A Dbuffer.c65 memcpy(ret, str->data, str->length); in sec_alloc_realloc()
66 OPENSSL_secure_clear_free(str->data, str->length); in sec_alloc_realloc()
84 memset(&str->data[str->length], 0, len - str->length); in BUF_MEM_grow()
102 str->data = ret; in BUF_MEM_grow()
103 str->max = n; in BUF_MEM_grow()
104 memset(&str->data[str->length], 0, len - str->length); in BUF_MEM_grow()
117 memset(&str->data[len], 0, str->length - len); in BUF_MEM_grow_clean()
122 memset(&str->data[str->length], 0, len - str->length); in BUF_MEM_grow_clean()
135 ret = OPENSSL_clear_realloc(str->data, str->max, n); in BUF_MEM_grow_clean()
141 str->max = n; in BUF_MEM_grow_clean()
[all …]
/freebsd-14.2/bin/pax/
H A Dgen_subs.c217 while ((str < stop) && ((*str == ' ') || (*str == '0'))) in asc_ul()
218 ++str; in asc_ul()
226 if ((*str >= '0') && (*str <= '9')) in asc_ul()
228 else if ((*str >= 'A') && (*str <= 'F')) in asc_ul()
230 else if ((*str >= 'a') && (*str <= 'f')) in asc_ul()
236 while ((str < stop) && (*str >= '0') && (*str <= '7')) in asc_ul()
313 while ((str < stop) && ((*str == ' ') || (*str == '0'))) in asc_uqd()
322 if ((*str >= '0') && (*str <= '9')) in asc_uqd()
324 else if ((*str >= 'A') && (*str <= 'F')) in asc_uqd()
326 else if ((*str >= 'a') && (*str <= 'f')) in asc_uqd()
[all …]
/freebsd-14.2/lib/libc/posix1e/
H A Dacl_from_text_nfs4.c67 if (strcmp(str, "user") == 0 || strcmp(str, "u") == 0) in parse_tag()
69 if (strcmp(str, "group") == 0 || strcmp(str, "g") == 0) in parse_tag()
189 while (*str != '\0') { in number_of_colons()
190 if (*str == ':') in number_of_colons()
193 str++; in number_of_colons()
212 if (str == NULL) in _nfs4_acl_entry_from_text()
230 if (str == NULL) in _nfs4_acl_entry_from_text()
238 if (str == NULL) in _nfs4_acl_entry_from_text()
245 if (str == NULL) in _nfs4_acl_entry_from_text()
255 if (str == NULL) in _nfs4_acl_entry_from_text()
[all …]
/freebsd-14.2/lib/libc/isc/
H A Dev_streams.c138 str->timer = timer; in evTimeRW()
217 str->ioTotal = 0; in copyvec()
223 str->iovCur = str->iovOrig; in copyvec()
224 str->iovCurCount = str->iovOrigCount; in copyvec()
225 str->ioDone = 0; in copyvec()
241 str->ioDone += str->iovCur->iov_len; in consume()
242 str->iovCur++; in consume()
274 bytes = writev(fd, str->iovCur, str->iovCurCount); in writable()
285 if (str->ioDone == -1 || str->ioDone == str->ioTotal) in writable()
297 bytes = readv(fd, str->iovCur, str->iovCurCount); in readable()
[all …]
/freebsd-14.2/contrib/unbound/sldns/
H A Dwire2str.h253 char** str, size_t* str_len);
372 int sldns_wire2str_rr_buf(uint8_t* rr, size_t rr_len, char* str,
427 char* str, size_t str_len);
474 int sldns_wire2str_rcode_buf(int rcode, char* str, size_t len);
881 char** str, size_t* str_len);
956 int sldns_wire2str_edns_llq_print(char** str, size_t* str_len,
967 int sldns_wire2str_edns_ul_print(char** str, size_t* str_len,
989 int sldns_wire2str_edns_dau_print(char** str, size_t* str_len,
1000 int sldns_wire2str_edns_dhu_print(char** str, size_t* str_len,
1011 int sldns_wire2str_edns_n3u_print(char** str, size_t* str_len,
[all …]
/freebsd-14.2/contrib/ncurses/include/
H A DCaps-ncurses426 userdef kDN3 str - alt down-cursor
431 userdef kEND3 str - alt end
432 userdef kEND4 str - shift+alt end
433 userdef kEND5 str - control end
436 userdef kHOM3 str - alt home
438 userdef kHOM5 str - control home
451 userdef kNXT3 str - alt next
453 userdef kNXT5 str - control next
456 userdef kPRV3 str - alt previous
466 userdef kUP str - shift up-cursor
[all …]
H A DCaps.osf1r5345 back_tab cbt str bt - - YBCGE back tab (P)
542 key_quit kquit str kQ - - ----K quit key
546 key_tab ktab str ko - - ----K tab key
815 user0 u0 str u0 - - ----- User string #0
816 user1 u1 str u1 - - ----- User string #1
817 user2 u2 str u2 - - ----- User string #2
818 user3 u3 str u3 - - ----- User string #3
819 user4 u4 str u4 - - ----- User string #4
820 user5 u5 str u5 - - ----- User string #5
821 user6 u6 str u6 - - ----- User string #6
[all …]
H A DCaps.keys365 back_tab cbt str bt - - YBCGE back tab (P)
672 user0 u0 str u0 - - ----- User string #0
673 user1 u1 str u1 - - ----- User string #1
674 user2 u2 str u2 - - ----- User string #2
675 user3 u3 str u3 - - ----- User string #3
676 user4 u4 str u4 - - ----- User string #4
677 user5 u5 str u5 - - ----- User string #5
678 user6 u6 str u6 - - ----- User string #6
679 user7 u7 str u7 - - ----- User string #7
680 user8 u8 str u8 - - ----- User string #8
[all …]
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.strstr.d36 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, c));
49 printf("strstr(\"%s\", \"%s\") = \"%s\"\n", str, c, strstr(str, c));
52 strstr(str, "baz"), strstr(str, "zba"),
53 strstr(strstr(str, "baz"), strstr(str, "zba")));
56 printf("strstr(\"%s\", \"%s\") = \"%s\"\n", str, c, strstr(str, c));
58 str = "";
[all …]
H A Dtst.index.d32 string str; member
66 command[i].str = "";
74 command[i].str = "";
89 command[i + k].str = command[j].str;
95 command[i + k].str = command[j].str;
101 command[i + k].str = command[j].str;
107 command[i + k].str = command[j].str;
113 command[i + k].str = command[j].str;
119 command[i + k].str = command[j].str;
125 command[i + k].str = command[j].str;
[all …]
/freebsd-14.2/contrib/ldns/ldns/
H A Dstr2host.h85 ldns_status ldns_str2rdf_a(ldns_rdf **rd, const char *str);
93 ldns_status ldns_str2rdf_aaaa(ldns_rdf **rd, const char *str);
101 ldns_status ldns_str2rdf_str(ldns_rdf **rd, const char *str);
109 ldns_status ldns_str2rdf_apl(ldns_rdf **rd, const char *str);
117 ldns_status ldns_str2rdf_b64(ldns_rdf **rd, const char *str);
133 ldns_status ldns_str2rdf_hex(ldns_rdf **rd, const char *str);
141 ldns_status ldns_str2rdf_nsec(ldns_rdf **rd, const char *str);
149 ldns_status ldns_str2rdf_type(ldns_rdf **rd, const char *str);
173 ldns_status ldns_str2rdf_alg(ldns_rdf **rd, const char *str);
221 ldns_status ldns_str2rdf_loc(ldns_rdf **rd, const char *str);
[all …]
/freebsd-14.2/contrib/ncurses/ncurses/tinfo/
H A Dcaptoinfo.c643 padding = str + strlen(str) - 1; in _nc_infotocap()
666 ++str; in _nc_infotocap()
674 ++str; in _nc_infotocap()
687 ++str; in _nc_infotocap()
690 ++str; in _nc_infotocap()
818 if ((str = strstr(str, ";m")) == 0) in _nc_infotocap()
832 str = strchr(str, ';'); in _nc_infotocap()
835 str = strchr(str, ';'); in _nc_infotocap()
838 str = strchr(str, ';'); in _nc_infotocap()
841 str = strchr(str, ';'); in _nc_infotocap()
[all …]
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_str.cpp367 __kmp_str_split(str, ';', &dummy, &str); in __kmp_str_loc_init()
370 __kmp_str_split(str, ';', &line, &str); in __kmp_str_loc_init()
371 __kmp_str_split(str, ';', &col, &str); in __kmp_str_loc_init()
707 while (str[i] == ' ' || str[i] == '\t') { in __kmp_str_to_size()
712 if (str[i] < '0' || str[i] > '9') { in __kmp_str_to_size()
721 } while (str[i] >= '0' && str[i] <= '9'); in __kmp_str_to_size()
724 while (str[i] == ' ' || str[i] == '\t') { in __kmp_str_to_size()
758 if (!(str[i] == ' ' || str[i] == '\t' || str[i] == 0)) { // Bad unit in __kmp_str_to_size()
772 while (str[i] == ' ' || str[i] == '\t') { in __kmp_str_to_size()
804 while (str[i] == ' ' || str[i] == '\t') { in __kmp_str_to_uint()
[all …]
/freebsd-14.2/usr.bin/top/
H A Dcommands.c133 if ((str = strchr(str, ' ')) == NULL) in next_field()
137 *str = '\0'; in next_field()
142 return(*str == '\0' ? NULL : str); in next_field()
314 strcat(str, ", "); in str_addarg()
405 while (isspace(*str)) str++; in kill_procs()
434 str = nptr; in kill_procs()
442 ERROR(str, 0); in kill_procs()
453 } while ((str = next_field(str)) != NULL); in kill_procs()
477 str++; in renice_procs()
496 if ((str = next_field(str)) == NULL) in renice_procs()
[all …]
/freebsd-14.2/lib/libc/rpc/
H A Dclnt_perror.c79 char *str; in clnt_sperror() local
94 str += i; in clnt_sperror()
100 str += i; in clnt_sperror()
123 str += i; in clnt_sperror()
132 str += i; in clnt_sperror()
141 str += i; in clnt_sperror()
152 str += i; in clnt_sperror()
161 str += i; in clnt_sperror()
170 str += i; in clnt_sperror()
236 char *str; in clnt_spcreateerror() local
[all …]
/freebsd-14.2/bin/ps/
H A Dprint.c174 char *str; in ucomm() local
196 char *str; in tdnam() local
295 char *str; in pri() local
304 char *str; in upr() local
343 char *str; in tdev() local
437 char *str; in lockname() local
453 char *str; in wchan() local
469 char *str; in nwchan() local
482 char *str; in mwchan() local
503 char *str; in vsize() local
[all …]
/freebsd-14.2/contrib/atf/atf-c++/detail/
H A Dtext.cpp46 impl::duplicate(const char* str) in duplicate() argument
49 std::strcpy(copy, str); in duplicate()
60 found = str.empty(); in match()
83 for (std::string::const_iterator iter = str.begin(); iter != str.end(); in to_lower()
106 impl::trim(const std::string& str) in trim() argument
114 return str.substr(0, str.length() - pos2); in trim()
116 return str.substr(pos1); in trim()
134 impl::to_bytes(std::string str) in to_bytes() argument
136 if (str.empty()) in to_bytes()
139 const char unit = str[str.length() - 1]; in to_bytes()
[all …]
/freebsd-14.2/contrib/bsnmp/tests/
H A Dsnmp_parse_server.cc44 REQUIRE(sc.chost == str);
53 REQUIRE(sc.chost == str);
62 REQUIRE(sc.chost == str);
71 REQUIRE(sc.chost == str);
80 REQUIRE(sc.chost == str);
245 const auto str = host; variable
255 const auto str = host; variable
265 const auto str = host; variable
275 const auto str = host; variable
285 const auto str = host; variable
[all …]
/freebsd-14.2/contrib/xz/src/liblzma/common/
H A Dstring_conversion.c42 str->pos = 0; in str_init()
75 str->buf[str->pos] = '\0'; in str_finish()
88 memcpy(str->buf + str->pos, s, copy_size); in str_append_str()
547 while (*str < str_end && **str != '\0') { in parse_options()
553 ++*str; in parse_options()
639 } else if (**str < '0' || **str > '9') { in parse_options()
857 ++*str; in str_to_filters()
872 if (MY_IS_DIGIT(**str) || (**str == '-' && MY_IS_DIGIT((*str)[1]))) { in str_to_filters()
874 ++*str; in str_to_filters()
930 if ((*str)[0] == '-' && (*str)[1] == '-') in str_to_filters()
[all …]
/freebsd-14.2/usr.sbin/pw/
H A Dpsdate.c42 return (str[strspn(str, "0123456789x")] == '\0'); in numerics()
59 while (**str && isalpha((unsigned char)**str)) in aindex()
60 ++(*str); in aindex()
62 while (**str && (**str == ',' || isspace((unsigned char)**str))) in aindex()
63 ++(*str); in aindex()
170 while (*str && isspace((unsigned char)*str)) in parse_date()
171 ++str; in parse_date()
173 if (numerics(str)) { in parse_date()
175 } else if (*str == '+' || *str == '-') { in parse_date()
227 weekday(&str); in parse_date()
[all …]

12345678910>>...149