Home
last modified time | relevance | path

Searched refs:st_len (Results 1 – 25 of 57) sorted by relevance

123

/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/pjsua/
H A Dpjsua_app_common.c283 int st_len; in vid_print_dev() local
295 st_len = 0; in vid_print_dev()
301 if ((int)sizeof(capnames) - st_len <= tmp_len) in vid_print_dev()
304 st_len += (tmp_len + 2); in vid_print_dev()
313 st_len = 0; in vid_print_dev()
319 if ((int)sizeof(formats) - st_len <= tmp_len) { in vid_print_dev()
320 st_len = -1; in vid_print_dev()
324 st_len += (tmp_len + 2); in vid_print_dev()
335 (st_len<0? " ..." : ""))); in vid_print_dev()
/dports/devel/bsdelf/elftoolchain-0.7.1/libelftc/
H A Delftc_string_table.c52 #define ELFTC_STRING_TABLE_LENGTH(st) ((st)->st_len >> 1)
54 (st)->st_len &= ~ELFTC_STRING_TABLE_COMPACTION_FLAG; \
57 (st)->st_len |= ELFTC_STRING_TABLE_COMPACTION_FLAG; \
60 (st)->st_len = \
61 ((st)->st_len & \
67 unsigned int st_len; /* length and flags */ member
153 st->st_len = 0; in elftc_string_table_create()
247 if ((st->st_len & ELFTC_STRING_TABLE_COMPACTION_FLAG) == 0) { in elftc_string_table_image()
/dports/devel/elftoolchain/elftoolchain-0.7.1/libelftc/
H A Delftc_string_table.c52 #define ELFTC_STRING_TABLE_LENGTH(st) ((st)->st_len >> 1)
54 (st)->st_len &= ~ELFTC_STRING_TABLE_COMPACTION_FLAG; \
57 (st)->st_len |= ELFTC_STRING_TABLE_COMPACTION_FLAG; \
60 (st)->st_len = \
61 ((st)->st_len & \
67 unsigned int st_len; /* length and flags */ member
153 st->st_len = 0; in elftc_string_table_create()
247 if ((st->st_len & ELFTC_STRING_TABLE_COMPACTION_FLAG) == 0) { in elftc_string_table_image()
/dports/net/miniupnpd/miniupnpd-2.1.20200510/
H A Dminissdp.c554 st_len, st, suffix, in SendSSDPResponse()
556 st_is_uuid ? 0 : st_len, st, suffix, in SendSSDPResponse()
966 int st_len = 0; local
1043 st_len = 0;
1046 while((st + st_len < bufr + n)
1047 && (st[st_len]!='\r' && st[st_len]!='\n'))
1048 st_len++;
1049 l = st_len;
1123 if(st && (st_len > 0))
1126 sender_str, st_len, st);
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpd/
H A Dminissdp.c554 st_len, st, suffix, in SendSSDPResponse()
556 st_is_uuid ? 0 : st_len, st, suffix, in SendSSDPResponse()
967 int st_len = 0; local
1044 st_len = 0;
1047 while((st + st_len < bufr + n)
1048 && (st[st_len]!='\r' && st[st_len]!='\n'))
1049 st_len++;
1050 l = st_len;
1124 if(st && (st_len > 0))
1127 sender_str, st_len, st);
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/miniupnp/miniupnpd/
H A Dminissdp.c554 st_len, st, suffix, in SendSSDPResponse()
556 st_is_uuid ? 0 : st_len, st, suffix, in SendSSDPResponse()
967 int st_len = 0; local
1044 st_len = 0;
1047 while((st + st_len < bufr + n)
1048 && (st[st_len]!='\r' && st[st_len]!='\n'))
1049 st_len++;
1050 l = st_len;
1124 if(st && (st_len > 0))
1127 sender_str, st_len, st);
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpd/
H A Dminissdp.c554 st_len, st, suffix, in SendSSDPResponse()
556 st_is_uuid ? 0 : st_len, st, suffix, in SendSSDPResponse()
967 int st_len = 0; local
1044 st_len = 0;
1047 while((st + st_len < bufr + n)
1048 && (st[st_len]!='\r' && st[st_len]!='\n'))
1049 st_len++;
1050 l = st_len;
1124 if(st && (st_len > 0))
1127 sender_str, st_len, st);
[all …]
/dports/biology/wise/wise2.4.1/src/dynlibsrc/
H A Dhscore.c413 if( hs->st_len == 0 ) { in new_DataScore_from_storage()
422 curr = hs->store[hs->st_len-1]; in new_DataScore_from_storage()
962 qsort_st_Hscore(obj->store,0,obj->st_len-1,comp); in sort_st_Hscore()
982 if( obj->st_maxlen > obj->st_len ) { in expand_st_Hscore()
1011 if( obj->st_len >= obj->st_maxlen) { in add_st_Hscore()
1017 obj->store[obj->st_len++]=add; in add_st_Hscore()
1039 for(i=0;i<obj->st_len;i++) { /*for i over list length*/ in flush_st_Hscore()
1047 obj->st_len = 0; in flush_st_Hscore()
1101 out->st_len = 0; in Hscore_alloc_len()
1157 out->st_len = out->st_maxlen = 0; in Hscore_alloc()
[all …]
/dports/devel/caf/actor-framework-0.18.5/libcaf_io/src/io/network/
H A Dnative_socket.cpp386 socket_size_type st_len = sizeof(st); in local_addr_of_fd() local
388 CALL_CFUN(tmp1, detail::cc_zero, "getsockname", getsockname(fd, sa, &st_len)); in local_addr_of_fd()
407 socket_size_type st_len = sizeof(st); in local_port_of_fd() local
409 getsockname(fd, reinterpret_cast<sockaddr*>(&st), &st_len)); in local_port_of_fd()
415 socket_size_type st_len = sizeof(st); in remote_addr_of_fd() local
417 CALL_CFUN(tmp, detail::cc_zero, "getpeername", getpeername(fd, sa, &st_len)); in remote_addr_of_fd()
436 socket_size_type st_len = sizeof(st); in remote_port_of_fd() local
438 getpeername(fd, reinterpret_cast<sockaddr*>(&st), &st_len)); in remote_port_of_fd()
/dports/net/minidlna/minidlna-4f6a473/
H A Dminissdp.c603 int st_len = 0, mx_len = 0, mx_val = 0; in ProcessSSDPRequest() local
620 st_len = 0; in ProcessSSDPRequest()
623 while (st[st_len]!='\r' && st[st_len]!='\n') in ProcessSSDPRequest()
624 st_len++; in ProcessSSDPRequest()
663 else if (st && (st_len > 0)) in ProcessSSDPRequest()
713 st_len, st, mx_len, mx, man_len, man); in ProcessSSDPRequest()
718 if ((l > st_len) || (memcmp(st, known_service_types[i], l) != 0)) in ProcessSSDPRequest()
720 if (st_len != l) in ProcessSSDPRequest()
725 while (l < st_len) in ProcessSSDPRequest()
739 if (l != st_len) in ProcessSSDPRequest()
[all …]
/dports/archivers/arj/debian/patches/
H A D006_use_safe_strcpy.patch58 tmp_name[st_len]='\0';
63 st_len-=4;
65 if(st_len==0||st_len+entry>=FILENAME_MAX)
/dports/science/netcdf/netcdf-c-4.7.4/nc_test4/
H A Dtst_parallel3.c376 size_t vr_len,st_len; in test_pio_attr() local
497 if (nc_inq_att (ncid, nvid, "title", &st_type, &st_len)) ERR; in test_pio_attr()
500 if(st_len != strlen(title)) ERR_RET; in test_pio_attr()
506 st_val = (char *) malloc(st_len * (sizeof(char))); in test_pio_attr()
512 if(strncmp(st_val,title,st_len)) { in test_pio_attr()
519 if (nc_inq_att (ncid, NC_GLOBAL, "g_title", &st_type, &st_len)) ERR; in test_pio_attr()
522 if(st_len != strlen(title)) ERR_RET; in test_pio_attr()
528 st_val = (char*)malloc(st_len*sizeof(char)); in test_pio_attr()
532 if(strncmp(st_val,title,st_len)){ in test_pio_attr()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nc_test4/
H A Dtst_parallel3.c376 size_t vr_len,st_len; in test_pio_attr() local
497 if (nc_inq_att (ncid, nvid, "title", &st_type, &st_len)) ERR; in test_pio_attr()
500 if(st_len != strlen(title)) ERR_RET; in test_pio_attr()
506 st_val = (char *) malloc(st_len * (sizeof(char))); in test_pio_attr()
512 if(strncmp(st_val,title,st_len)) { in test_pio_attr()
519 if (nc_inq_att (ncid, NC_GLOBAL, "g_title", &st_type, &st_len)) ERR; in test_pio_attr()
522 if(st_len != strlen(title)) ERR_RET; in test_pio_attr()
528 st_val = (char*)malloc(st_len*sizeof(char)); in test_pio_attr()
532 if(strncmp(st_val,title,st_len)){ in test_pio_attr()
/dports/archivers/arj/arj-3.10.22/
H A Dea_mgr.c592 unsigned int st_len; in resolve_longname() local
691 if((st_len=pfeal->list[0].cbValue)==0) in resolve_longname()
695 far_memmove((char FAR *)tmp_name, valptr, st_len); in resolve_longname()
696 tmp_name[st_len]='\0'; in resolve_longname()
700 st_len-=4; in resolve_longname()
702 if(st_len==0||st_len+entry>=FILENAME_MAX) in resolve_longname()
706 while(st_len-->0) in resolve_longname()
708 if(tmp_name[st_len]<' '||strchr(forbidden_chars, tmp_name[st_len])!=NULL) in resolve_longname()
/dports/net/minissdpd/minissdpd-1.5.20211105/
H A Dminissdpd.c487 (int)st_len, st, usn, in SendSSDPMSEARCHResponse()
513 if(!st || st_len==0) in processMSEARCH()
518 buf, (int)st_len, st); in processMSEARCH()
523 (int)st_len, st); in processMSEARCH()
525 if(st_len==8 && (0==memcmp(st, "ssdp:all", 8))) { in processMSEARCH()
539 if(0 == strncmp(serv->usn, st, st_len)) { in processMSEARCH()
551 for (l = st_len; l > 0; l--) { in processMSEARCH()
560 l = st_len; in processMSEARCH()
627 int st_len = 0; in ParseSSDPPacket() local
741 st_len = m; in ParseSSDPPacket()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/miniupnp/minissdpd/
H A Dminissdpd.c487 (int)st_len, st, usn, in SendSSDPMSEARCHResponse()
513 if(!st || st_len==0) in processMSEARCH()
518 buf, (int)st_len, st); in processMSEARCH()
523 (int)st_len, st); in processMSEARCH()
525 if(st_len==8 && (0==memcmp(st, "ssdp:all", 8))) { in processMSEARCH()
539 if(0 == strncmp(serv->usn, st, st_len)) { in processMSEARCH()
551 for (l = st_len; l > 0; l--) { in processMSEARCH()
560 l = st_len; in processMSEARCH()
627 int st_len = 0; in ParseSSDPPacket() local
741 st_len = m; in ParseSSDPPacket()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/miniupnp/minissdpd/
H A Dminissdpd.c487 (int)st_len, st, usn, in SendSSDPMSEARCHResponse()
513 if(!st || st_len==0) in processMSEARCH()
518 buf, (int)st_len, st); in processMSEARCH()
523 (int)st_len, st); in processMSEARCH()
525 if(st_len==8 && (0==memcmp(st, "ssdp:all", 8))) { in processMSEARCH()
539 if(0 == strncmp(serv->usn, st, st_len)) { in processMSEARCH()
551 for (l = st_len; l > 0; l--) { in processMSEARCH()
560 l = st_len; in processMSEARCH()
627 int st_len = 0; in ParseSSDPPacket() local
741 st_len = m; in ParseSSDPPacket()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/miniupnp/minissdpd/
H A Dminissdpd.c487 (int)st_len, st, usn, in SendSSDPMSEARCHResponse()
513 if(!st || st_len==0) in processMSEARCH()
518 buf, (int)st_len, st); in processMSEARCH()
523 (int)st_len, st); in processMSEARCH()
525 if(st_len==8 && (0==memcmp(st, "ssdp:all", 8))) { in processMSEARCH()
539 if(0 == strncmp(serv->usn, st, st_len)) { in processMSEARCH()
551 for (l = st_len; l > 0; l--) { in processMSEARCH()
560 l = st_len; in processMSEARCH()
627 int st_len = 0; in ParseSSDPPacket() local
741 st_len = m; in ParseSSDPPacket()
[all …]
/dports/biology/wise/wise2.4.1/src/dyc/
H A Ddy2om.c1132 qsort_st_OneModel(obj->state,0,obj->st_len-1,comp); in sort_st_OneModel()
1152 if( obj->st_maxlen > obj->st_len ) { in expand_st_OneModel()
1181 if( obj->st_len >= obj->st_maxlen) { in add_st_OneModel()
1182 if( expand_st_OneModel(obj,obj->st_len + OneModelLISTLENGTH) == FALSE) in add_st_OneModel()
1187 obj->state[obj->st_len++]=add; in add_st_OneModel()
1209 for(i=0;i<obj->st_len;i++) { /*for i over list length*/ in flush_st_OneModel()
1217 obj->st_len = 0; in flush_st_OneModel()
1426 out->st_len = 0; in OneModel_alloc_len()
1495 out->st_len = out->st_maxlen = 0; in OneModel_alloc()
1549 for(i=0;i<obj->st_len;i++) { in free_OneModel()
/dports/editors/vim/vim-8.2.3745/src/
H A Dprofiler.c478 int st_len, in prof_sort_list() argument
487 for (i = 0; i < 20 && i < st_len; ++i) in prof_sort_list()
726 int st_len = 0; in func_dump_profile() local
745 sorttab[st_len++] = fp; in func_dump_profile()
784 if (sorttab != NULL && st_len > 0) in func_dump_profile()
786 qsort((void *)sorttab, (size_t)st_len, sizeof(ufunc_T *), in func_dump_profile()
788 prof_sort_list(fd, sorttab, st_len, "TOTAL", FALSE); in func_dump_profile()
789 qsort((void *)sorttab, (size_t)st_len, sizeof(ufunc_T *), in func_dump_profile()
791 prof_sort_list(fd, sorttab, st_len, "SELF", TRUE); in func_dump_profile()
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/
H A Dcontrols.c1799 size_t st_len, st_pos; in parseSessionTracking() local
1939 st_len = 0; in parseSessionTracking()
1944 if ( st_len ) st_len++; in parseSessionTracking()
1948 if ( st_len ) st_len++; in parseSessionTracking()
1953 if ( st_len == 0 ) { in parseSessionTracking()
1957 st_len += STRLENOF( " []" ); in parseSessionTracking()
1965 st_len = 0; in parseSessionTracking()
1969 st_len++; in parseSessionTracking()
1973 if ( st_len ) *ptr++ = ' '; in parseSessionTracking()
1976 st_len++; in parseSessionTracking()
[all …]
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/
H A Dcontrols.c1799 size_t st_len, st_pos; in parseSessionTracking() local
1939 st_len = 0; in parseSessionTracking()
1944 if ( st_len ) st_len++; in parseSessionTracking()
1948 if ( st_len ) st_len++; in parseSessionTracking()
1953 if ( st_len == 0 ) { in parseSessionTracking()
1957 st_len += STRLENOF( " []" ); in parseSessionTracking()
1965 st_len = 0; in parseSessionTracking()
1969 st_len++; in parseSessionTracking()
1973 if ( st_len ) *ptr++ = ' '; in parseSessionTracking()
1976 st_len++; in parseSessionTracking()
[all …]
/dports/sysutils/dnf/dnf-4.9.0/dnf/cli/commands/
H A Drepolist.py248 st_len = 0
255 if st_len < ui_endis_wid:
256 st_len = ui_endis_wid
259 if exact_width(_('status')) > st_len:
262 left = term.columns - (id_len + st_len + 2)
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/
H A Dcontrols.c1849 size_t st_len, st_pos; in parseSessionTracking() local
1989 st_len = 0; in parseSessionTracking()
1994 if ( st_len ) st_len++; in parseSessionTracking()
1998 if ( st_len ) st_len++; in parseSessionTracking()
2003 if ( st_len == 0 ) { in parseSessionTracking()
2007 st_len += STRLENOF( " []" ); in parseSessionTracking()
2015 st_len = 0; in parseSessionTracking()
2019 st_len++; in parseSessionTracking()
2023 if ( st_len ) *ptr++ = ' '; in parseSessionTracking()
2026 st_len++; in parseSessionTracking()
[all …]
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/
H A Dcontrols.c1849 size_t st_len, st_pos; in parseSessionTracking() local
1989 st_len = 0; in parseSessionTracking()
1994 if ( st_len ) st_len++; in parseSessionTracking()
1998 if ( st_len ) st_len++; in parseSessionTracking()
2003 if ( st_len == 0 ) { in parseSessionTracking()
2007 st_len += STRLENOF( " []" ); in parseSessionTracking()
2015 st_len = 0; in parseSessionTracking()
2019 st_len++; in parseSessionTracking()
2023 if ( st_len ) *ptr++ = ' '; in parseSessionTracking()
2026 st_len++; in parseSessionTracking()
[all …]

123