Home
last modified time | relevance | path

Searched refs:MAXLABELLEN (Results 1 – 25 of 28) sorted by relevance

12

/dports/games/lbreakout2/lbreakout2-2.6.5/client/
H A Dsetselect.c47 #define MAXLABELLEN 24 macro
48 char label[MAXLABELLEN];
274 snprintf(btn->label, MAXLABELLEN, "%s", in update_select_buttons()
351 snprintf(sb->label,MAXLABELLEN,_("...Previous Page...")); in setselect_create()
354 snprintf(sb->label,MAXLABELLEN,_("...Next Page...")); in setselect_create()
358 snprintf(sb->label,MAXLABELLEN,_("Back To Menu")); in setselect_create()
362 snprintf(sb->label,MAXLABELLEN,_("<not set>")); in setselect_create()
/dports/net/openmdns/mdnsd-0.7/mdnsd/
H A Dmdns.h70 #define MAXLABELLEN 64 macro
126 char app[MAXLABELLEN];
H A Dpacket.c863 char label[MAXLABELLEN]; in pkt_parse_dname()
919 lablen > MAXLABELLEN - 1) { in pkt_parse_dname()
H A Dmdns.c1105 char myname[MAXLABELLEN], *cp; in pge_new_workstation()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dm32script.h71 #define MAXLABELLEN 32 macro
109 MAXVARLABEL = MAXLABELLEN, //26,
/dports/lang/swi-pl/swipl-8.2.3/src/win32/console/
H A Dmenu.h39 #define MAXLABELLEN 256 /* max length of menu-item label */ macro
H A Dmenu.c168 TCHAR nbuf[MAXLABELLEN]; in findPopup()
/dports/dns/nsd/nsd-4.3.9/
H A Ddname.c209 if (label_length > MAXLABELLEN) { in dname_parse_wire()
241 if (label_length > MAXLABELLEN) { in dname_parse_wire()
445 uint8_t temp[MAXLABELLEN + 2]; in dname_make_from_label()
447 assert(length > 0 && length <= MAXLABELLEN); in dname_make_from_label()
H A Ddns.h179 #define MAXLABELLEN 63 macro
H A Dzparser.y264 if ($1.len > MAXLABELLEN) {
265 zc_error("label exceeds %d character limit", MAXLABELLEN);
363 if ($1.len > MAXLABELLEN)
364 zc_error("label exceeds %d character limit", MAXLABELLEN);
H A Dzparser.c2335 if ((yyvsp[0].data).len > MAXLABELLEN) { in yyparse()
2336 zc_error("label exceeds %d character limit", MAXLABELLEN); in yyparse()
2448 if ((yyvsp[0].data).len > MAXLABELLEN) in yyparse()
2449 zc_error("label exceeds %d character limit", MAXLABELLEN); in yyparse()
/dports/lang/yap/yap-6.2.2/LGPL/swi_console/
H A Dmenu.h29 #define MAXLABELLEN 256 /* max length of menu-item label */ macro
H A Dmenu.c157 TCHAR nbuf[MAXLABELLEN]; in findPopup()
/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dm32def.cpp91 static char tlabel[MAXLABELLEN];
92 static char tlabel2[MAXLABELLEN];
778 if (i < MAXLABELLEN-1) in C_GetNextLabelName()
806 label = (char *)Xrealloc(label, 2*label_allocsize*MAXLABELLEN*sizeof(char)); in C_CopyLabel()
813 Bmemcpy(label+(g_numLabels*MAXLABELLEN), tlabel, MAXLABELLEN); in C_CopyLabel()
1178 Bmemcpy(tlabel2, tlabel, MAXLABELLEN); in C_GetNextVarType()
1289 …_CUSTOMERROR("label %s=%d not suitable as array index. (max: 65535)", label+(id*MAXLABELLEN), num); in C_GetNextVarType()
1704 hash_add(&h_labels, label+(g_numLabels*MAXLABELLEN), g_numLabels, 0); in C_ParseCommand()
3476 Bstrcpy(label+(g_numLabels*MAXLABELLEN), lLabel); in C_AddDefinition()
3477 hash_add(&h_labels, label+(g_numLabels*MAXLABELLEN), g_numLabels, 0); in C_AddDefinition()
[all …]
H A Dm32def.h67 char name[MAXLABELLEN];
H A Dm32exec.cpp175 message("ERROR executing %s. Event disabled.", label+(iEventID*MAXLABELLEN)); in VM_OnEvent()
/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dm32def.cpp91 static char tlabel[MAXLABELLEN];
92 static char tlabel2[MAXLABELLEN];
779 if (i < MAXLABELLEN-1) in C_GetNextLabelName()
807 label = (char *)Xrealloc(label, 2*label_allocsize*MAXLABELLEN*sizeof(char)); in C_CopyLabel()
814 Bmemcpy(label+(g_numLabels*MAXLABELLEN), tlabel, MAXLABELLEN); in C_CopyLabel()
1179 Bmemcpy(tlabel2, tlabel, MAXLABELLEN); in C_GetNextVarType()
1290 …_CUSTOMERROR("label %s=%d not suitable as array index. (max: 65535)", label+(id*MAXLABELLEN), num); in C_GetNextVarType()
1708 hash_add(&h_labels, label+(g_numLabels*MAXLABELLEN), g_numLabels, 0); in C_ParseCommand()
3481 Bstrcpy(label+(g_numLabels*MAXLABELLEN), lLabel); in C_AddDefinition()
3482 hash_add(&h_labels, label+(g_numLabels*MAXLABELLEN), g_numLabels, 0); in C_AddDefinition()
[all …]
H A Dm32def.h67 char name[MAXLABELLEN];
H A Dm32exec.cpp175 message("ERROR executing %s. Event disabled.", label+(iEventID*MAXLABELLEN)); in VM_OnEvent()
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dm32def.cpp89 static char tlabel[MAXLABELLEN];
90 static char tlabel2[MAXLABELLEN];
774 if (i < MAXLABELLEN-1) in C_GetNextLabelName()
802 label = (char *)Xrealloc(label, 2*label_allocsize*MAXLABELLEN*sizeof(char)); in C_CopyLabel()
809 Bmemcpy(label+(g_numLabels*MAXLABELLEN), tlabel, MAXLABELLEN); in C_CopyLabel()
1174 Bmemcpy(tlabel2, tlabel, MAXLABELLEN); in C_GetNextVarType()
1285 …_CUSTOMERROR("label %s=%d not suitable as array index. (max: 65535)", label+(id*MAXLABELLEN), num); in C_GetNextVarType()
1700 hash_add(&h_labels, label+(g_numLabels*MAXLABELLEN), g_numLabels, 0); in C_ParseCommand()
3470 Bstrcpy(label+(g_numLabels*MAXLABELLEN), lLabel); in C_AddDefinition()
3471 hash_add(&h_labels, label+(g_numLabels*MAXLABELLEN), g_numLabels, 0); in C_AddDefinition()
[all …]
H A Dm32def.h67 char name[MAXLABELLEN];
H A Dm32exec.cpp175 message("ERROR executing %s. Event disabled.", label+(iEventID*MAXLABELLEN)); in VM_OnEvent()
/dports/dns/opendnssec2/opendnssec-2.1.10/signer/src/wire/
H A Dbuffer.h45 #define MAXLABELLEN 63 macro
H A Dxfrd.c120 if (label_length > MAXLABELLEN) { in xfrd_recover_dname()
151 if (label_length > MAXLABELLEN) { in xfrd_recover_dname()
/dports/net/openmdns/mdnsd-0.7/mdnsctl/
H A Dmdnsl.c429 char app[MAXLABELLEN]; in mdns_handle_browse()

12