Home
last modified time | relevance | path

Searched refs:INTLEN (Results 1 – 16 of 16) sorted by relevance

/dports/audio/libmpdclient/libmpdclient-2.20/src/
H A Dsend.c146 char arg_string[INTLEN]; in mpd_send_int_command()
156 char arg1_string[INTLEN], arg2_string[INTLEN]; in mpd_send_int2_command()
168 char arg1_string[INTLEN], arg2_string[INTLEN], arg3_string[INTLEN]; in mpd_send_int3_command()
191 char arg1_string[INTLEN]; in mpd_send_u_command()
214 char arg1_string[INTLEN]; in mpd_send_u_s_command()
225 char arg1_string[INTLEN]; in mpd_send_u_s_s_command()
244 char arg2_string[INTLEN]; in mpd_send_s_u_command()
255 char arg3_string[INTLEN]; in mpd_send_s_s_u_command()
301 char arg1_string[INTLEN + 1], arg2_string[INTLEN * 2 + 1]; in mpd_send_i_range_command()
314 char arg1_string[INTLEN + 1], arg2_string[INTLEN * 2 + 1]; in mpd_send_u_range_command()
[all …]
/dports/japanese/sj3-lib/sj3-2.0.1.20/sj3lib/
H A Dlevel1.c91 static int INTLEN = sizeof(int); variable
503 if (datalen <= (buflen = BUFFER_SIZE - CMDLEN - INTLEN)) { in put_flush()
518 if (datalen <= (buflen = BUFFER_SIZE - CMDLEN - INTLEN)) { in put_flush()
983 datalen = yomilen + kanjilen + INTLEN; in sj3_tango_touroku()
990 if (datalen <= (buflen = BUFFER_SIZE - CMDLEN -INTLEN)) { in sj3_tango_touroku()
1014 datalen = yomilen + kanjilen + INTLEN; in sj3_tango_sakujo()
1113 datalen = pathlen + INTLEN + INTLEN + INTLEN; in sj3_make_dict_file()
1124 (u_char *)&idxlen, INTLEN, put_ndata, (u_char *)&seglen, INTLEN, /* XXX */ in sj3_make_dict_file()
1144 datalen = pathlen + INTLEN + INTLEN + INTLEN; in sj3_make_study_file()
1155 (u_char *)&stynum, INTLEN, put_ndata, (u_char *)&clstep, INTLEN, /* XXX */ in sj3_make_study_file()
[all …]
/dports/audio/gbemol/gbemol-0.3.2/src/
H A Dlibmpdclient.c123 char service[INTLEN+1]; in mpd_connect()
1382 int len = strlen("delete")+2+INTLEN+3; in mpd_sendDeleteCommand()
1450 int len = strlen("play")+2+INTLEN+3; in mpd_sendPlayCommand()
1470 int len = strlen("pause")+2+INTLEN+3; in mpd_sendPauseCommand()
1482 int len = strlen("move")+2+INTLEN+3+INTLEN+3; in mpd_sendMoveCommand()
1490 int len = strlen("moveid")+2+INTLEN+3+INTLEN+3; in mpd_sendMoveIdCommand()
1498 int len = strlen("swap")+2+INTLEN+3+INTLEN+3; in mpd_sendSwapCommand()
1506 int len = strlen("swapid")+2+INTLEN+3+INTLEN+3; in mpd_sendSwapIdCommand()
1514 int len = strlen("seek")+2+INTLEN+3+INTLEN+3; in mpd_sendSeekCommand()
1522 int len = strlen("seekid")+2+INTLEN+3+INTLEN+3; in mpd_sendSeekIdCommand()
[all …]
/dports/audio/libmpd/libmpd-11.8.17/src/
H A Dlibmpdclient.c177 char service[INTLEN+1]; in mpd_connect()
1479 int len = strlen("delete")+2+INTLEN+3; in mpd_sendDeleteCommand()
1547 int len = strlen("play")+2+INTLEN+3; in mpd_sendPlayCommand()
1567 int len = strlen("pause")+2+INTLEN+3; in mpd_sendPauseCommand()
1579 int len = strlen("move")+2+INTLEN+3+INTLEN+3; in mpd_sendMoveCommand()
1587 int len = strlen("moveid")+2+INTLEN+3+INTLEN+3; in mpd_sendMoveIdCommand()
1595 int len = strlen("swap")+2+INTLEN+3+INTLEN+3; in mpd_sendSwapCommand()
1603 int len = strlen("swapid")+2+INTLEN+3+INTLEN+3; in mpd_sendSwapIdCommand()
1611 int len = strlen("seek")+2+INTLEN+3+INTLEN+3; in mpd_sendSeekCommand()
1619 int len = strlen("seekid")+2+INTLEN+3+INTLEN+3; in mpd_sendSeekIdCommand()
[all …]
/dports/audio/ario/ario-1.6/src/lib/
H A Dlibmpdclient.c137 char service[INTLEN+1]; in mpd_connect()
1427 int len = strlen("delete")+2+INTLEN+3; in mpd_sendDeleteCommand()
1495 int len = strlen("play")+2+INTLEN+3; in mpd_sendPlayCommand()
1515 int len = strlen("pause")+2+INTLEN+3; in mpd_sendPauseCommand()
1527 int len = strlen("move")+2+INTLEN+3+INTLEN+3; in mpd_sendMoveCommand()
1535 int len = strlen("moveid")+2+INTLEN+3+INTLEN+3; in mpd_sendMoveIdCommand()
1543 int len = strlen("swap")+2+INTLEN+3+INTLEN+3; in mpd_sendSwapCommand()
1551 int len = strlen("swapid")+2+INTLEN+3+INTLEN+3; in mpd_sendSwapIdCommand()
1559 int len = strlen("seek")+2+INTLEN+3+INTLEN+3; in mpd_sendSeekCommand()
1567 int len = strlen("seekid")+2+INTLEN+3+INTLEN+3; in mpd_sendSeekIdCommand()
[all …]
/dports/audio/ario/ario-1.6/src/
H A Dario-util.h28 #define INTLEN (sizeof(int) * CHAR_BIT + 1) / 3 + 1 macro
31 #define ARIO_MAX_TIME_SIZE 3*INTLEN+2
34 #define ARIO_MAX_TRACK_SIZE INTLEN
H A Dario-util.c138 gchar tmp[INTLEN]; in ario_util_format_track_buf()
148 g_snprintf (tmp, ario_util_min (INTLEN, slash - track + 1), "%s", track); in ario_util_format_track_buf()
/dports/sysutils/conky-awesome/conky-1.12.2/src/
H A Dlibmpdclient.cc165 char service[INTLEN + 1]; in mpd_connect()
1436 int len = strlen("delete") + 2 + INTLEN + 3;
1509 int len = strlen("play") + 2 + INTLEN + 3;
1531 int len = strlen("pause") + 2 + INTLEN + 3;
1544 int len = strlen("move") + 2 + INTLEN + 3 + INTLEN + 3;
1553 int len = strlen("moveid") + 2 + INTLEN + 3 + INTLEN + 3;
1562 int len = strlen("swap") + 2 + INTLEN + 3 + INTLEN + 3;
1571 int len = strlen("swapid") + 2 + INTLEN + 3 + INTLEN + 3;
1580 int len = strlen("seek") + 2 + INTLEN + 3 + INTLEN + 3;
1589 int len = strlen("seekid") + 2 + INTLEN + 3 + INTLEN + 3;
[all …]
/dports/sysutils/conky/conky-1.12.2/src/
H A Dlibmpdclient.cc165 char service[INTLEN + 1]; in mpd_connect()
1436 int len = strlen("delete") + 2 + INTLEN + 3;
1509 int len = strlen("play") + 2 + INTLEN + 3;
1531 int len = strlen("pause") + 2 + INTLEN + 3;
1544 int len = strlen("move") + 2 + INTLEN + 3 + INTLEN + 3;
1553 int len = strlen("moveid") + 2 + INTLEN + 3 + INTLEN + 3;
1562 int len = strlen("swap") + 2 + INTLEN + 3 + INTLEN + 3;
1571 int len = strlen("swapid") + 2 + INTLEN + 3 + INTLEN + 3;
1580 int len = strlen("seek") + 2 + INTLEN + 3 + INTLEN + 3;
1589 int len = strlen("seekid") + 2 + INTLEN + 3 + INTLEN + 3;
[all …]
/dports/audio/pms/pms-0.42/src/
H A Dlibmpdclient.c130 char service[INTLEN+1]; in mpd_connect()
1528 int len = strlen("delete")+2+INTLEN+3; in mpd_sendDeleteCommand()
1600 int len = strlen("play")+2+INTLEN+3; in mpd_sendPlayPosCommand()
1620 int len = strlen("pause")+2+INTLEN+3; in mpd_sendPauseCommand()
1636 int len = strlen("move")+2+INTLEN+3+INTLEN+3; in mpd_sendMoveCommand()
1644 int len = strlen("moveid")+2+INTLEN+3+INTLEN+3; in mpd_sendMoveIdCommand()
1652 int len = strlen("swap")+2+INTLEN+3+INTLEN+3; in mpd_sendSwapCommand()
1660 int len = strlen("swapid")+2+INTLEN+3+INTLEN+3; in mpd_sendSwapIdCommand()
1668 int len = strlen("seek")+2+INTLEN+3+INTLEN+3; in mpd_sendSeekCommand()
1676 int len = strlen("seekid")+2+INTLEN+3+INTLEN+3; in mpd_sendSeekIdCommand()
[all …]
/dports/audio/ario/ario-1.6/src/sources/
H A Dario-tree.c446 gchar buf[INTLEN]; in ario_tree_append_drag_data()
456 g_snprintf (buf, INTLEN, "%d", g_slist_length (criteria) + 1); in ario_tree_append_drag_data()
463 g_snprintf (buf, INTLEN, "%d", atomic_criteria->tag); in ario_tree_append_drag_data()
471 g_snprintf (buf, INTLEN, "%d", data->tree->tag); in ario_tree_append_drag_data()
/dports/audio/ario/ario-1.6/src/widgets/
H A Dario-connection-widget.c548 char tmp[INTLEN]; in ario_connection_widget_autohosts_changed_cb()
557 g_snprintf (tmp, INTLEN, "%d", host->port); in ario_connection_widget_autohosts_changed_cb()
/dports/games/powwow/powwow-1.2.17/
H A Ddefines.h108 #define INTLEN (3*(1+(int)sizeof(int))) macro
H A Dmain.c363 char portnum[INTLEN]; in __P2()
373 tty_gets(portnum, INTLEN); in __P2()
H A Dcmd.c782 sprintf(inserted_next, "#host %.*s %d", BUFSIZE-INTLEN-8, in __P1()
1846 BUFSIZE - INTLEN - 10, in __P1()
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/internal/code-generator/generator/test_files/
H A Dfrequencies.gold185901 "INTLEN": -5.994318,