Home
last modified time | relevance | path

Searched refs:dupval (Results 1 – 25 of 101) sorted by relevance

12345

/dports/audio/sfront/sfront-0.99/src/
H A Dmp4read.c668 yylval = make_tnode(dupval(name),token);
843 tptr = make_tnode(dupval(name), S_NUMBER);
906 return make_tnode(dupval(name), S_IDENT);
920 return make_tnode(dupval(name), S_IDENT);
925 return make_tnode(dupval(name), S_IDENT);
968 return make_tnode(dupval(name), S_IDENT);
976 return make_tnode(dupval(name), S_IDENT);
978 return make_tnode(dupval(":"), S_COL);
983 return make_tnode(dupval(name), S_IDENT);
1012 return make_tnode(dupval(strfortoken(name,
[all …]
H A Dlex.c513 yylval->val = dupval(buf);
564 yylval->val = dupval(buf);
580 yylval->val = dupval(buf);
637 yylval->val = dupval(buf);
1000 yylval->val = dupval(buf);
1024 yylval->val = dupval(buf);
1050 yylval->val = dupval(buf);
1066 yylval->val = dupval(buf);
1082 yylval->val = dupval(buf);
1098 yylval->val = dupval(buf);
[all …]
H A Dsfmain.c155 cppincludes = dupval(" "); in sfrontinitialize()
691 au_component_type = dupval("aufx"); in sfrontpostparsecheck()
694 au_component_type = dupval("aumf"); in sfrontpostparsecheck()
697 au_component_type = dupval("aumu"); in sfrontpostparsecheck()
761 au_component_manu = dupval("Xmpl"); in sfrontpostparsecheck()
763 au_ui_manu = dupval("Example"); in sfrontpostparsecheck()
1052 sessionkey = dupval(s2); in oneparamflags()
1082 session = dupval(s2); in oneparamflags()
1148 au_manu_url = dupval(s2); in oneparamflags()
1165 au_ui_name = dupval(s2); in oneparamflags()
[all …]
/dports/dns/knot3-lib/knot-3.1.5/tests/contrib/
H A Dtest_dynarray.c61 static size_t q_set_dups(q_dynarray_t *q, double dup_percentage, const quadrate_t *dupval) in q_set_dups() argument
67 if (rand() < threshold && q_dynarray_memb_cmp(item, dupval) != 0) { in q_set_dups()
68 *item = *dupval; in q_set_dups()
76 static void check_dups(q_dynarray_t *q, const quadrate_t *dupval, in check_dups() argument
81 if (q_dynarray_memb_cmp(item, dupval) == 0) { in check_dups()
/dports/dns/knot3/knot-3.1.5/tests/contrib/
H A Dtest_dynarray.c61 static size_t q_set_dups(q_dynarray_t *q, double dup_percentage, const quadrate_t *dupval) in q_set_dups() argument
67 if (rand() < threshold && q_dynarray_memb_cmp(item, dupval) != 0) { in q_set_dups()
68 *item = *dupval; in q_set_dups()
76 static void check_dups(q_dynarray_t *q, const quadrate_t *dupval, in check_dups() argument
81 if (q_dynarray_memb_cmp(item, dupval) == 0) { in check_dups()
/dports/devel/dbus/dbus-1.12.20/tools/
H A Ddbus-send.c166 char *dupval = strdup (value); in append_array() local
168 handle_oom (dupval != NULL); in append_array()
170 val = strtok (dupval, ","); in append_array()
176 free (dupval); in append_array()
183 char *dupval = strdup (value); in append_dict() local
185 handle_oom (dupval != NULL); in append_dict()
187 val = strtok (dupval, ","); in append_dict()
209 free (dupval); in append_dict()
/dports/devel/ding-libs/ding-libs-0.6.1/ini/
H A Dini_parse.c937 char *dupval = NULL; in handle_kvp() local
1047 if (!dupval) { in handle_kvp()
1054 *(dupval + len) = '\0'; in handle_kvp()
1061 free(dupval); in handle_kvp()
1074 free(dupval); in handle_kvp()
1175 char *dupval; in handle_section() local
1235 if (!dupval) { in handle_section()
1241 dupval[len] = '\0'; in handle_section()
1249 free(dupval); in handle_section()
1261 free(dupval); in handle_section()
[all …]
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/
H A Dexportldif.c171 gchar *dupval; in exportldif_fmt_value() local
177 dest = dupval = g_strdup( value ); in exportldif_fmt_value()
190 return dupval; in exportldif_fmt_value()
206 gchar *dupval = NULL; in exportldif_fmt_dn() local
217 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
228 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
238 if( dupval ) { in exportldif_fmt_dn()
240 strncat( buf, dupval, FMT_BUFSIZE - strlen(buf) ); in exportldif_fmt_dn()
241 g_free( dupval ); in exportldif_fmt_dn()
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/
H A Dexportldif.c171 gchar *dupval; in exportldif_fmt_value() local
177 dest = dupval = g_strdup( value ); in exportldif_fmt_value()
190 return dupval; in exportldif_fmt_value()
206 gchar *dupval = NULL; in exportldif_fmt_dn() local
217 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
228 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
238 if( dupval ) { in exportldif_fmt_dn()
240 strncat( buf, dupval, FMT_BUFSIZE - strlen(buf) ); in exportldif_fmt_dn()
241 g_free( dupval ); in exportldif_fmt_dn()
/dports/mail/claws-mail-notification/claws-mail-3.18.0/src/
H A Dexportldif.c171 gchar *dupval; in exportldif_fmt_value() local
177 dest = dupval = g_strdup( value ); in exportldif_fmt_value()
190 return dupval; in exportldif_fmt_value()
206 gchar *dupval = NULL; in exportldif_fmt_dn() local
217 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
228 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
238 if( dupval ) { in exportldif_fmt_dn()
240 strncat( buf, dupval, FMT_BUFSIZE - strlen(buf) ); in exportldif_fmt_dn()
241 g_free( dupval ); in exportldif_fmt_dn()
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/
H A Dexportldif.c171 gchar *dupval; in exportldif_fmt_value() local
177 dest = dupval = g_strdup( value ); in exportldif_fmt_value()
190 return dupval; in exportldif_fmt_value()
206 gchar *dupval = NULL; in exportldif_fmt_dn() local
217 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
228 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
238 if( dupval ) { in exportldif_fmt_dn()
240 strncat( buf, dupval, FMT_BUFSIZE - strlen(buf) ); in exportldif_fmt_dn()
241 g_free( dupval ); in exportldif_fmt_dn()
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/
H A Dexportldif.c171 gchar *dupval; in exportldif_fmt_value() local
177 dest = dupval = g_strdup( value ); in exportldif_fmt_value()
190 return dupval; in exportldif_fmt_value()
206 gchar *dupval = NULL; in exportldif_fmt_dn() local
217 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
228 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
238 if( dupval ) { in exportldif_fmt_dn()
240 strncat( buf, dupval, FMT_BUFSIZE - strlen(buf) ); in exportldif_fmt_dn()
241 g_free( dupval ); in exportldif_fmt_dn()
/dports/mail/claws-mail-tnef_parse/claws-mail-3.18.0/src/
H A Dexportldif.c171 gchar *dupval; in exportldif_fmt_value() local
177 dest = dupval = g_strdup( value ); in exportldif_fmt_value()
190 return dupval; in exportldif_fmt_value()
206 gchar *dupval = NULL; in exportldif_fmt_dn() local
217 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
228 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
238 if( dupval ) { in exportldif_fmt_dn()
240 strncat( buf, dupval, FMT_BUFSIZE - strlen(buf) ); in exportldif_fmt_dn()
241 g_free( dupval ); in exportldif_fmt_dn()
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/
H A Dexportldif.c171 gchar *dupval; in exportldif_fmt_value() local
177 dest = dupval = g_strdup( value ); in exportldif_fmt_value()
190 return dupval; in exportldif_fmt_value()
206 gchar *dupval = NULL; in exportldif_fmt_dn() local
217 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
228 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
238 if( dupval ) { in exportldif_fmt_dn()
240 strncat( buf, dupval, FMT_BUFSIZE - strlen(buf) ); in exportldif_fmt_dn()
241 g_free( dupval ); in exportldif_fmt_dn()
/dports/mail/claws-mail-bsfilter/claws-mail-3.18.0/src/
H A Dexportldif.c171 gchar *dupval; in exportldif_fmt_value() local
177 dest = dupval = g_strdup( value ); in exportldif_fmt_value()
190 return dupval; in exportldif_fmt_value()
206 gchar *dupval = NULL; in exportldif_fmt_dn() local
217 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
228 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
238 if( dupval ) { in exportldif_fmt_dn()
240 strncat( buf, dupval, FMT_BUFSIZE - strlen(buf) ); in exportldif_fmt_dn()
241 g_free( dupval ); in exportldif_fmt_dn()
/dports/mail/claws-mail-att_remover/claws-mail-3.18.0/src/
H A Dexportldif.c171 gchar *dupval; in exportldif_fmt_value() local
177 dest = dupval = g_strdup( value ); in exportldif_fmt_value()
190 return dupval; in exportldif_fmt_value()
206 gchar *dupval = NULL; in exportldif_fmt_dn() local
217 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
228 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
238 if( dupval ) { in exportldif_fmt_dn()
240 strncat( buf, dupval, FMT_BUFSIZE - strlen(buf) ); in exportldif_fmt_dn()
241 g_free( dupval ); in exportldif_fmt_dn()
/dports/mail/claws-mail-mailmbox/claws-mail-3.18.0/src/
H A Dexportldif.c171 gchar *dupval; in exportldif_fmt_value() local
177 dest = dupval = g_strdup( value ); in exportldif_fmt_value()
190 return dupval; in exportldif_fmt_value()
206 gchar *dupval = NULL; in exportldif_fmt_dn() local
217 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
228 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
238 if( dupval ) { in exportldif_fmt_dn()
240 strncat( buf, dupval, FMT_BUFSIZE - strlen(buf) ); in exportldif_fmt_dn()
241 g_free( dupval ); in exportldif_fmt_dn()
/dports/mail/claws-mail-managesieve/claws-mail-3.18.0/src/
H A Dexportldif.c171 gchar *dupval; in exportldif_fmt_value() local
177 dest = dupval = g_strdup( value ); in exportldif_fmt_value()
190 return dupval; in exportldif_fmt_value()
206 gchar *dupval = NULL; in exportldif_fmt_dn() local
217 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
228 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
238 if( dupval ) { in exportldif_fmt_dn()
240 strncat( buf, dupval, FMT_BUFSIZE - strlen(buf) ); in exportldif_fmt_dn()
241 g_free( dupval ); in exportldif_fmt_dn()
/dports/mail/claws-mail-litehtml_viewer/claws-mail-3.18.0/src/
H A Dexportldif.c171 gchar *dupval; in exportldif_fmt_value() local
177 dest = dupval = g_strdup( value ); in exportldif_fmt_value()
190 return dupval; in exportldif_fmt_value()
206 gchar *dupval = NULL; in exportldif_fmt_dn() local
217 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
228 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
238 if( dupval ) { in exportldif_fmt_dn()
240 strncat( buf, dupval, FMT_BUFSIZE - strlen(buf) ); in exportldif_fmt_dn()
241 g_free( dupval ); in exportldif_fmt_dn()
/dports/mail/claws-mail-fetchinfo/claws-mail-3.18.0/src/
H A Dexportldif.c171 gchar *dupval; in exportldif_fmt_value() local
177 dest = dupval = g_strdup( value ); in exportldif_fmt_value()
190 return dupval; in exportldif_fmt_value()
206 gchar *dupval = NULL; in exportldif_fmt_dn() local
217 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
228 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
238 if( dupval ) { in exportldif_fmt_dn()
240 strncat( buf, dupval, FMT_BUFSIZE - strlen(buf) ); in exportldif_fmt_dn()
241 g_free( dupval ); in exportldif_fmt_dn()
/dports/mail/claws-mail-clamd/claws-mail-3.18.0/src/
H A Dexportldif.c171 gchar *dupval; in exportldif_fmt_value() local
177 dest = dupval = g_strdup( value ); in exportldif_fmt_value()
190 return dupval; in exportldif_fmt_value()
206 gchar *dupval = NULL; in exportldif_fmt_dn() local
217 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
228 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
238 if( dupval ) { in exportldif_fmt_dn()
240 strncat( buf, dupval, FMT_BUFSIZE - strlen(buf) ); in exportldif_fmt_dn()
241 g_free( dupval ); in exportldif_fmt_dn()
/dports/mail/claws-mail/claws-mail-3.18.0/src/
H A Dexportldif.c171 gchar *dupval; in exportldif_fmt_value() local
177 dest = dupval = g_strdup( value ); in exportldif_fmt_value()
190 return dupval; in exportldif_fmt_value()
206 gchar *dupval = NULL; in exportldif_fmt_dn() local
217 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
228 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
238 if( dupval ) { in exportldif_fmt_dn()
240 strncat( buf, dupval, FMT_BUFSIZE - strlen(buf) ); in exportldif_fmt_dn()
241 g_free( dupval ); in exportldif_fmt_dn()
/dports/mail/claws-mail-address_keeper/claws-mail-3.18.0/src/
H A Dexportldif.c171 gchar *dupval; in exportldif_fmt_value() local
177 dest = dupval = g_strdup( value ); in exportldif_fmt_value()
190 return dupval; in exportldif_fmt_value()
206 gchar *dupval = NULL; in exportldif_fmt_dn() local
217 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
228 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
238 if( dupval ) { in exportldif_fmt_dn()
240 strncat( buf, dupval, FMT_BUFSIZE - strlen(buf) ); in exportldif_fmt_dn()
241 g_free( dupval ); in exportldif_fmt_dn()
/dports/mail/claws-mail-archive/claws-mail-3.18.0/src/
H A Dexportldif.c171 gchar *dupval; in exportldif_fmt_value() local
177 dest = dupval = g_strdup( value ); in exportldif_fmt_value()
190 return dupval; in exportldif_fmt_value()
206 gchar *dupval = NULL; in exportldif_fmt_dn() local
217 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
228 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
238 if( dupval ) { in exportldif_fmt_dn()
240 strncat( buf, dupval, FMT_BUFSIZE - strlen(buf) ); in exportldif_fmt_dn()
241 g_free( dupval ); in exportldif_fmt_dn()
/dports/mail/claws-mail-libravatar/claws-mail-3.18.0/src/
H A Dexportldif.c171 gchar *dupval; in exportldif_fmt_value() local
177 dest = dupval = g_strdup( value ); in exportldif_fmt_value()
190 return dupval; in exportldif_fmt_value()
206 gchar *dupval = NULL; in exportldif_fmt_dn() local
217 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
228 dupval = exportldif_fmt_value( value ); in exportldif_fmt_dn()
238 if( dupval ) { in exportldif_fmt_dn()
240 strncat( buf, dupval, FMT_BUFSIZE - strlen(buf) ); in exportldif_fmt_dn()
241 g_free( dupval ); in exportldif_fmt_dn()

12345