Home
last modified time | relevance | path

Searched refs:rstr (Results 26 – 50 of 1600) sorted by relevance

12345678910>>...64

/dports/net/3proxy/3proxy-0.9.4/src/plugins/StringsPlugin/
H A DStringsPlugin.c25 char tmpbuf1[1024],*rstr,*pt=NULL,*p=NULL; in load_string() local
61 rstr = tmpbuf1; in load_string()
62 while (*rstr!='\0') in load_string()
64 if (*rstr=='\r' || *rstr=='\n' ) in load_string()
65 { *rstr='\0'; rstr++; } in load_string()
66 rstr++; in load_string()
69 while ((rstr=strstr(tmpbuf1,"\\n"))) in load_string()
71 if (rstr!=NULL){ *rstr='\r'; rstr++; *rstr='\n'; } in load_string()
/dports/databases/qdbm/qdbm-1.8.78/bros/
H A Dbdbtest.c82 char *name, *rstr; in runwrite() local
85 rstr = NULL; in runwrite()
99 rnum = atoi(rstr); in runwrite()
108 char *name, *rstr; in runread() local
111 rstr = NULL; in runread()
125 rnum = atoi(rstr); in runread()
134 char *name, *rstr; in runbtwrite() local
137 rstr = NULL; in runbtwrite()
156 rnum = atoi(rstr); in runbtwrite()
165 char *name, *rstr; in runbtread() local
[all …]
/dports/databases/tokyocabinet/tokyocabinet-1.4.48/bros/
H A Dbdbtest.c82 char *name, *rstr; in runwrite() local
85 rstr = NULL; in runwrite()
99 rnum = atoi(rstr); in runwrite()
108 char *name, *rstr; in runread() local
111 rstr = NULL; in runread()
125 rnum = atoi(rstr); in runread()
134 char *name, *rstr; in runbtwrite() local
137 rstr = NULL; in runbtwrite()
156 rnum = atoi(rstr); in runbtwrite()
165 char *name, *rstr; in runbtread() local
[all …]
/dports/databases/qdbm-plus/qdbm-1.8.78/bros/
H A Dbdbtest.c82 char *name, *rstr; in runwrite() local
85 rstr = NULL; in runwrite()
99 rnum = atoi(rstr); in runwrite()
108 char *name, *rstr; in runread() local
111 rstr = NULL; in runread()
125 rnum = atoi(rstr); in runread()
134 char *name, *rstr; in runbtwrite() local
137 rstr = NULL; in runbtwrite()
156 rnum = atoi(rstr); in runbtwrite()
165 char *name, *rstr; in runbtread() local
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Drealmpfr.c63 char buf[128], *rstr; in real_from_mpfr() local
81 rstr = mpfr_get_str (NULL, &exp, 16, 0, m, rndmode); in real_from_mpfr()
85 gcc_assert (rstr != NULL && strlen (rstr) < sizeof (buf) - 12); in real_from_mpfr()
92 if (rstr[0] == '-') in real_from_mpfr()
93 sprintf (buf, "-0x.%sp%d", &rstr[1], (int) exp); in real_from_mpfr()
95 sprintf (buf, "0x.%sp%d", rstr, (int) exp); in real_from_mpfr()
97 mpfr_free_str (rstr); in real_from_mpfr()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Drealmpfr.c64 char buf[128], *rstr; in real_from_mpfr() local
82 rstr = mpfr_get_str (NULL, &exp, 16, 0, m, rndmode); in real_from_mpfr()
86 gcc_assert (rstr != NULL && strlen (rstr) < sizeof (buf) - 12); in real_from_mpfr()
93 if (rstr[0] == '-') in real_from_mpfr()
94 sprintf (buf, "-0x.%sp%d", &rstr[1], (int) exp); in real_from_mpfr()
96 sprintf (buf, "0x.%sp%d", rstr, (int) exp); in real_from_mpfr()
98 mpfr_free_str (rstr); in real_from_mpfr()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Drealmpfr.c63 char buf[128], *rstr; in real_from_mpfr() local
81 rstr = mpfr_get_str (NULL, &exp, 16, 0, m, rndmode); in real_from_mpfr()
85 gcc_assert (rstr != NULL && strlen (rstr) < sizeof (buf) - 12); in real_from_mpfr()
92 if (rstr[0] == '-') in real_from_mpfr()
93 sprintf (buf, "-0x.%sp%d", &rstr[1], (int) exp); in real_from_mpfr()
95 sprintf (buf, "0x.%sp%d", rstr, (int) exp); in real_from_mpfr()
97 mpfr_free_str (rstr); in real_from_mpfr()
/dports/devel/appstream-glib/appstream-glib-0.7.18/libappstream-glib/
H A Das-ref-string.c183 as_ref_string_ref (AsRefString *rstr) in as_ref_string_ref() argument
187 hdr = AS_REFPTR_TO_HEADER (rstr); in as_ref_string_ref()
189 return rstr; in as_ref_string_ref()
191 return rstr; in as_ref_string_ref()
205 as_ref_string_unref (AsRefString *rstr) in as_ref_string_unref() argument
211 hdr = AS_REFPTR_TO_HEADER (rstr); in as_ref_string_unref()
213 return rstr; in as_ref_string_unref()
225 return rstr; in as_ref_string_unref()
249 if (*rstr_ptr == rstr) in as_ref_string_assign()
255 if (rstr != NULL) in as_ref_string_assign()
[all …]
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/server/
H A Dsqlrresultsetrowblocktranslations.cpp22 sqlrresultsetrowblocktranslation *rstr; member in sqlrresultsetrowblocktranslationplugin
93 delete sqlt->rstr; in unload()
169 sqlrresultsetrowblocktranslation *rstr= in loadResultSetRowBlockTranslation() local
175 sqlrresultsetrowblocktranslation *rstr; in loadResultSetRowBlockTranslation() local
178 rstr=NULL; in loadResultSetRowBlockTranslation()
189 sqlrrstp->rstr=rstr; in loadResultSetRowBlockTranslation()
252 pvt->_error=node->getValue()->rstr->getError(); in run()
276 if (!node->getValue()->rstr->getRow( in run()
294 if (!node->getNext()->getValue()->rstr->setRow( in run()
364 node->getValue()->rstr->endTransaction(commit); in endTransaction()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hime/src/qt5-im/
H A Dhime-imcontext-qt.cpp139 char *rstr = NULL; in setFocusObject() local
141 if (rstr) { in setFocusObject()
142 send_str (rstr); in setFocusObject()
255 dbg ("send_str %s\n", rstr); in send_str()
257 free (rstr); in send_str()
265 char *rstr = NULL; in send_key_press() local
268 if (rstr) { in send_key_press()
269 send_str (rstr); in send_key_press()
306 char *rstr = NULL; in filterEvent() local
308 if (rstr) { in filterEvent()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Drealmpfr.c65 char buf[128], *rstr; in real_from_mpfr() local
83 rstr = mpfr_get_str (NULL, &exp, 16, 0, m, rndmode); in real_from_mpfr()
87 gcc_assert (rstr != NULL && strlen (rstr) < sizeof (buf) - 12); in real_from_mpfr()
94 if (rstr[0] == '-') in real_from_mpfr()
95 sprintf (buf, "-0x.%sp%d", &rstr[1], (int) exp); in real_from_mpfr()
97 sprintf (buf, "0x.%sp%d", rstr, (int) exp); in real_from_mpfr()
99 mpfr_free_str (rstr); in real_from_mpfr()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Drealmpfr.c65 char buf[128], *rstr; in real_from_mpfr() local
83 rstr = mpfr_get_str (NULL, &exp, 16, 0, m, rndmode); in real_from_mpfr()
87 gcc_assert (rstr != NULL && strlen (rstr) < sizeof (buf) - 12); in real_from_mpfr()
94 if (rstr[0] == '-') in real_from_mpfr()
95 sprintf (buf, "-0x.%sp%d", &rstr[1], (int) exp); in real_from_mpfr()
97 sprintf (buf, "0x.%sp%d", rstr, (int) exp); in real_from_mpfr()
99 mpfr_free_str (rstr); in real_from_mpfr()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Drealmpfr.c65 char buf[128], *rstr; in real_from_mpfr() local
83 rstr = mpfr_get_str (NULL, &exp, 16, 0, m, rndmode); in real_from_mpfr()
87 gcc_assert (rstr != NULL && strlen (rstr) < sizeof (buf) - 12); in real_from_mpfr()
94 if (rstr[0] == '-') in real_from_mpfr()
95 sprintf (buf, "-0x.%sp%d", &rstr[1], (int) exp); in real_from_mpfr()
97 sprintf (buf, "0x.%sp%d", rstr, (int) exp); in real_from_mpfr()
99 mpfr_free_str (rstr); in real_from_mpfr()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Drealmpfr.c65 char buf[128], *rstr; in real_from_mpfr() local
83 rstr = mpfr_get_str (NULL, &exp, 16, 0, m, rndmode); in real_from_mpfr()
87 gcc_assert (rstr != NULL && strlen (rstr) < sizeof (buf) - 12); in real_from_mpfr()
94 if (rstr[0] == '-') in real_from_mpfr()
95 sprintf (buf, "-0x.%sp%d", &rstr[1], (int) exp); in real_from_mpfr()
97 sprintf (buf, "0x.%sp%d", rstr, (int) exp); in real_from_mpfr()
99 mpfr_free_str (rstr); in real_from_mpfr()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Drealmpfr.c65 char buf[128], *rstr; in real_from_mpfr() local
83 rstr = mpfr_get_str (NULL, &exp, 16, 0, m, rndmode); in real_from_mpfr()
87 gcc_assert (rstr != NULL && strlen (rstr) < sizeof (buf) - 12); in real_from_mpfr()
94 if (rstr[0] == '-') in real_from_mpfr()
95 sprintf (buf, "-0x.%sp%d", &rstr[1], (int) exp); in real_from_mpfr()
97 sprintf (buf, "0x.%sp%d", rstr, (int) exp); in real_from_mpfr()
99 mpfr_free_str (rstr); in real_from_mpfr()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Drealmpfr.c65 char buf[128], *rstr; in real_from_mpfr() local
83 rstr = mpfr_get_str (NULL, &exp, 16, 0, m, rndmode); in real_from_mpfr()
87 gcc_assert (rstr != NULL && strlen (rstr) < sizeof (buf) - 12); in real_from_mpfr()
94 if (rstr[0] == '-') in real_from_mpfr()
95 sprintf (buf, "-0x.%sp%d", &rstr[1], (int) exp); in real_from_mpfr()
97 sprintf (buf, "0x.%sp%d", rstr, (int) exp); in real_from_mpfr()
99 mpfr_free_str (rstr); in real_from_mpfr()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Drealmpfr.c65 char buf[128], *rstr; in real_from_mpfr() local
83 rstr = mpfr_get_str (NULL, &exp, 16, 0, m, rndmode); in real_from_mpfr()
87 gcc_assert (rstr != NULL && strlen (rstr) < sizeof (buf) - 12); in real_from_mpfr()
94 if (rstr[0] == '-') in real_from_mpfr()
95 sprintf (buf, "-0x.%sp%d", &rstr[1], (int) exp); in real_from_mpfr()
97 sprintf (buf, "0x.%sp%d", rstr, (int) exp); in real_from_mpfr()
99 mpfr_free_str (rstr); in real_from_mpfr()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Drealmpfr.c65 char buf[128], *rstr; in real_from_mpfr() local
83 rstr = mpfr_get_str (NULL, &exp, 16, 0, m, rndmode); in real_from_mpfr()
87 gcc_assert (rstr != NULL && strlen (rstr) < sizeof (buf) - 12); in real_from_mpfr()
94 if (rstr[0] == '-') in real_from_mpfr()
95 sprintf (buf, "-0x.%sp%d", &rstr[1], (int) exp); in real_from_mpfr()
97 sprintf (buf, "0x.%sp%d", rstr, (int) exp); in real_from_mpfr()
99 mpfr_free_str (rstr); in real_from_mpfr()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Drealmpfr.c65 char buf[128], *rstr; in real_from_mpfr() local
83 rstr = mpfr_get_str (NULL, &exp, 16, 0, m, rndmode); in real_from_mpfr()
87 gcc_assert (rstr != NULL && strlen (rstr) < sizeof (buf) - 12); in real_from_mpfr()
94 if (rstr[0] == '-') in real_from_mpfr()
95 sprintf (buf, "-0x.%sp%d", &rstr[1], (int) exp); in real_from_mpfr()
97 sprintf (buf, "0x.%sp%d", rstr, (int) exp); in real_from_mpfr()
99 mpfr_free_str (rstr); in real_from_mpfr()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Drealmpfr.c65 char buf[128], *rstr; in real_from_mpfr() local
83 rstr = mpfr_get_str (NULL, &exp, 16, 0, m, rndmode); in real_from_mpfr()
87 gcc_assert (rstr != NULL && strlen (rstr) < sizeof (buf) - 12); in real_from_mpfr()
94 if (rstr[0] == '-') in real_from_mpfr()
95 sprintf (buf, "-0x.%sp%d", &rstr[1], (int) exp); in real_from_mpfr()
97 sprintf (buf, "0x.%sp%d", rstr, (int) exp); in real_from_mpfr()
99 mpfr_free_str (rstr); in real_from_mpfr()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Drealmpfr.c65 char buf[128], *rstr; in real_from_mpfr() local
83 rstr = mpfr_get_str (NULL, &exp, 16, 0, m, rndmode); in real_from_mpfr()
87 gcc_assert (rstr != NULL && strlen (rstr) < sizeof (buf) - 12); in real_from_mpfr()
94 if (rstr[0] == '-') in real_from_mpfr()
95 sprintf (buf, "-0x.%sp%d", &rstr[1], (int) exp); in real_from_mpfr()
97 sprintf (buf, "0x.%sp%d", rstr, (int) exp); in real_from_mpfr()
99 mpfr_free_str (rstr); in real_from_mpfr()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Drealmpfr.c65 char buf[128], *rstr; in real_from_mpfr() local
83 rstr = mpfr_get_str (NULL, &exp, 16, 0, m, rndmode); in real_from_mpfr()
87 gcc_assert (rstr != NULL && strlen (rstr) < sizeof (buf) - 12); in real_from_mpfr()
94 if (rstr[0] == '-') in real_from_mpfr()
95 sprintf (buf, "-0x.%sp%d", &rstr[1], (int) exp); in real_from_mpfr()
97 sprintf (buf, "0x.%sp%d", rstr, (int) exp); in real_from_mpfr()
99 mpfr_free_str (rstr); in real_from_mpfr()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Drealmpfr.c65 char buf[128], *rstr; in real_from_mpfr() local
83 rstr = mpfr_get_str (NULL, &exp, 16, 0, m, rndmode); in real_from_mpfr()
87 gcc_assert (rstr != NULL && strlen (rstr) < sizeof (buf) - 12); in real_from_mpfr()
94 if (rstr[0] == '-') in real_from_mpfr()
95 sprintf (buf, "-0x.%sp%d", &rstr[1], (int) exp); in real_from_mpfr()
97 sprintf (buf, "0x.%sp%d", rstr, (int) exp); in real_from_mpfr()
99 mpfr_free_str (rstr); in real_from_mpfr()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Drealmpfr.c65 char buf[128], *rstr; in real_from_mpfr() local
83 rstr = mpfr_get_str (NULL, &exp, 16, 0, m, rndmode); in real_from_mpfr()
87 gcc_assert (rstr != NULL && strlen (rstr) < sizeof (buf) - 12); in real_from_mpfr()
94 if (rstr[0] == '-') in real_from_mpfr()
95 sprintf (buf, "-0x.%sp%d", &rstr[1], (int) exp); in real_from_mpfr()
97 sprintf (buf, "0x.%sp%d", rstr, (int) exp); in real_from_mpfr()
99 mpfr_free_str (rstr); in real_from_mpfr()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Drealmpfr.c65 char buf[128], *rstr; in real_from_mpfr() local
83 rstr = mpfr_get_str (NULL, &exp, 16, 0, m, rndmode); in real_from_mpfr()
87 gcc_assert (rstr != NULL && strlen (rstr) < sizeof (buf) - 12); in real_from_mpfr()
94 if (rstr[0] == '-') in real_from_mpfr()
95 sprintf (buf, "-0x.%sp%d", &rstr[1], (int) exp); in real_from_mpfr()
97 sprintf (buf, "0x.%sp%d", rstr, (int) exp); in real_from_mpfr()
99 mpfr_free_str (rstr); in real_from_mpfr()

12345678910>>...64