Home
last modified time | relevance | path

Searched refs:MAX_CHARS (Results 1 – 25 of 233) sorted by relevance

12345678910

/dports/net-mgmt/nrpe3/nrpe-nrpe-3.2.1/contrib/
H A Dnrpe_check_control.c5 #define MAX_CHARS 1024 macro
13 char check_name[MAX_CHARS]; in main()
14 char ent_type[MAX_CHARS]; in main()
15 char input_buffer[MAX_CHARS]; in main()
16 char host_name[MAX_CHARS]; in main()
17 char service_name[MAX_CHARS]; in main()
18 char state[MAX_CHARS]; in main()
19 char state_type[MAX_CHARS]; in main()
20 char temp_input[MAX_CHARS]; in main()
21 char temp_string[MAX_CHARS]; in main()
[all …]
/dports/games/mangband/mangband-1.5.3/src/client/
H A Dc-variable.c5 char nick[MAX_CHARS];
6 char pass[MAX_CHARS];
8 char real_name[MAX_CHARS];
10 char server_name[MAX_CHARS];
19 char floor_name[MAX_CHARS]; /* Client-side copy of floor item */
20 char floor_name_one[MAX_CHARS]; /* Client-side copy of floor item (singular) */
34 char store_owner_name[MAX_CHARS]; /* Shop owner name */
35 char store_name[MAX_CHARS]; /* Shop name */
41 char spell_info[26][SPELLS_PER_BOOK+1][MAX_CHARS]; /* Spell information */
106 char special_line_header[MAX_CHARS];
[all …]
H A Dnet-client.c513 name[MAX_CHARS]; in recv_store()
581 char buf[MAX_CHARS]; in recv_confirm_request()
722 char name[MAX_CHARS]; in recv_struct_info()
948 char desc[MAX_CHARS]; in recv_option_info()
949 char name[MAX_CHARS]; in recv_option_info()
1051 char buf[MAX_CHARS]; in recv_indicator_str()
1084 char mark[MAX_CHARS]; in recv_indicator_info()
1641 char buf[MAX_CHARS]; in recv_term_header()
1745 name[MAX_CHARS]; in recv_channel()
1786 mesg[MAX_CHARS]; in recv_message_repeat()
[all …]
H A Dc-externs.h44 extern char nick[MAX_CHARS];
45 extern char pass[MAX_CHARS];
47 extern char real_name[MAX_CHARS];
49 extern char server_name[MAX_CHARS];
58 extern char floor_name[MAX_CHARS];
59 extern char floor_name_one[MAX_CHARS];
73 extern char store_owner_name[MAX_CHARS];
74 extern char store_name[MAX_CHARS];
77 extern char store_names[STORE_INVEN_MAX][MAX_CHARS];
140 extern char special_line_header[MAX_CHARS];
[all …]
/dports/games/xpilot/xpilot-4.5.5/src/client/
H A Dclient.h123 char name[MAX_CHARS];
124 char real[MAX_CHARS];
125 char host[MAX_CHARS];
166 hud_msg[MAX_CHARS+10];
275 extern char mods[MAX_CHARS]; /* Current modifiers in effect */
285 extern char name[MAX_CHARS]; /* Nick-name of player */
286 extern char realname[MAX_CHARS]; /* Real name of player */
287 extern char servername[MAX_CHARS]; /* Name of server connecting to */
307 extern char sounds[MAX_CHARS]; /* audio mappings */
308 extern char audioServer[MAX_CHARS]; /* audio server */
H A Dtalk.c75 static char talk_str[MAX_CHARS];
379 char new_str[MAX_CHARS]; in Talk_delete_emphasized_text()
387 strlcpy(new_str, talk_str, MAX_CHARS); in Talk_delete_emphasized_text()
429 strlcpy(talk_str, new_str, MAX_CHARS); in Talk_delete_emphasized_text()
438 char new_str[MAX_CHARS]; in Talk_do_event()
768 MAX_CHARS - talk_cursor.point); in Talk_do_event()
778 MAX_CHARS); in Talk_do_event()
793 MAX_CHARS - talk_cursor.point); in Talk_do_event()
808 MAX_CHARS); in Talk_do_event()
853 if (oldlen >= MAX_CHARS - 2 in Talk_do_event()
[all …]
/dports/devel/love07/love-HEAD/src/modules/graphics/opengl/
H A DFont.h58 static const unsigned int MAX_CHARS = 256;
60 int widths[MAX_CHARS];
62 int spacing[MAX_CHARS];
64 int bearingX[MAX_CHARS];
66 int bearingY[MAX_CHARS];
H A DFont.cpp37 glyphs = new Glyph*[MAX_CHARS]; in Font()
41 for(unsigned int i = 0; i < MAX_CHARS; i++) in Font()
56 for(unsigned int i = 0; i < MAX_CHARS; i++) in ~Font()
185 for(unsigned int i = 0; i < MAX_CHARS; i++) in loadVolatile()
198 glDeleteLists(list, MAX_CHARS); in unloadVolatile()
/dports/devel/love07/love-HEAD/src/modules/font/
H A DImageRasterizer.cpp41 positions = new unsigned int[MAX_CHARS]; in ImageRasterizer()
42 memset(positions, 0, MAX_CHARS*4); in ImageRasterizer()
43 widths = new unsigned int[MAX_CHARS]; in ImageRasterizer()
44 memset(widths, 0, MAX_CHARS*4); in ImageRasterizer()
45 spacing = new unsigned int[MAX_CHARS]; in ImageRasterizer()
46 memset(spacing, 0, MAX_CHARS*4); in ImageRasterizer()
105 if(i >= MAX_CHARS) in load()
H A DFontData.cpp32 data = new GlyphData *[MAX_CHARS]; in FontData()
33 for (unsigned int i = 0; i < MAX_CHARS; i++) { in FontData()
40 for (unsigned int i = 0; i < MAX_CHARS; i++) { in ~FontData()
53 return MAX_CHARS; in getSize()
/dports/devel/love08/love-0.8.0/src/modules/font/
H A DImageRasterizer.cpp41 positions = new unsigned int[MAX_CHARS]; in ImageRasterizer()
42 memset(positions, 0, MAX_CHARS*4); in ImageRasterizer()
43 widths = new unsigned int[MAX_CHARS]; in ImageRasterizer()
44 memset(widths, 0, MAX_CHARS*4); in ImageRasterizer()
45 spacing = new unsigned int[MAX_CHARS]; in ImageRasterizer()
46 memset(spacing, 0, MAX_CHARS*4); in ImageRasterizer()
105 if (i >= MAX_CHARS) in load()
/dports/devel/love5/love-0.5-0/src/opengl/
H A DTrueTypeFont.cpp65 expandedData[2 * (i + j * w)] = MAX_CHARS-1; in createList()
182 textures = (unsigned int *)(new GLuint[MAX_CHARS]); in loadVolatile()
183 for(unsigned int i = 0; i != MAX_CHARS; i++) widths[i] = 0; in loadVolatile()
199 list = glGenLists(MAX_CHARS); in loadVolatile()
200 glGenTextures(MAX_CHARS, (GLuint*)textures); in loadVolatile()
201 for(unsigned short i = 0; i < MAX_CHARS; i++) in loadVolatile()
216 glDeleteLists(list, MAX_CHARS); in unloadVolatile()
218 glDeleteTextures(MAX_CHARS, (const GLuint*)textures); in unloadVolatile()
H A DImageFont.cpp76 for(unsigned int i = 0; i < MAX_CHARS; i++) positions[i] = -1; in loadVolatile()
102 if((unsigned int)glyphs[current] > MAX_CHARS) in loadVolatile()
119 if((unsigned int)spacing[current] > MAX_CHARS) in loadVolatile()
163 list = glGenLists(MAX_CHARS); in loadVolatile()
165 for(unsigned int i = 0; i < MAX_CHARS; i++) in loadVolatile()
185 glDeleteLists(list, MAX_CHARS); in unloadVolatile()
H A DFont.h34 static const unsigned int MAX_CHARS = 256;
36 int widths[MAX_CHARS];
37 int spacing[MAX_CHARS];
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dvariable.c7 char meta_address[MAX_CHARS] = "";
8 char nick[MAX_CHARS] = "";
9 char pass[MAX_CHARS] = "";
10 char svname[MAX_CHARS] = "";
12 char real_name[MAX_CHARS] = "";
13 char server_name[MAX_CHARS] = "";
15 char cname[MAX_CHARS] = "";
72 char location_name2[MAX_CHARS];
292 char depth_name[MAX_CHARS];
396 char macro_trigger_exclusive[MAX_CHARS];
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/
H A Dclientcommand.c42 char buffer[MAX_CHARS] = ""; in print_ignorelist()
49 > MAX_CHARS) { in print_ignorelist()
59 if (strlen(buffer) + strlen(Others[i].nick_name) + 18 > MAX_CHARS) { in print_ignorelist()
83 char message[MAX_CHARS] = ""; in print_help()
184 char str[MAX_CHARS]; in executeCommand()
194 strlcpy(str, talk_str, MAX_CHARS); in executeCommand()
/dports/emulators/stella/stella-6.6/src/gui/
H A DWhatsNewDialog.cxx24 constexpr int MAX_CHARS = 64; // maximum number of chars per line variable
45 setSize(MAX_CHARS * fontWidth + HBORDER * 2, max_h, in WhatsNewDialog()
92 setSize(MAX_CHARS * fontWidth + HBORDER * 2, ypos, max_w, max_h); in WhatsNewDialog()
113 while(txt.length() > MAX_CHARS) in add()
115 int i = MAX_CHARS; in add()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/hyphenation/
H A Dhyphen.c51 char hyphenated_word[2*MAX_CHARS] = {0}, hyphens[MAX_CHARS * 3] = {0}, *word_str; in simple_hyphenate()
60 if (wd_size >= MAX_CHARS) { in simple_hyphenate()
61 …d to be hyphenated (%s) may have at most %u characters, has %zu.", word_str, MAX_CHARS-1, wd_size); in simple_hyphenate()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/x11/
H A Dtalk.c47 static char talk_str[MAX_CHARS];
228 strlcpy(msg_set[0], message, MAX_CHARS); in Add_msg_to_history()
298 char new_str[MAX_CHARS]; in Talk_delete_emphasized_text()
305 strlcpy(new_str, talk_str, MAX_CHARS); in Talk_delete_emphasized_text()
344 strlcpy(talk_str, new_str, MAX_CHARS); in Talk_delete_emphasized_text()
353 char new_str[MAX_CHARS]; in Talk_do_event()
672 MAX_CHARS - talk_cursor.point); in Talk_do_event()
682 MAX_CHARS); in Talk_do_event()
697 MAX_CHARS - talk_cursor.point); in Talk_do_event()
745 if (oldlen >= MAX_CHARS - 2 in Talk_do_event()
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Dgottlieb.c16 #define MAX_CHARS 256 macro
100 if ((dirtycharacter = (unsigned char*)malloc(MAX_CHARS)) == 0) in gottlieb_vh_start()
108 memset(dirtycharacter,0,MAX_CHARS); in gottlieb_vh_start()
224 memset(dirtycharacter,0,MAX_CHARS); in gottlieb_vh_screenrefresh()
/dports/games/xpilot/xpilot-4.5.5/src/server/
H A Dcontact.c304 real_name[MAX_CHARS], in Contact()
305 disp_name[MAX_CHARS], in Contact()
306 nick_name[MAX_CHARS], in Contact()
307 host_name[MAX_CHARS], in Contact()
619 char value[MAX_CHARS]; in Contact()
837 char real_name[MAX_CHARS];
838 char nick_name[MAX_CHARS];
839 char disp_name[MAX_CHARS];
840 char host_name[MAX_CHARS];
1064 strlcpy(qp->real_name, real, MAX_CHARS); in Queue_player()
[all …]
/dports/textproc/p5-PPI/PPI-1.270/t/
H A D21_exhaustive.t16 my ( $MAX_CHARS, $ITERATIONS, $LENGTH ) = ( 2, 1000, 190 );
54 plan tests => ($MAX_CHARS + $ITERATIONS + @FAILURES + ($ENV{AUTHOR_TESTING} ? 1 : 0));
64 foreach my $len ( 1 .. $MAX_CHARS ) {
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/NT/
H A Dwintalk.c41 static char talk_str[MAX_CHARS];
197 char new_str[MAX_CHARS]; in Talk_delete_emphasized_text()
267 int max_len = MAX_CHARS - 2; /* absolute max */ in Talk_paste()
273 char paste_buf[MAX_CHARS - 2]; /* gets the XBuffer */ in Talk_paste()
274 char tmp_str[MAX_CHARS - 2]; in Talk_paste()
275 char talk_backup[MAX_CHARS - 2]; /* no 'collision' with data */ in Talk_paste()
/dports/games/xpilot/xpilot-4.5.5/src/client/NT/
H A Dwintalk.c67 static char talk_str[MAX_CHARS];
224 char new_str[MAX_CHARS]; in Talk_delete_emphasized_text()
293 int max_len = MAX_CHARS - 2; /* absolute max */ in Talk_paste()
299 char paste_buf[MAX_CHARS -2]; /* gets the XBuffer */ in Talk_paste()
300 char tmp_str[MAX_CHARS - 2]; in Talk_paste()
301 char talk_backup[MAX_CHARS - 2]; /* no `collision' with data */ in Talk_paste()
/dports/audio/lv2/lv2-1.18.2/lv2/atom/
H A Dforge-overflow-test.c29 #define MAX_CHARS 15 in test_string_overflow() macro
31 static const size_t capacity = sizeof(LV2_Atom_String) + MAX_CHARS + 1; in test_string_overflow()
40 for (size_t count = 0; count < MAX_CHARS; ++count) { in test_string_overflow()
50 if (lv2_atom_forge_string(&forge, str, MAX_CHARS + 1)) { in test_string_overflow()

12345678910