Home
last modified time | relevance | path

Searched refs:s (Results 201 – 225 of 10115) sorted by relevance

12345678910>>...405

/freebsd/lib/libc/locale/
H A Dwcstoimax.c61 s = nptr; in wcstoimax_l()
63 c = *s++; in wcstoimax_l()
67 c = *s++; in wcstoimax_l()
74 c == L'0' && (*s == L'x' || *s == L'X') && in wcstoimax_l()
75 ((s[1] >= L'0' && s[1] <= L'9') || in wcstoimax_l()
76 (s[1] >= L'A' && s[1] <= L'F') || in wcstoimax_l()
77 (s[1] >= L'a' && s[1] <= L'f'))) { in wcstoimax_l()
79 s += 2; in wcstoimax_l()
83 c == L'0' && (*s == L'b' || *s == L'B') && in wcstoimax_l()
84 (s[1] >= L'0' && s[1] <= L'1')) { in wcstoimax_l()
[all …]
H A Dwcstoll.c61 s = nptr; in wcstoll_l()
63 c = *s++; in wcstoll_l()
67 c = *s++; in wcstoll_l()
74 c == L'0' && (*s == L'x' || *s == L'X') && in wcstoll_l()
75 ((s[1] >= L'0' && s[1] <= L'9') || in wcstoll_l()
76 (s[1] >= L'A' && s[1] <= L'F') || in wcstoll_l()
77 (s[1] >= L'a' && s[1] <= L'f'))) { in wcstoll_l()
79 s += 2; in wcstoll_l()
83 c == L'0' && (*s == L'b' || *s == L'B') && in wcstoll_l()
84 (s[1] >= L'0' && s[1] <= L'1')) { in wcstoll_l()
[all …]
H A Dwcstoull.c61 s = nptr; in wcstoull_l()
63 c = *s++; in wcstoull_l()
67 c = *s++; in wcstoull_l()
74 c == L'0' && (*s == L'x' || *s == L'X') && in wcstoull_l()
75 ((s[1] >= L'0' && s[1] <= L'9') || in wcstoull_l()
76 (s[1] >= L'A' && s[1] <= L'F') || in wcstoull_l()
77 (s[1] >= L'a' && s[1] <= L'f'))) { in wcstoull_l()
79 s += 2; in wcstoull_l()
83 c == L'0' && (*s == L'b' || *s == L'B') && in wcstoull_l()
84 (s[1] >= L'0' && s[1] <= L'1')) { in wcstoull_l()
[all …]
H A Dwcstoumax.c61 s = nptr; in wcstoumax_l()
63 c = *s++; in wcstoumax_l()
67 c = *s++; in wcstoumax_l()
74 c == L'0' && (*s == L'x' || *s == L'X') && in wcstoumax_l()
75 ((s[1] >= L'0' && s[1] <= L'9') || in wcstoumax_l()
76 (s[1] >= L'A' && s[1] <= L'F') || in wcstoumax_l()
77 (s[1] >= L'a' && s[1] <= L'f'))) { in wcstoumax_l()
79 s += 2; in wcstoumax_l()
83 c == L'0' && (*s == L'b' || *s == L'B') && in wcstoumax_l()
84 (s[1] >= L'0' && s[1] <= L'1')) { in wcstoumax_l()
[all …]
/freebsd/crypto/openssl/test/
H A Dasn1_dsa_internal_test.c88 BIGNUM *s; in test_decode() local
92 s = BN_new(); in test_decode()
98 || !TEST_BN_eq_word(r, 1) || !TEST_BN_eq_word(s, 2)) { in test_decode()
104 BN_clear(s); in test_decode()
115 BN_clear(s); in test_decode()
125 BN_clear(s); in test_decode()
142 BN_clear(s); in test_decode()
150 BN_clear(s); in test_decode()
158 BN_clear(s); in test_decode()
166 BN_clear(s); in test_decode()
[all …]
/freebsd/usr.bin/vi/catalog/
H A Dswedish.UTF-8.base30 031 "Kan inte sätta standardvärde för %s flaggan"
35 036 "set: %s flaggan: %s"
36 037 "set: %s flaggan: %s: för stort värde"
37 038 "set: %s flaggan: %s är ett otillåtet tal"
78 085 "Fel i intern syntaxtabell (%s: %s)"
119 126 "%s/%s: inte läst: du är inte ägare"
156 163 "%s: korrupt märke i %s"
159 166 "%s: söksträngen inte funnen"
280 291 "set: %s kan inte slås av"
300 311 "%s: okänd söktyp: använd en av %s"
[all …]
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp55 s << "Triple: "; in Dump()
57 s << "\n"; in Dump()
59 s << "Arguments:\n"; in Dump()
60 m_arguments.Dump(s); in Dump()
131 s.EOL(); in Dump()
147 s.Printf(" arch = "); in Dump()
149 s.EOL(); in Dump()
182 s.PutCString( in DumpTableHeader()
238 s.PutCString(m_arg0); in DumpAsTableRow()
241 s.PutChar(' '); in DumpAsTableRow()
[all …]
/freebsd/lib/libc/tests/locale/
H A Dwcsnrtombs_test.c50 mbstate_t s; in ATF_TC_BODY() local
59 memset(&s, 0, sizeof(s)); in ATF_TC_BODY()
71 memset(&s, 0, sizeof(s)); in ATF_TC_BODY()
83 memset(&s, 0, sizeof(s)); in ATF_TC_BODY()
94 memset(&s, 0, sizeof(s)); in ATF_TC_BODY()
102 memset(&s, 0, sizeof(s)); in ATF_TC_BODY()
128 memset(&s, 0, sizeof(s)); in ATF_TC_BODY()
138 memset(&s, 0, sizeof(s)); in ATF_TC_BODY()
146 memset(&s, 0, sizeof(s)); in ATF_TC_BODY()
168 memset(&s, 0, sizeof(s)); in ATF_TC_BODY()
[all …]
/freebsd/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh151 s/*/ * /g
152 s/%/ , /g
153 s/)/ z)/
156 s/(/ ( /
157 s/)/ )/
164 s/^P_//
167 s/ */ /g
168 s/ */ /g
169 s/ ,/,/g
170 s/( /(/g
[all …]
/freebsd/usr.sbin/bsdconfig/timezone/include/
H A Dmessages.subr41 msg_copied_timezone_file="Copied timezone file from %s to %s"
42 msg_copying_file="Copying %s to %s"
43 msg_country_code_invalid="%s:%d: country code \`%s' invalid"
44 msg_country_code_multiply_defined="%s:%d: country code \`%s' multiply defined: %s"
45 msg_country_code_unknown="%s:%d: country code \`%s' unknown"
48 msg_created_symlink="Created symbolic link from %s to %s"
49 msg_creating_symlink="Creating symbolic link %s to %s"
55 msg_invalid_code="%s:%d: invalid code \`%s'"
56 msg_invalid_country_code="%s:%d: invalid country code \`%s'"
58 msg_invalid_region="%s:%d: invalid region \`%s'"
[all …]
/freebsd/bin/sh/tests/expansion/
H A Dtrim1.063 testcase 'set -- ${s%"${s#?}"}' '1|a'
64 testcase 'set -- ${s%"${s#????}"}' '1|ast*'
65 testcase 'set -- ${s%"${s#????????}"}' '1|ast*que?'
66 testcase 'set -- ${s#"${s%?}"}' '1|n'
67 testcase 'set -- ${s#"${s%????}"}' '1|?non'
68 testcase 'set -- ${s#"${s%????????}"}' '1|*que?non'
70 testcase 'set -- "${s%"${s#?}"}"' '1|a'
71 testcase 'set -- "${s%"${s#????}"}"' '1|ast*'
72 testcase 'set -- "${s%"${s#????????}"}"' '1|ast*que?'
73 testcase 'set -- "${s#"${s%?}"}"' '1|n'
[all …]
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp117 s.PutChar('='); in Dump()
119 s.PutChar('['); in Dump()
122 s.PutChar(']'); in Dump()
127 s.PutChar('='); in Dump()
129 s.PutChar('['); in Dump()
147 s.PutChar('='); in Dump()
200 s.PutChar('['); in Dump()
202 s.PutChar(']'); in Dump()
239 s.Printf(" => "); in Dump()
245 s.PutChar(' '); in Dump()
[all …]
/freebsd/usr.bin/ee/nls/hu_HU.ISO8859-2/
H A Dee.msg12 3 "kis- �s nagybet� �rz�keny keres�s "
20 11 "nincs ment�s"
26 17 "keres�s men�"
27 18 "keres�s erre"
28 19 "keres�s"
29 20 "helyes�r�s men�"
35 26 "helyes�r�s-ellen�rz�s"
38 29 "s�g�"
42 33 "keres�s"
59 50 "exit : kil�p�ss ment�s nocase : nem bet��rz�keny keres�s "
[all …]
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset236 4 site: %s\n
8 6 setlocal: %s: %s\n
16 14 sysname: %s\n
17 15 nodename: %s\n
18 16 release: %s\n
19 17 версія: %s\n
20 18 machine: %s\n
21 19 getwd: Cannot open ".." (%s)
25 23 getwd: Cannot stat "/" (%s)
27 25 getwd: Cannot stat directory "%s" (%s)
[all …]
/freebsd/contrib/tcsh/nls/et/
H A Dset14 2 %s ei ole lubatud
23 21 %s ei leita
43 41 %s: Fail on olemas
57 55 %s: %s
58 56 %s
72 70 kasuta: %s [-%s]%s
81 79 Kasuta: history [-%s] [# sündmuste number]
100 98 %s: Sündmust pole
124 122 %s: %s. Vale arhitektuur
133 131 \nEraldaja '%c' puudub pärast %s "%s"
[all …]
H A Dset33 1 Liigu sümbol tagasi
4 2 Kustuta sümbol kursori tagant
7 5 Liigu jooksva sõna algusse
10 8 Vi muuda kursori aluse sümboli suurust ja liigu sümbol edasi
13 11 Täienda jooksev sõna
36 34 Liigu sümbol edasi
64 62 See sümbol on sümboljärjendis esimene
74 72 Tty katkesta sümbol
75 73 Tty välju sümbol
76 74 Tty peata sümbol
[all …]
H A Dset236 4 sait: %s\n
8 6 setlocal: %s: %s\n
16 14 sysname: %s\n
17 15 nodename: %s\n
18 16 release: %s\n
19 17 versioon: %s\n
20 18 masin: %s\n
21 19 getwd: ".." ei saa avada (%s)
27 25 getwd: Kataloogi "%s" atribuute ei saa lugeda (%s)
28 26 getwd: Kataloogi "%s" ei saa avada (%s)
[all …]
/freebsd/lib/libutil/
H A Dtrimdomain.c58 char *end, *s; in trimdomain() local
66 memmove(domain, s + 1, strlen(s + 1) + 1); in trimdomain()
75 s = fullhost; in trimdomain()
76 end = s + hostsize + 1; in trimdomain()
77 if ((s = memchr(s, '.', (size_t)(end - s))) != NULL) { in trimdomain()
79 if (s[dlen + 1] == '\0') { in trimdomain()
81 *s = '\0'; in trimdomain()
82 } else if (s[dlen + 1] == ':' && in trimdomain()
83 isDISP(s + dlen + 2) && in trimdomain()
84 (len = strlen(s + dlen + 1)) < (size_t)(end - s)) { in trimdomain()
[all …]
/freebsd/usr.bin/patch/
H A Dpch.c303 for (s = buf; *s == ' ' || *s == '\t' || *s == 'X'; s++) { in intuit_diff_type()
387 while (*s && *s != '\n') in intuit_diff_type()
627 *s && !isdigit((unsigned char)*s); s++) in another_hunk()
632 memmove(s, s + 2, strlen(s + 2) + 1); in another_hunk()
636 *s && !isdigit((unsigned char)*s); s++) in another_hunk()
700 for (s = buf; *s && !isdigit((unsigned char)*s); s++) in another_hunk()
706 for (; *s && !isdigit((unsigned char)*s); s++) in another_hunk()
922 if (*s != '+' || !*++s) in another_hunk()
1021 s = savestr(s); in another_hunk()
1320 for (s = p_line[0]; *s; s++) in pch_swap()
[all …]
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem.h131 __owur int ossl_statem_accept(SSL *s);
132 __owur int ossl_statem_connect(SSL *s);
133 void ossl_statem_clear(SSL *s);
134 void ossl_statem_set_renegotiate(SSL *s);
135 void ossl_statem_send_fatal(SSL *s, int al);
138 # define SSLfatal_alert(s, al) ossl_statem_send_fatal((s), (al)) argument
139 # define SSLfatal(s, al, r) SSLfatal_data((s), (al), (r), NULL) argument
145 int ossl_statem_in_error(const SSL *s);
147 int ossl_statem_get_in_handshake(SSL *s);
153 __owur int ossl_statem_export_allowed(SSL *s);
[all …]
/freebsd/tools/lua/
H A Dtemplate.lua125 while s > 0 do
126 local c = byte(view, s, s)
128 s = s - 1
133 return s
137 if s > 1 and byte(view, s - 1, s - 1) == BSOL then
138 if s > 2 and byte(view, s - 2, s - 2) == BSOL then
230 if s == nil or s == null then return EMPTY end
379 while s do
380 local t, p = byte(view, s + 1, s + 1), s + 2
577 s = find(view, "{", s + 1, true)
[all …]
/freebsd/sys/kern/
H A Dsubr_rman.c203 if (s->r_end + 1 == r->r_start && s->r_flags == 0) { in rman_manage_region()
343 KASSERT(s == NULL || s->r_end + 1 == r->r_start, in rman_adjust_resource()
404 if (s != NULL && !(s->r_flags & RF_ALLOCATED)) { in rman_adjust_resource()
477 for (s = r; s; s = TAILQ_NEXT(s, r_link)) { in rman_reserve_resource()
518 if ((s->r_end - s->r_start + 1) == count) { in rman_reserve_resource()
520 rv = s; in rman_reserve_resource()
601 for (s = r; s && s->r_end <= end; s = TAILQ_NEXT(s, r_link)) { in rman_reserve_resource()
604 (s->r_end - s->r_start + 1) == count && in rman_reserve_resource()
615 s->r_sharehead = malloc(sizeof *s->r_sharehead, in rman_reserve_resource()
623 LIST_INSERT_HEAD(s->r_sharehead, s, in rman_reserve_resource()
[all …]
/freebsd/contrib/arm-optimized-routines/string/test/
H A Dstrrchr.c53 char *s = src + align; in test() local
68 s[i] = 'a' + (i & 31); in test()
70 s[seekpos / 2] = s[seekpos] = seekchar; in test()
72 s[seekpos - 1] = seekchar; in test()
73 s[len] = '\0'; in test()
75 s = tag_buffer (s, len + 1, fun->test_mte); in test()
76 p = fun->fun (s, seekchar); in test()
87 s = tag_buffer (s, len + 1, fun->test_mte); in test()
88 p = fun->fun (s, 0); in test()
91 if (p != s + len) in test()
[all …]
/freebsd/sys/geom/vinum/
H A Dgeom_vinum_state.c43 struct gv_sd *s; in gv_setstate() local
125 struct gv_sd *s; in gv_set_drive_state() local
163 oldstate = s->state; in gv_set_sd_state()
193 d = s->drive_sc; in gv_set_sd_state()
198 switch (s->state) { in gv_set_sd_state()
212 p = s->plex_sc; in gv_set_sd_state()
243 p = s->plex_sc; in gv_set_sd_state()
382 d = s->drive_sc; in gv_update_sd_state()
385 oldstate = s->state; in gv_update_sd_state()
416 struct gv_sd *s; in gv_update_plex_state() local
[all …]
/freebsd/lib/msun/ld80/
H A Ds_sinpil.c54 long double ax, hi, lo, s; in sinpil() local
76 RETURNI(s * 0x1p-63L); in sinpil()
78 s = __kernel_sinpil(ax); in sinpil()
79 RETURNI((hx & 0x8000) ? -s : s); in sinpil()
83 s = __kernel_cospil(0.5 - ax); in sinpil()
87 s = __kernel_sinpil(1 - ax); in sinpil()
88 RETURNI((hx & 0x8000) ? -s : s); in sinpil()
97 s = 0; in sinpil()
101 s = __kernel_sinpil(ax); in sinpil()
117 if (j0 & 1) s = -s; in sinpil()
[all …]

12345678910>>...405