Home
last modified time | relevance | path

Searched refs:append_simple (Results 1 – 25 of 44) sorted by relevance

12

/dports/x11/cinnamon-menus/cinnamon-menus-4.8.2/libmenu/
H A Dmenu-util.c258 append_simple (MenuLayoutNode *node, in append_simple() function
331 append_simple (node, depth, "AppDir", str); in append_to_string()
351 append_simple (node, depth, "Name", str); in append_to_string()
375 append_simple (node, depth, "Filename", str); in append_to_string()
379 append_simple (node, depth, "Category", str); in append_to_string()
383 append_simple (node, depth, "All", str); in append_to_string()
411 append_simple (node, depth, "MergeDir", str); in append_to_string()
429 append_simple (node, depth, "Old", str); in append_to_string()
433 append_simple (node, depth, "New", str); in append_to_string()
437 append_simple (node, depth, "Deleted", str); in append_to_string()
[all …]
/dports/x11/gnome-menus/gnome-menus-3.36.0/libmenu/
H A Dmenu-util.c258 append_simple (MenuLayoutNode *node, in append_simple() function
331 append_simple (node, depth, "AppDir", str); in append_to_string()
351 append_simple (node, depth, "Name", str); in append_to_string()
375 append_simple (node, depth, "Filename", str); in append_to_string()
379 append_simple (node, depth, "Category", str); in append_to_string()
383 append_simple (node, depth, "All", str); in append_to_string()
411 append_simple (node, depth, "MergeDir", str); in append_to_string()
429 append_simple (node, depth, "Old", str); in append_to_string()
433 append_simple (node, depth, "New", str); in append_to_string()
437 append_simple (node, depth, "Deleted", str); in append_to_string()
[all …]
/dports/x11/mate-menus/mate-menus-1.26.0/libmenu/
H A Dmenu-util.c286 append_simple(node, depth, "AppDir", str); in append_to_string()
306 append_simple(node, depth, "Name", str); in append_to_string()
310 append_simple(node, depth, "Directory", str); in append_to_string()
330 append_simple(node, depth, "Filename", str); in append_to_string()
334 append_simple(node, depth, "Category", str); in append_to_string()
338 append_simple(node, depth, "All", str); in append_to_string()
364 append_simple(node, depth, "MergeDir", str); in append_to_string()
380 append_simple(node, depth, "Old", str); in append_to_string()
384 append_simple(node, depth, "New", str); in append_to_string()
388 append_simple(node, depth, "Deleted", str); in append_to_string()
[all …]
/dports/textproc/R-cran-rbibutils/rbibutils/src/
H A Dbibentrydirectout.c260 append_simple( fields *in, char *intag, char *outtag, fields *out, int *status ) in append_simple() function
1059 append_simple ( in, "REFNUM", "refnum", out, &status ); in bibentrydirectout_assemble()
1062 append_simple ( in, "REFNUM", "refnum", out, &status ); in bibentrydirectout_assemble()
1069 append_simple ( in, "EDITION", "edition", out, &status ); in bibentrydirectout_assemble()
1072 append_simple ( in, "PUBLISHER", "publisher", out, &status ); in bibentrydirectout_assemble()
1075 append_simple ( in, "ADDRESS", "address", out, &status ); in bibentrydirectout_assemble()
1076 append_simple ( in, "VOLUME", "volume", out, &status ); in bibentrydirectout_assemble()
1080 append_simple ( in, "CONTENTS", "contents", out, &status ); in bibentrydirectout_assemble()
1081 append_simple ( in, "ABSTRACT", "abstract", out, &status ); in bibentrydirectout_assemble()
1082 append_simple ( in, "LOCATION", "location", out, &status ); in bibentrydirectout_assemble()
[all …]
H A Dbiblatexout.c246 append_simple( fields *in, char *intag, char *outtag, fields *out, int *status ) in append_simple() function
781 append_simple ( in, "SHORTTITLE", "shorttitle", out, &status ); in biblatexout_assemble()
783 append_simple ( in, "EDITION", "edition", out, &status ); in biblatexout_assemble()
784 append_simple ( in, "PUBLISHER", "publisher", out, &status ); in biblatexout_assemble()
785 append_simple ( in, "ADDRESS", "address", out, &status ); in biblatexout_assemble()
786 append_simple ( in, "EDITION", "version", out, &status ); in biblatexout_assemble()
787 append_simple ( in, "PART", "part", out, &status ); in biblatexout_assemble()
788 append_simple ( in, "VOLUME", "volume", out, &status ); in biblatexout_assemble()
792 append_simple ( in, "LANGCATALOG", "hyphenation", out, &status ); in biblatexout_assemble()
793 append_simple ( in, "CONTENTS", "contents", out, &status ); in biblatexout_assemble()
[all …]
H A Dbibentryout.c958 append_simple ( in, "EDITION", "edition", out, &status ); in bibentryout_assemble()
967 append_simple ( in, "ADDRESS", "address", out, &status ); in bibentryout_assemble()
968 append_simple ( in, "VOLUME", "volume", out, &status ); in bibentryout_assemble()
972 append_simple ( in, "CONTENTS", "contents", out, &status ); in bibentryout_assemble()
973 append_simple ( in, "ABSTRACT", "abstract", out, &status ); in bibentryout_assemble()
974 append_simple ( in, "LOCATION", "location", out, &status ); in bibentryout_assemble()
975 append_simple ( in, "DEGREEGRANTOR", "school", out, &status ); in bibentryout_assemble()
976 append_simple ( in, "DEGREEGRANTOR:ASIS", "school", out, &status ); in bibentryout_assemble()
977 append_simple ( in, "DEGREEGRANTOR:CORP", "school", out, &status ); in bibentryout_assemble()
980 append_simple ( in, "ISBN", "isbn", out, &status ); in bibentryout_assemble()
[all …]
H A Dbibtexout.c752 append_simple ( in, "EDITION", "edition", out, &status ); in bibtexout_assemble()
753 append_simple ( in, "PUBLISHER", "publisher", out, &status ); in bibtexout_assemble()
754 append_simple ( in, "ADDRESS", "address", out, &status ); in bibtexout_assemble()
755 append_simple ( in, "VOLUME", "volume", out, &status ); in bibtexout_assemble()
759 append_simple ( in, "CONTENTS", "contents", out, &status ); in bibtexout_assemble()
760 append_simple ( in, "ABSTRACT", "abstract", out, &status ); in bibtexout_assemble()
761 append_simple ( in, "LOCATION", "location", out, &status ); in bibtexout_assemble()
762 append_simple ( in, "DEGREEGRANTOR", "school", out, &status ); in bibtexout_assemble()
763 append_simple ( in, "DEGREEGRANTOR:ASIS", "school", out, &status ); in bibtexout_assemble()
764 append_simple ( in, "DEGREEGRANTOR:CORP", "school", out, &status ); in bibtexout_assemble()
[all …]
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/lib/
H A Dbiblatexout.c242 append_simple( fields *in, char *intag, char *outtag, fields *out, int *status ) in append_simple() function
777 append_simple ( in, "SHORTTITLE", "shorttitle", out, &status ); in biblatexout_assemble()
779 append_simple ( in, "EDITION", "edition", out, &status ); in biblatexout_assemble()
780 append_simple ( in, "PUBLISHER", "publisher", out, &status ); in biblatexout_assemble()
781 append_simple ( in, "ADDRESS", "address", out, &status ); in biblatexout_assemble()
782 append_simple ( in, "EDITION", "version", out, &status ); in biblatexout_assemble()
783 append_simple ( in, "PART", "part", out, &status ); in biblatexout_assemble()
784 append_simple ( in, "VOLUME", "volume", out, &status ); in biblatexout_assemble()
788 append_simple ( in, "LANGCATALOG", "hyphenation", out, &status ); in biblatexout_assemble()
789 append_simple ( in, "CONTENTS", "contents", out, &status ); in biblatexout_assemble()
[all …]
H A Dbibtexout.c748 append_simple ( in, "EDITION", "edition", out, &status ); in bibtexout_assemble()
749 append_simple ( in, "PUBLISHER", "publisher", out, &status ); in bibtexout_assemble()
750 append_simple ( in, "ADDRESS", "address", out, &status ); in bibtexout_assemble()
751 append_simple ( in, "VOLUME", "volume", out, &status ); in bibtexout_assemble()
755 append_simple ( in, "CONTENTS", "contents", out, &status ); in bibtexout_assemble()
756 append_simple ( in, "ABSTRACT", "abstract", out, &status ); in bibtexout_assemble()
757 append_simple ( in, "LOCATION", "location", out, &status ); in bibtexout_assemble()
758 append_simple ( in, "DEGREEGRANTOR", "school", out, &status ); in bibtexout_assemble()
759 append_simple ( in, "DEGREEGRANTOR:ASIS", "school", out, &status ); in bibtexout_assemble()
760 append_simple ( in, "DEGREEGRANTOR:CORP", "school", out, &status ); in bibtexout_assemble()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Ditem_jsonfunc.cc51 static bool append_simple(String *s, const char *a, size_t a_len) in append_simple() function
65 return append_simple(s, (const char *) a, a_len); in append_simple()
187 append_simple(nice_js, key_start, key_end - key_start); in json_nice()
208 if (append_simple(nice_js, je->value_begin, in json_nice()
2209 if (append_simple(str, beg, end-beg)) in copy_value_patch()
2883 append_simple(str, v_to, js->end() - v_to)) in val_str()
2924 append_simple(str, v_to, js->end() - v_to)) in val_str()
2946 if (append_simple(str, js->ptr(), v_to - js->ptr()) || in val_str()
3133 append_simple(str, rem_end, js->end() - rem_end)) in val_str()
3289 append_simple(str, key_start, key_len) || in val_str()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Ditem_jsonfunc.cc51 static bool append_simple(String *s, const char *a, size_t a_len) in append_simple() function
65 return append_simple(s, (const char *) a, a_len); in append_simple()
187 append_simple(nice_js, key_start, key_end - key_start); in json_nice()
208 if (append_simple(nice_js, je->value_begin, in json_nice()
2267 if (append_simple(str, beg, end-beg)) in copy_value_patch()
2941 append_simple(str, v_to, js->end() - v_to)) in val_str()
2982 append_simple(str, v_to, js->end() - v_to)) in val_str()
3004 if (append_simple(str, js->ptr(), v_to - js->ptr()) || in val_str()
3191 append_simple(str, rem_end, js->end() - rem_end)) in val_str()
3347 append_simple(str, key_start, key_len) || in val_str()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Ditem_jsonfunc.cc51 static bool append_simple(String *s, const char *a, size_t a_len) in append_simple() function
65 return append_simple(s, (const char *) a, a_len); in append_simple()
187 append_simple(nice_js, key_start, key_end - key_start); in json_nice()
208 if (append_simple(nice_js, je->value_begin, in json_nice()
2202 if (append_simple(str, beg, end-beg)) in copy_value_patch()
2876 append_simple(str, v_to, js->end() - v_to)) in val_str()
2917 append_simple(str, v_to, js->end() - v_to)) in val_str()
2939 if (append_simple(str, js->ptr(), v_to - js->ptr()) || in val_str()
3126 append_simple(str, rem_end, js->end() - rem_end)) in val_str()
3282 append_simple(str, key_start, key_len) || in val_str()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Ditem_jsonfunc.cc51 static bool append_simple(String *s, const char *a, size_t a_len) in append_simple() function
65 return append_simple(s, (const char *) a, a_len); in append_simple()
187 append_simple(nice_js, key_start, key_end - key_start); in json_nice()
208 if (append_simple(nice_js, je->value_begin, in json_nice()
2202 if (append_simple(str, beg, end-beg)) in copy_value_patch()
2876 append_simple(str, v_to, js->end() - v_to)) in val_str()
2917 append_simple(str, v_to, js->end() - v_to)) in val_str()
2939 if (append_simple(str, js->ptr(), v_to - js->ptr()) || in val_str()
3126 append_simple(str, rem_end, js->end() - rem_end)) in val_str()
3282 append_simple(str, key_start, key_len) || in val_str()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Ditem_jsonfunc.cc51 static bool append_simple(String *s, const char *a, size_t a_len) in append_simple() function
65 return append_simple(s, (const char *) a, a_len); in append_simple()
187 append_simple(nice_js, key_start, key_end - key_start); in json_nice()
208 if (append_simple(nice_js, je->value_begin, in json_nice()
2209 if (append_simple(str, beg, end-beg)) in copy_value_patch()
2883 append_simple(str, v_to, js->end() - v_to)) in val_str()
2924 append_simple(str, v_to, js->end() - v_to)) in val_str()
2946 if (append_simple(str, js->ptr(), v_to - js->ptr()) || in val_str()
3133 append_simple(str, rem_end, js->end() - rem_end)) in val_str()
3289 append_simple(str, key_start, key_len) || in val_str()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Ditem_jsonfunc.cc51 static bool append_simple(String *s, const char *a, size_t a_len) in append_simple() function
65 return append_simple(s, (const char *) a, a_len); in append_simple()
187 append_simple(nice_js, key_start, key_end - key_start); in json_nice()
208 if (append_simple(nice_js, je->value_begin, in json_nice()
2267 if (append_simple(str, beg, end-beg)) in copy_value_patch()
2941 append_simple(str, v_to, js->end() - v_to)) in val_str()
2982 append_simple(str, v_to, js->end() - v_to)) in val_str()
3004 if (append_simple(str, js->ptr(), v_to - js->ptr()) || in val_str()
3191 append_simple(str, rem_end, js->end() - rem_end)) in val_str()
3347 append_simple(str, key_start, key_len) || in val_str()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/torture/
H A Dpr38948.c29 append_simple (const byte * glyph, const gs_matrix_fixed * pmat, void * ppath) in append_simple() function
92 return append_simple (glyph_string.data, pmat, ppath); in append_outline()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/torture/
H A Dpr38948.c28 append_simple (const byte * glyph, const gs_matrix_fixed * pmat, void * ppath) in append_simple() function
90 return append_simple (glyph_string.data, pmat, ppath); in append_outline()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/torture/
H A Dpr38948.c29 append_simple (const byte * glyph, const gs_matrix_fixed * pmat, void * ppath) in append_simple() function
92 return append_simple (glyph_string.data, pmat, ppath); in append_outline()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/torture/
H A Dpr38948.c28 append_simple (const byte * glyph, const gs_matrix_fixed * pmat, void * ppath) in append_simple() function
91 return append_simple (glyph_string.data, pmat, ppath); in append_outline()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr38948.c29 append_simple (const byte * glyph, const gs_matrix_fixed * pmat, void * ppath) in append_simple() function
92 return append_simple (glyph_string.data, pmat, ppath); in append_outline()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr38948.c29 append_simple (const byte * glyph, const gs_matrix_fixed * pmat, void * ppath) in append_simple() function
92 return append_simple (glyph_string.data, pmat, ppath); in append_outline()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr38948.c29 append_simple (const byte * glyph, const gs_matrix_fixed * pmat, void * ppath) in append_simple() function
92 return append_simple (glyph_string.data, pmat, ppath); in append_outline()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/torture/
H A Dpr38948.c29 append_simple (const byte * glyph, const gs_matrix_fixed * pmat, void * ppath) in append_simple() function
92 return append_simple (glyph_string.data, pmat, ppath); in append_outline()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/torture/
H A Dpr38948.c28 append_simple (const byte * glyph, const gs_matrix_fixed * pmat, void * ppath) in append_simple() function
90 return append_simple (glyph_string.data, pmat, ppath); in append_outline()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/torture/
H A Dpr38948.c29 append_simple (const byte * glyph, const gs_matrix_fixed * pmat, void * ppath) in append_simple() function
92 return append_simple (glyph_string.data, pmat, ppath); in append_outline()

12