Home
last modified time | relevance | path

Searched refs:strvar (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/devel/configkit/ConfigKit/libconfigkit/
H A Dconvenience.c149 ck_RealVar2(CK_ARG, const char **arg, double *var, char **strvar, double defval, const char *fmt) in ck_RealVar2() argument
155 if (*strvar == NULL && (cfa->flag & CK_SHOW)) { in ck_RealVar2()
158 } else if (*strvar == NULL) { in ck_RealVar2()
162 cfa->tree, fmt, *strvar); in ck_RealVar2()
167 free(*strvar); in ck_RealVar2()
168 *strvar = NULL; in ck_RealVar2()
174 *strvar = strdup(*arg); in ck_RealVar2()
175 assert(*strvar != NULL); in ck_RealVar2()
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/config/syntax/
H A Dphp2 syntax .php-strvar
5 char a-zA-Z_ strvar
8 state strvar
15 state strvar
16 char } END strvar
58 char \$ .php-strvar:this strvar
59 str '{$' .php-strcurly:this strvar
151 char \$ .php-strvar:this strvar
152 str '{$' .php-strcurly:this strvar
294 default special strvar
/dports/devel/swig/swig-4.0.2/Examples/csharp/variables/
H A Dexample.c25 char *strvar = 0; variable
53 printf("strvar = %s\n", strvar ? strvar : "(null)"); in print_vars()
/dports/devel/swig/swig-4.0.2/Examples/java/variables/
H A Dexample.c25 char *strvar = 0; variable
53 printf("strvar = %s\n", strvar ? strvar : "(null)"); in print_vars()
/dports/devel/swig/swig-4.0.2/Examples/javascript/variables/
H A Dexample.cxx25 char *strvar = 0; variable
58 printf("strvar = %s\n", strvar ? strvar : "(null)"); in print_vars()
/dports/devel/swig/swig-4.0.2/Examples/go/variables/
H A Dvariables.c25 char *strvar = 0; variable
53 printf("strvar = %s\n", strvar ? strvar : "(null)"); in print_vars()
/dports/devel/swig/swig-4.0.2/Examples/octave/variables/
H A Dexample.c25 char *strvar = 0; variable
53 printf("strvar = %s\n", strvar ? strvar : "(null)"); in print_vars()
/dports/devel/swig/swig-4.0.2/Examples/php/variables/
H A Dexample.c25 char *strvar = 0; variable
53 printf("strvar = %s\n", strvar ? strvar : "(null)"); in print_vars()
/dports/devel/swig/swig-4.0.2/Examples/ruby/variables/
H A Dexample.c25 char *strvar = 0; variable
53 printf("strvar = %s\n", strvar ? strvar : "(null)"); in print_vars()
/dports/devel/swig/swig-4.0.2/Examples/scilab/variables/
H A Dexample.c25 char *strvar = 0; variable
53 printf("strvar = %s\n", strvar ? strvar : "(null)"); in print_vars()
/dports/devel/swig/swig-4.0.2/Examples/d/variables/
H A Dexample.c25 char *strvar = 0; variable
53 printf("strvar = %s\n", strvar ? strvar : "(null)"); in print_vars()
/dports/devel/swig/swig-4.0.2/Examples/python/variables/
H A Dexample.c25 char *strvar = 0; variable
53 printf("strvar = %s\n", strvar ? strvar : "(null)"); in print_vars()
/dports/devel/swig/swig-4.0.2/Examples/lua/variables/
H A Dexample.c25 char *strvar = 0; variable
53 printf("strvar = %s\n", strvar ? strvar : "(null)"); in print_vars()
/dports/devel/swig/swig-4.0.2/Examples/perl5/variables/
H A Dexample.c25 char *strvar = 0; variable
53 printf("strvar = %s\n", strvar ? strvar : "(null)"); in print_vars()
/dports/devel/swig/swig-4.0.2/Examples/tcl/variables/
H A Dexample.c25 char *strvar = 0; variable
53 printf("strvar = %s\n", strvar ? strvar : "(null)"); in print_vars()
H A Drunme.tcl18 set strvar "Hello World"
38 puts "strvar = $strvar"
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_prn.c97 if (fi->strvar != NULL) { in prn_destroy_fp_list()
98 g_free(fi->strvar); in prn_destroy_fp_list()
1375 const char *strvar) in prn_push_stream() argument
1386 if (strvar != NULL) { in prn_push_stream()
1387 fi.strvar = g_strdup(strvar); in prn_push_stream()
1439 char *strvar = NULL; in prn_pop_stream() local
1450 strvar = fi->strvar; in prn_pop_stream()
1465 if (strvar != NULL) { in prn_pop_stream()
1468 strvar); in prn_pop_stream()
1471 g_free(strvar); in prn_pop_stream()
[all …]
/dports/math/gretl/gretl-2021d/gui/
H A Dsettings.c1848 char *strvar = NULL; in make_prefs_tab() local
1862 if (strvar != NULL && !strcmp(strs[j], strvar)) { in make_prefs_tab()
2015 *strvar = '\0'; in rcvar_set_string()
2022 *strvar = '\0'; in rcvar_set_string()
2159 char *strvar; in write_rc() local
2372 char *strvar; in find_and_set_rc_var() local
2391 *strvar = '\0'; in find_and_set_rc_var()
2407 char *strvar; in maybe_get_network_settings() local
2445 *strvar = '\0'; in maybe_get_network_settings()
2535 char *strvar; in read_win32_config() local
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/cpp/
H A Dstrify2.c15 #define strvar(...) #__VA_ARGS__ macro
49 if (strcmp (strvar (foo, bar), "foo, bar")) in main()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/cpp/
H A Dstrify2.c15 #define strvar(...) #__VA_ARGS__ macro
49 if (strcmp (strvar (foo, bar), "foo, bar")) in main()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/cpp/
H A Dstrify2.c15 #define strvar(...) #__VA_ARGS__ macro
49 if (strcmp (strvar (foo, bar), "foo, bar")) in main()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/cpp/
H A Dstrify2.c15 #define strvar(...) #__VA_ARGS__ macro
49 if (strcmp (strvar (foo, bar), "foo, bar")) in main()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/cpp/
H A Dstrify2.c15 #define strvar(...) #__VA_ARGS__ macro
49 if (strcmp (strvar (foo, bar), "foo, bar")) in main()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/cpp/
H A Dstrify2.c15 #define strvar(...) #__VA_ARGS__ macro
49 if (strcmp (strvar (foo, bar), "foo, bar")) in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/cpp/
H A Dstrify2.c15 #define strvar(...) #__VA_ARGS__ macro
49 if (strcmp (strvar (foo, bar), "foo, bar")) in main()

1234567