Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 1126) sorted by relevance

12345678910>>...46

/illumos-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c494 text->size = ntohl(text->size);
510 &(text->bufsize), text->size+5);
523 diff = text->size - text->cursize;
684 text->utils->free(text->out_buf);
689 text->utils->free(text->encode_buf);
694 text->utils->free(text->decode_buf);
704 if(text->enc_in_buf->data) text->utils->free(text->enc_in_buf->data);
705 text->utils->free(text->enc_in_buf);
710 text->utils->free(text->buffer);
715 text->utils->free(text->authid);
[all …]
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1018 text->sbox[i] = text->sbox[j];
1046 text->sbox[i] = text->sbox[j];
1854 text->buffer=text->utils->malloc(text->size+5);
1856 text->buffer=text->utils->realloc(text->buffer,
1903 result=text->cipher_dec(text,text->buffer,text->size-6,digest,
2205 text->buffer=text->utils->malloc(text->size+5);
2207 text->buffer=text->utils->realloc(text->buffer,text->size+5);
2275 if (text->cipher_free) text->cipher_free(text);
3457 text->cipher_free(text);
4187 text->cipher_free(text);
[all …]
/illumos-gate/usr/src/lib/libdtrace/i386/
H A Ddt_isadep.c110 if ((text[i] == 0xff && DT_MODRM_REG(text[i + 1]) == 4) || in dt_pid_has_jump_table()
127 uint8_t *text; in dt_pid_create_return_probe() local
144 free(text); in dt_pid_create_return_probe()
175 if (text[i] == DT_LEAVE && text[i + 1] == DT_RET) { in dt_pid_create_return_probe()
180 text[i + 1] == DT_REP && text[i + 2] == DT_RET) { in dt_pid_create_return_probe()
254 free(text); in dt_pid_create_return_probe()
293 free(text); in dt_pid_create_offset_probe()
336 free(text); in dt_pid_create_offset_probe()
371 free(text); in dt_pid_create_glob_offset_probes()
380 free(text); in dt_pid_create_glob_offset_probes()
[all …]
/illumos-gate/usr/src/lib/libdtrace/sparc/
H A Ddt_isadep.c74 uint32_t *text; in dt_pid_create_return_probe() local
85 free(text); in dt_pid_create_return_probe()
93 text[symp->st_size / 4] = 0; in dt_pid_create_return_probe()
120 free(text); in dt_pid_create_return_probe()
126 free(text); in dt_pid_create_return_probe()
194 switch (OP2(text[i])) { in dt_pid_create_return_probe()
200 baa = COND(text[i]) == 8 && A(text[i]); in dt_pid_create_return_probe()
207 baa = COND(text[i]) == 8 && A(text[i]); in dt_pid_create_return_probe()
222 baa = COND(text[i]) == 8 && A(text[i]); in dt_pid_create_return_probe()
229 baa = COND(text[i]) == 8 && A(text[i]); in dt_pid_create_return_probe()
[all …]
/illumos-gate/usr/src/lib/sasl_plugins/login/
H A Dlogin.c93 if (text == NULL) { in login_server_mech_new()
100 text->state = 1; in login_server_mech_new()
126 text->state = 2; in login_server_mech_step()
153 text->username = in login_server_mech_step()
155 if (!text->username) { in login_server_mech_step()
168 text->state = 3; in login_server_mech_step()
258 if (!text) return; in login_server_mech_dispose()
260 if (text->username) utils->free(text->username); in login_server_mech_dispose()
262 utils->free(text); in login_server_mech_dispose()
330 text->state = 1; in login_client_mech_new()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Ddisplay.c81 register char *text;
90 if (*text == '\n'|| *text == '\r') {
92 text++;
104 text++;
141 text++;
147 text++;
191 text += len;
198 if (isprint(itext) || *text == ' ' || *text == '\t' ||
199 *text == '\013' || *text == '\007' /* bell */) {
210 *text = toascii(*text);
[all …]
/illumos-gate/usr/src/lib/sasl_plugins/cram/
H A Dcram.c122 if (text == NULL) { in crammd5_server_mech_new()
129 text->state = 1; in crammd5_server_mech_new()
131 *conn_context = text; in crammd5_server_mech_new()
238 text->state = 2; in crammd5_server_mech_step1()
473 if (!text) return; in crammd5_server_mech_dispose()
475 if (text->challenge) _plug_free_string(utils,&(text->challenge)); in crammd5_server_mech_dispose()
477 utils->free(text); in crammd5_server_mech_dispose()
541 if (text == NULL) { in crammd5_client_mech_new()
750 if (!text) return; in crammd5_client_mech_dispose()
755 if (text->out_buf) utils->free(text->out_buf); in crammd5_client_mech_dispose()
[all …]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dexternal.c242 client_context_t *text; in external_client_mech_new() local
258 if(!text) return SASL_NOMEM; in external_client_mech_new()
262 *conn_context = text; in external_client_mech_new()
345 result = _buf_alloc(&text->out_buf, &text->out_buf_len, *clientoutlen + 1); in external_client_mech_step()
368 text->out_buf[*clientoutlen] = '\0'; in external_client_mech_step()
370 *clientout = text->out_buf; in external_client_mech_step()
391 if (!text) return; in external_client_mech_dispose()
398 if(text->out_buf) utils->free(text->out_buf); in external_client_mech_dispose()
400 utils->free(text); in external_client_mech_dispose()
402 if(text->out_buf) sasl_FREE(text->out_buf); in external_client_mech_dispose()
[all …]
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dfill_db_type_size.pl18 my $text = shift;
20 if ($text =~ /s64min/) {
22 } elsif ($text =~/s32min/) {
24 } elsif ($text =~ /s16min/) {
26 } elsif ($text =~ /s64max/) {
28 } elsif ($text =~ /s32max/) {
30 } elsif ($text =~ /s16max/) {
32 } elsif ($text =~ /u64max/) {
39 if ($text =~ /\((.*?)\)/) {
40 $text = $1;
[all …]
H A Dfill_db_type_value.pl17 my $text = shift;
19 if ($text =~ /s64min/) {
21 } elsif ($text =~/s32min/) {
23 } elsif ($text =~ /s16min/) {
25 } elsif ($text =~ /s64max/) {
27 } elsif ($text =~ /s32max/) {
29 } elsif ($text =~ /s16max/) {
31 } elsif ($text =~ /u64max/) {
38 if ($text =~ /\((.*?)\)/) {
39 $text = $1;
[all …]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_login.c1158 while (text && (text < end)) { in iscsi_process_login_response()
1165 while ((text < end) && (*text == '\0')) { in iscsi_process_login_response()
1166 text++; in iscsi_process_login_response()
1490 text); in iscsi_process_login_response()
1857 text += param_len; in iscsi_add_text()
1867 *text++ = '\0'; in iscsi_add_text()
1926 char *text = ihp; in iscsi_find_key_value() local
1948 text++; in iscsi_find_key_value()
1960 value = text + 1; in iscsi_find_key_value()
1965 while ((text < pdu_end) && (*text)) in iscsi_find_key_value()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.chargend/
H A Din.chargend.c66 char text[LINESIZE+2]; in chargen_stream() local
78 dp = text; in chargen_stream()
95 if (safe_write(s, text, dp - text) != 0) in chargen_stream()
105 char text[LINESIZE+2]; in chargen_dg() local
114 (void) memmove(text, rp, i); in chargen_dg()
118 (void) memmove(text, rp, i); in chargen_dg()
123 text[LINESIZE - 2] = '\r'; in chargen_dg()
124 text[LINESIZE - 1] = '\n'; in chargen_dg()
126 (void) safe_sendto(s, text, sizeof (text), 0, sap, sa_size); in chargen_dg()
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_plugin.c101 __audit_dowarn(char *option, char *text, int count) in __audit_dowarn() argument
119 if (text == NULL) in __audit_dowarn()
120 text = empty; in __audit_dowarn()
123 (void) execl(auditwarn, auditwarn, option, text, 0); in __audit_dowarn()
128 (void) execl(auditwarn, auditwarn, option, text, countstr, 0); in __audit_dowarn()
136 gettext("soft limit in %s.\n"), text); in __audit_dowarn()
139 gettext("hard limit in %s.\n"), text); in __audit_dowarn()
186 if ((text == NULL) || (*text == '\0')) in __audit_dowarn2()
187 text = empty; in __audit_dowarn2()
191 (void) execl(auditwarn, auditwarn, option, name, error, text, in __audit_dowarn2()
[all …]
/illumos-gate/usr/src/cmd/auditrecord/
H A Dmkmsg.pl127 my @text = @_;
129 my $text;
130 foreach $text (@text) {
131 next if ($text =~ /^$/);
132 $text =~ s/&colon;/:/g;
133 $translateText{$text} = 1;
144 my $text;
150 foreach $text (sort keys %translateText) {
151 $text =~ s/"/\\"/g;
152 print Message "msgid \"$text\"\nmsgstr\n";
/illumos-gate/usr/src/lib/sasl_plugins/plain/
H A Dplain.c285 client_context_t *text; in plain_client_mech_new() local
289 if (text == NULL) { in plain_client_mech_new()
294 memset(text, 0, sizeof(client_context_t)); in plain_client_mech_new()
296 *conn_context = text; in plain_client_mech_new()
373 convert_prompt(params->utils, &text->h, in plain_client_mech_step()
435 memset(text->out_buf, 0, *clientoutlen + 1); in plain_client_mech_step()
441 *clientout = text->out_buf; in plain_client_mech_step()
467 if (!text) return; in plain_client_mech_dispose()
469 if (text->out_buf) utils->free(text->out_buf); in plain_client_mech_dispose()
471 convert_prompt(utils, &text->h, NULL); in plain_client_mech_dispose()
[all …]
/illumos-gate/usr/src/test/os-tests/tests/stackalign/
H A Dstackalign.c39 #define ALIGN_ERR_IMPL(align, text) \ argument
40 "stack was not aligned to " #align " on " text "\n"
41 #define ALIGN_ERR_HELP(align, text) ALIGN_ERR_IMPL(align, text) argument
42 #define ALIGN_ERR(text) ALIGN_ERR_HELP(STACK_ALIGN, text) argument
48 char *text; member
92 .text = "pthread_create()" in main()
105 arg.text = "thr_create()"; in main()
128 arg.text = "swapcontext()"; in main()
136 arg.text = "door_call()"; in main()
/illumos-gate/usr/src/cmd/bnu/
H A Duucleanup.c358 char text[BUFSIZ]; local
365 logit(text, errno);
427 *text = NULLCHAR;
454 if (!*text) {
463 logit(text, errno);
687 char text[BUFSIZ]; local
707 char text[BUFSIZ]; local
733 char text[BUFSIZ]; local
773 char text[BUFSIZ]; local
1068 logit(text, status) in logit() argument
[all …]
/illumos-gate/usr/src/cmd/mail/
H A Dcopymt.c61 let[0].text = TRUE; /* until proven otherwise.... */
79 if (let[nlet-1].text == TRUE) {
83 (let[nlet-1].text ? "TRUE":"FALSE"));
105 if (let[nlet-1].text == TRUE) {
106 let[nlet-1].text = istext((unsigned char*)line,n);
109 (let[nlet-1].text ? "TRUE" : "FALSE"));
151 let[nlet].text = TRUE;
177 if (let[nlet-1].text == TRUE) {
178 let[nlet-1].text = istext((unsigned char*)line,n);
180 nlet-1, (let[nlet-1].text ? "TRUE" : "FALSE"));
[all …]
/illumos-gate/usr/src/cmd/powertop/common/
H A Dsuggestions.c66 pt_sugg_add(char *text, int weight, char key, char *sb_msg, sugg_func_t *func) in pt_sugg_add() argument
73 if (text == NULL) in pt_sugg_add()
86 if (text != NULL) in pt_sugg_add()
87 new->text = strdup(text); in pt_sugg_add()
99 if (strcmp(n->text, text) == 0) in pt_sugg_add()
114 new->text = strdup(text); in pt_sugg_add()
194 if (n->text != NULL) in pt_sugg_remove()
241 if (g_curr_sugg->text != NULL) in pt_sugg_pick()
250 pt_display_suggestions(n->text); in pt_sugg_pick()
/illumos-gate/usr/src/cmd/eqn/
H A De.y121 fwd : FWD text { $$ = atoi((char *) $1); } ;
122 up : UP text { $$ = atoi((char *) $1); } ;
146 left : LEFT text { $$ = ((char *)$2)[0]; }
150 right : RIGHT text { $$ = ((char *)$2)[0]; }
170 | FONT text { setfont(((char *)$2)[0]); }
180 | QTEXT { text(QTEXT, (char *) $1); }
181 | CONTIG { text(CONTIG, (char *) $1); }
182 | SPACE { text(SPACE, 0); }
183 | THIN { text(THIN, 0); }
184 | TAB { text(TAB, 0); }
[all …]
/illumos-gate/usr/src/test/elf-tests/tests/groups/strip-groups/
H A Dkeep-alloc-debug.s7 .text
8 .globl text
9 text: label
10 .type text, @function
12 .size text, [.-text]
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirp_pr.c132 char text[256]; in pr_byname() local
147 text, sizeof text, in pr_byname()
181 char text[256]; in pr_bynumber() local
196 text, sizeof text, in pr_bynumber()
225 char text[256]; in pr_rewind() local
236 code = irs_irp_read_response(pvt->girpdata, text, sizeof text); in pr_rewind()
239 syslog(LOG_WARNING, "setprotoent failed: %s", text); in pr_rewind()
258 char text[256]; in pr_next() local
269 text, sizeof text, in pr_next()
H A Dirp_sv.c136 char text[256]; in sv_next() local
147 text, sizeof text, in sv_next()
179 char text[256]; in sv_byname() local
198 text, sizeof text, in sv_byname()
231 char text[256]; in sv_byport() local
250 text, sizeof text, in sv_byport()
279 char text[256]; in sv_rewind() local
290 code = irs_irp_read_response(pvt->girpdata, text, sizeof text); in sv_rewind()
293 syslog(LOG_WARNING, "setservent failed: %s", text); in sv_rewind()
H A Dirp_nw.c141 char text[256]; in nw_byaddr() local
156 text, sizeof text, in nw_byaddr()
189 char text[256]; in nw_byname() local
205 text, sizeof text, in nw_byname()
234 char text[256]; in nw_rewind() local
245 code = irs_irp_read_response(pvt->girpdata, text, sizeof text); in nw_rewind()
248 syslog(LOG_WARNING, "setnetent failed: %s", text); in nw_rewind()
267 char text[256]; in nw_next() local
278 text, sizeof text, in nw_next()
H A Dirp_ng.c125 char text[256]; in ng_rewind() local
137 code = irs_irp_read_response(pvt->girpdata, text, sizeof text); in ng_rewind()
141 group, text); in ng_rewind()
162 char text[256]; in ng_next() local
172 text, sizeof text, in ng_next()
203 char text[256]; in ng_test() local
217 code = irs_irp_read_response(pvt->girpdata, text, sizeof text); in ng_test()

12345678910>>...46