/illumos-gate/usr/src/lib/sasl_plugins/gssapi/ |
H A D | gssapi.c | 494 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 D | digestmd5.c | 1018 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 D | dt_isadep.c | 110 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 D | dt_isadep.c | 76 uint32_t *text; in dt_pid_create_return_probe() local 87 free(text); in dt_pid_create_return_probe() 95 text[symp->st_size / 4] = 0; in dt_pid_create_return_probe() 122 free(text); in dt_pid_create_return_probe() 128 free(text); in dt_pid_create_return_probe() 196 switch (OP2(text[i])) { in dt_pid_create_return_probe() 202 baa = COND(text[i]) == 8 && A(text[i]); in dt_pid_create_return_probe() 209 baa = COND(text[i]) == 8 && A(text[i]); in dt_pid_create_return_probe() 224 baa = COND(text[i]) == 8 && A(text[i]); in dt_pid_create_return_probe() 231 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 D | login.c | 93 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 D | display.c | 83 register char *text; 92 if (*text == '\n'|| *text == '\r') { 94 text++; 106 text++; 143 text++; 149 text++; 193 text += len; 200 if (isprint(itext) || *text == ' ' || *text == '\t' || 201 *text == '\013' || *text == '\007' /* bell */) { 212 *text = toascii(*text); [all …]
|
/illumos-gate/usr/src/lib/sasl_plugins/cram/ |
H A D | cram.c | 123 if (text == NULL) { in crammd5_server_mech_new() 130 text->state = 1; in crammd5_server_mech_new() 132 *conn_context = text; in crammd5_server_mech_new() 239 text->state = 2; in crammd5_server_mech_step1() 474 if (!text) return; in crammd5_server_mech_dispose() 476 if (text->challenge) _plug_free_string(utils,&(text->challenge)); in crammd5_server_mech_dispose() 478 utils->free(text); in crammd5_server_mech_dispose() 542 if (text == NULL) { in crammd5_client_mech_new() 751 if (!text) return; in crammd5_client_mech_dispose() 756 if (text->out_buf) utils->free(text->out_buf); in crammd5_client_mech_dispose() [all …]
|
/illumos-gate/usr/src/lib/libsasl/lib/ |
H A D | external.c | 243 client_context_t *text; in external_client_mech_new() local 259 if(!text) return SASL_NOMEM; in external_client_mech_new() 263 *conn_context = text; in external_client_mech_new() 346 result = _buf_alloc(&text->out_buf, &text->out_buf_len, *clientoutlen + 1); in external_client_mech_step() 369 text->out_buf[*clientoutlen] = '\0'; in external_client_mech_step() 371 *clientout = text->out_buf; in external_client_mech_step() 392 if (!text) return; in external_client_mech_dispose() 399 if(text->out_buf) utils->free(text->out_buf); in external_client_mech_dispose() 401 utils->free(text); in external_client_mech_dispose() 403 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 D | fill_db_type_size.pl | 18 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 D | fill_db_type_value.pl | 17 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 D | iscsi_login.c | 1158 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 D | in.chargend.c | 68 char text[LINESIZE+2]; in chargen_stream() local 80 dp = text; in chargen_stream() 97 if (safe_write(s, text, dp - text) != 0) in chargen_stream() 107 char text[LINESIZE+2]; in chargen_dg() local 116 (void) memmove(text, rp, i); in chargen_dg() 120 (void) memmove(text, rp, i); in chargen_dg() 125 text[LINESIZE - 2] = '\r'; in chargen_dg() 126 text[LINESIZE - 1] = '\n'; in chargen_dg() 128 (void) safe_sendto(s, text, sizeof (text), 0, sap, sa_size); in chargen_dg()
|
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | audit_plugin.c | 101 __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 D | mkmsg.pl | 127 my @text = @_; 129 my $text; 130 foreach $text (@text) { 131 next if ($text =~ /^$/); 132 $text =~ s/:/:/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 D | plain.c | 286 client_context_t *text; in plain_client_mech_new() local 290 if (text == NULL) { in plain_client_mech_new() 295 memset(text, 0, sizeof(client_context_t)); in plain_client_mech_new() 297 *conn_context = text; in plain_client_mech_new() 374 convert_prompt(params->utils, &text->h, in plain_client_mech_step() 436 memset(text->out_buf, 0, *clientoutlen + 1); in plain_client_mech_step() 442 *clientout = text->out_buf; in plain_client_mech_step() 468 if (!text) return; in plain_client_mech_dispose() 470 if (text->out_buf) utils->free(text->out_buf); in plain_client_mech_dispose() 472 convert_prompt(utils, &text->h, NULL); in plain_client_mech_dispose() [all …]
|
/illumos-gate/usr/src/test/os-tests/tests/stackalign/ |
H A D | stackalign.c | 39 #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 D | uucleanup.c | 361 char text[BUFSIZ]; local 368 logit(text, errno); 430 *text = NULLCHAR; 457 if (!*text) { 466 logit(text, errno); 690 char text[BUFSIZ]; local 710 char text[BUFSIZ]; local 736 char text[BUFSIZ]; local 776 char text[BUFSIZ]; local 1071 logit(text, status) in logit() argument [all …]
|
/illumos-gate/usr/src/cmd/mail/ |
H A D | copymt.c | 61 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 D | suggestions.c | 66 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 D | e.y | 121 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/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmHelpContent.java | 35 private String text; field in pmHelpContent 38 text = content; in pmHelpContent() 42 text = new String(other.text); in pmHelpContent() 46 return text; in toString() 50 return text; in getText()
|
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | irp_pr.c | 132 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 D | irp_nw.c | 141 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 D | irp_sv.c | 136 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 D | irp_ng.c | 125 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()
|