Home
last modified time | relevance | path

Searched refs:spbuf (Results 1 – 25 of 505) sorted by relevance

12345678910>>...21

/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.trace/
H A Dtfile.c10 char spbuf[200]; variable
79 snprintf (spbuf, sizeof spbuf, "R %x\n", 500 /* FIXME get from arch */); in write_basic_trace_file()
80 write (fd, spbuf, strlen (spbuf)); in write_basic_trace_file()
84 write (fd, spbuf, strlen (spbuf)); in write_basic_trace_file()
89 snprintf (spbuf, sizeof spbuf, "tp T1:%lx:E:0:0\n", in write_basic_trace_file()
91 write (fd, spbuf, strlen (spbuf)); in write_basic_trace_file()
165 write (fd, spbuf, strlen (spbuf)); in write_error_trace_file()
170 snprintf (spbuf, sizeof spbuf, in write_error_trace_file()
175 write (fd, spbuf, strlen (spbuf)); in write_error_trace_file()
180 snprintf (spbuf, sizeof spbuf, "tp T1:%lx:E:0:0\n", in write_error_trace_file()
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.trace/
H A Dtfile.c10 char spbuf[200]; variable
79 snprintf (spbuf, sizeof spbuf, "R %x\n", 500 /* FIXME get from arch */); in write_basic_trace_file()
80 write (fd, spbuf, strlen (spbuf)); in write_basic_trace_file()
84 write (fd, spbuf, strlen (spbuf)); in write_basic_trace_file()
89 snprintf (spbuf, sizeof spbuf, "tp T1:%lx:E:0:0\n", in write_basic_trace_file()
91 write (fd, spbuf, strlen (spbuf)); in write_basic_trace_file()
165 write (fd, spbuf, strlen (spbuf)); in write_error_trace_file()
170 snprintf (spbuf, sizeof spbuf, in write_error_trace_file()
175 write (fd, spbuf, strlen (spbuf)); in write_error_trace_file()
180 snprintf (spbuf, sizeof spbuf, "tp T1:%lx:E:0:0\n", in write_error_trace_file()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.trace/
H A Dtfile.c29 char spbuf[200]; variable
158 snprintf (spbuf, sizeof spbuf, "R %x\n", 500 /* FIXME get from arch */); in write_basic_trace_file()
159 write (fd, spbuf, strlen (spbuf)); in write_basic_trace_file()
163 write (fd, spbuf, strlen (spbuf)); in write_basic_trace_file()
169 snprintf (spbuf, sizeof spbuf, "tp T1:%llx:E:0:0\n", func_addr); in write_basic_trace_file()
170 write (fd, spbuf, strlen (spbuf)); in write_basic_trace_file()
243 write (fd, spbuf, strlen (spbuf)); in write_error_trace_file()
248 snprintf (spbuf, sizeof spbuf, in write_error_trace_file()
253 write (fd, spbuf, strlen (spbuf)); in write_error_trace_file()
257 snprintf (spbuf, sizeof spbuf, "tp T1:%llx:E:0:0\n", in write_error_trace_file()
[all …]
/dports/ftp/ncftp3/ncftp-3.2.6/sio/
H A DStrAddr.c34 char spbuf[256]; in ServiceNameToPortNumber() local
57 memset(spbuf, 0, sizeof(spbuf)); in ServiceNameToPortNumber()
58 sp = getservbyname_r(str, "tcp", &se, spbuf, sizeof(spbuf)); in ServiceNameToPortNumber()
61 memset(spbuf, 0, sizeof(spbuf)); in ServiceNameToPortNumber()
62 sp = getservbyname_r(str, "udp", &se, spbuf, sizeof(spbuf)); in ServiceNameToPortNumber()
66 memset(spbuf, 0, sizeof(spbuf)); in ServiceNameToPortNumber()
71 memset(spbuf, 0, sizeof(spbuf)); in ServiceNameToPortNumber()
123 memset(spbuf, 0, sizeof(spbuf)); in ServicePortNumberToName()
127 memset(spbuf, 0, sizeof(spbuf)); in ServicePortNumberToName()
132 memset(spbuf, 0, sizeof(spbuf)); in ServicePortNumberToName()
[all …]
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/curses/
H A Dcdraw.c224 spbuf[mw] = '\0'; in show_map()
547 strcat(spbuf, " "); in draw_unit_details()
551 strcat(spbuf, " "); in draw_unit_details()
569 spbuf[0] = '\0'; in draw_unit_details()
571 strcpy(spbuf, "Occ "); in draw_unit_details()
573 strcat(spbuf, tmpbuf); in draw_unit_details()
585 plan_desc(spbuf, unit); in draw_unit_details()
651 spbuf[lw] = '\0'; in show_side_list()
791 spbuf[lw] = '\0'; in show_list()
891 strcat(spbuf, "z"); in draw_unit_list_entry()
[all …]
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dtp.c350 sprintf(spbuf, "B"); in send_bugoff()
363 broadcast_packet(spbuf); in net_send_chat()
384 broadcast_packet(spbuf); in net_set_variant_value()
396 broadcast_packet(spbuf); in net_set_player_advantage()
410 broadcast_packet(spbuf); in net_add_side_and_player()
425 broadcast_packet(spbuf); in net_remove_side_and_player()
438 broadcast_packet(spbuf); in net_rename_side_for_player()
450 broadcast_packet(spbuf); in net_set_ai_for_player()
464 broadcast_packet(spbuf); in net_exchange_players()
493 send_packet(rid, spbuf); in download_game_module()
[all …]
H A Dimf2imf.c26 char spbuf[BUFSIZE]; variable
109 sprintf(spbuf, "%s%s", outdirname, images[i]->name); in main()
110 fp = fopen(spbuf, "w"); in main()
115 fprintf(stderr, "could not open \"%s\"\n", spbuf); in main()
H A Dmknames.c87 sprintf(spbuf, "%s", sidename); in make_up_side_name()
90 cons(new_string(copy_string(spbuf)), in make_up_side_name()
105 sprintf(spbuf, "%c", 'A' + n); in make_up_side_name()
108 cons(new_string(copy_string(spbuf)), in make_up_side_name()
253 sprintf(spbuf, "%c%c-%s-%02d", in propose_unit_name()
259 sprintf(spbuf, "%s-%d", utype_name_n(u, 3), unit->id); in propose_unit_name()
261 return copy_string(spbuf); in propose_unit_name()
/dports/databases/qdbm/qdbm-1.8.78/
H A Dcbtest.c734 while(strcmp(spbuf, tmp)){ in domisc()
814 tmp = cbbaseencode(spbuf, -1); in domisc()
816 if(osiz != strlen(spbuf) || strcmp(orig, spbuf)){ in domisc()
825 tmp = cbquoteencode(spbuf, -1); in domisc()
827 if(osiz != strlen(spbuf) || strcmp(orig, spbuf)){ in domisc()
836 tmp = cbmimeencode(spbuf, "ISO-8859-1", TRUE); in domisc()
838 if(osiz != strlen(spbuf) || strcmp(orig, spbuf) || strcmp(renc, "ISO-8859-1")){ in domisc()
847 tmp = cbcsvunescape(spbuf); in domisc()
849 if(strcmp(orig, spbuf)){ in domisc()
858 tmp = cbxmlunescape(spbuf); in domisc()
[all …]
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/qdbm/
H A Dcbtest.c734 while(strcmp(spbuf, tmp)){ in domisc()
814 tmp = cbbaseencode(spbuf, -1); in domisc()
816 if(osiz != strlen(spbuf) || strcmp(orig, spbuf)){ in domisc()
825 tmp = cbquoteencode(spbuf, -1); in domisc()
827 if(osiz != strlen(spbuf) || strcmp(orig, spbuf)){ in domisc()
836 tmp = cbmimeencode(spbuf, "ISO-8859-1", TRUE); in domisc()
838 if(osiz != strlen(spbuf) || strcmp(orig, spbuf) || strcmp(renc, "ISO-8859-1")){ in domisc()
847 tmp = cbcsvunescape(spbuf); in domisc()
849 if(strcmp(orig, spbuf)){ in domisc()
858 tmp = cbxmlunescape(spbuf); in domisc()
[all …]
/dports/databases/qdbm-plus/qdbm-1.8.78/
H A Dcbtest.c734 while(strcmp(spbuf, tmp)){ in domisc()
814 tmp = cbbaseencode(spbuf, -1); in domisc()
816 if(osiz != strlen(spbuf) || strcmp(orig, spbuf)){ in domisc()
825 tmp = cbquoteencode(spbuf, -1); in domisc()
827 if(osiz != strlen(spbuf) || strcmp(orig, spbuf)){ in domisc()
836 tmp = cbmimeencode(spbuf, "ISO-8859-1", TRUE); in domisc()
838 if(osiz != strlen(spbuf) || strcmp(orig, spbuf) || strcmp(renc, "ISO-8859-1")){ in domisc()
847 tmp = cbcsvunescape(spbuf); in domisc()
849 if(strcmp(orig, spbuf)){ in domisc()
858 tmp = cbxmlunescape(spbuf); in domisc()
[all …]
/dports/net/srelay/srelay-0.4.8p3/
H A Dauth-pwd.c201 struct spwd spbuf, *spbufp = &spbuf; in checkpasswd()
216 getspnam_r(user, &spbuf, buf, sizeof(buf), &spbufp); in checkpasswd()
218 spbufp = getspnam_r(user, &spbuf, buf, sizeof buf); in checkpasswd()
/dports/net/grpcui/grpcui-1.1.0/vendor/golang.org/x/crypto/ssh/test/
H A Dsshd_test_pw.c156 struct spwd *spbuf, in getspnam_r() argument
166 if ((r = real_getspnam_r(name, spbuf, buf, buflen, spbufp)) != 0) in getspnam_r()
170 spbuf->sp_pwdp = strdup(test_passwd_hash); in getspnam_r()
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/golang.org/x/crypto/ssh/test/
H A Dsshd_test_pw.c156 struct spwd *spbuf, in getspnam_r() argument
166 if ((r = real_getspnam_r(name, spbuf, buf, buflen, spbufp)) != 0) in getspnam_r()
170 spbuf->sp_pwdp = strdup(test_passwd_hash); in getspnam_r()
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/golang.org/x/crypto/ssh/test/
H A Dsshd_test_pw.c156 struct spwd *spbuf, in getspnam_r() argument
166 if ((r = real_getspnam_r(name, spbuf, buf, buflen, spbufp)) != 0) in getspnam_r()
170 spbuf->sp_pwdp = strdup(test_passwd_hash); in getspnam_r()
/dports/sysutils/cbsd-mq-router/cbsd-mq-router-0.2/vendor/golang.org/x/crypto/ssh/test/
H A Dsshd_test_pw.c156 struct spwd *spbuf, in getspnam_r() argument
166 if ((r = real_getspnam_r(name, spbuf, buf, buflen, spbufp)) != 0) in getspnam_r()
170 spbuf->sp_pwdp = strdup(test_passwd_hash); in getspnam_r()
/dports/sysutils/cbsd-mq-api/cbsd-mq-api-0.3/vendor/golang.org/x/crypto/ssh/test/
H A Dsshd_test_pw.c156 struct spwd *spbuf, in getspnam_r() argument
166 if ((r = real_getspnam_r(name, spbuf, buf, buflen, spbufp)) != 0) in getspnam_r()
170 spbuf->sp_pwdp = strdup(test_passwd_hash); in getspnam_r()
/dports/deskutils/pet/pet-0.4.0/vendor/golang.org/x/crypto/ssh/test/
H A Dsshd_test_pw.c156 struct spwd *spbuf, in getspnam_r() argument
166 if ((r = real_getspnam_r(name, spbuf, buf, buflen, spbufp)) != 0) in getspnam_r()
170 spbuf->sp_pwdp = strdup(test_passwd_hash); in getspnam_r()
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/crypto/ssh/test/
H A Dsshd_test_pw.c156 struct spwd *spbuf, in getspnam_r() argument
166 if ((r = real_getspnam_r(name, spbuf, buf, buflen, spbufp)) != 0) in getspnam_r()
170 spbuf->sp_pwdp = strdup(test_passwd_hash); in getspnam_r()
/dports/dns/prometheus-dnssec-exporter/prometheus-dnssec-exporter-caa7d89/vendor/golang.org/x/crypto/ssh/test/
H A Dsshd_test_pw.c156 struct spwd *spbuf, in getspnam_r() argument
166 if ((r = real_getspnam_r(name, spbuf, buf, buflen, spbufp)) != 0) in getspnam_r()
170 spbuf->sp_pwdp = strdup(test_passwd_hash); in getspnam_r()
/dports/www/go-www/www-2.0.0/vendor/golang.org/x/crypto/ssh/test/
H A Dsshd_test_pw.c156 struct spwd *spbuf, in getspnam_r() argument
166 if ((r = real_getspnam_r(name, spbuf, buf, buflen, spbufp)) != 0) in getspnam_r()
170 spbuf->sp_pwdp = strdup(test_passwd_hash); in getspnam_r()
/dports/dns/rdap/rdap-e2ea151/vendor/golang.org/x/crypto/ssh/test/
H A Dsshd_test_pw.c156 struct spwd *spbuf, in getspnam_r() argument
166 if ((r = real_getspnam_r(name, spbuf, buf, buflen, spbufp)) != 0) in getspnam_r()
170 spbuf->sp_pwdp = strdup(test_passwd_hash); in getspnam_r()
/dports/security/certmgr/certmgr-3.0.3/vendor/golang.org/x/crypto/crypto-5c40567a22f8/ssh/test/
H A Dsshd_test_pw.c156 struct spwd *spbuf, in getspnam_r() argument
166 if ((r = real_getspnam_r(name, spbuf, buf, buflen, spbufp)) != 0) in getspnam_r()
170 spbuf->sp_pwdp = strdup(test_passwd_hash); in getspnam_r()
/dports/dns/nextdns/nextdns-1.32.2/vendor/golang.org/x/crypto/ssh/test/
H A Dsshd_test_pw.c156 struct spwd *spbuf, in getspnam_r() argument
166 if ((r = real_getspnam_r(name, spbuf, buf, buflen, spbufp)) != 0) in getspnam_r()
170 spbuf->sp_pwdp = strdup(test_passwd_hash); in getspnam_r()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/crypto/ssh/test/
H A Dsshd_test_pw.c156 struct spwd *spbuf, in getspnam_r() argument
166 if ((r = real_getspnam_r(name, spbuf, buf, buflen, spbufp)) != 0) in getspnam_r()
170 spbuf->sp_pwdp = strdup(test_passwd_hash); in getspnam_r()

12345678910>>...21