Home
last modified time | relevance | path

Searched refs:if_buf (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/xfce4-netload-plugin/xfce4-netload-plugin-1.4.0/panel-plugin/wormulon/
H A Dhpux.c62 mib_ifEntry * if_buf; in _getifdata() local
78 params.buffer = if_buf; in _getifdata()
81 if_buf->ifIndex = i+1; in _getifdata()
100 free(if_buf); in _getifdata()
136 mib_ifEntry *if_buf; in get_stat() local
142 if_buf->ifIndex = data->ifdata.if_id; in get_stat()
144 params.buffer = if_buf; in get_stat()
151 data->stats.tx_bytes = if_buf->ifOutOctets; in get_stat()
152 data->stats.rx_bytes = if_buf->ifInOctets; in get_stat()
154 data->stats.rx_errors = if_buf->ifInErrors; in get_stat()
[all …]
/dports/databases/sqsh/sqsh-2.5/src/
H A Dcmd_if.c60 varbuf_t *if_buf; local
93 varbuf_destroy( if_buf );
106 varbuf_destroy( if_buf );
121 varbuf_destroy( if_buf );
132 buf = if_buf;
139 varbuf_destroy( if_buf );
296 varbuf_t *if_buf; in cmd_if_input()
476 varbuf_strcat( if_buf, str );
604 varbuf_strcat( if_buf, str );
615 varbuf_strcat( if_buf, str );
[all …]
/dports/sysutils/symon/symon-2.88/platform/Linux/
H A Dsm_if.c53 static void *if_buf = NULL; variable
83 if (if_buf == NULL) { in init_if()
85 if_buf = xmalloc(if_maxsize); in init_if()
103 bzero(if_buf, if_maxsize); in gets_if()
104 if_size = read(fd, if_buf, if_maxsize); in gets_if()
114 if_buf = xrealloc(if_buf, if_maxsize); in gets_if()
134 if ((line = strstr(if_buf, st->parg.ifname)) == NULL) { in get_if()
/dports/comms/hamlib/hamlib-4.3.1/rigs/winradio/
H A Dg313-posix.c83 struct g313_fifo_data if_buf; member
213 priv->if_buf.fd = open(priv->if_buf.path, O_WRONLY | O_NONBLOCK); in g313_open()
215 priv->if_buf.path, priv->if_buf.fd); in g313_open()
217 if (priv->if_buf.fd == -1) in g313_open()
292 if (priv->if_buf.fd >= 0) in g313_cleanup()
294 close(priv->if_buf.fd); in g313_cleanup()
574 memset(priv->if_buf.path, 0, FIFO_PATHNAME_SIZE); in g313_set_conf()
575 strcpy(priv->if_buf.path, val); in g313_set_conf()
577 priv->if_buf.path); in g313_set_conf()
608 strcpy(val, priv->if_buf.path); in g313_get_conf()
[all …]
/dports/devel/bnf/bnf-1.6.10/src/
H A Dbnf.c207 char if_buf[128], of_buf[128]; in compiler_body() local
213 if ( (infname = cat_fname( strcpy( if_buf, fname ), in compiler_body()
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Desil.c3436 memset (esil->Reil->if_buf, 0, sizeof (esil->Reil->if_buf)); in runword()
3441 char *if_buf = esil->Reil->if_buf; in runword() local
3442 size_t n = strlen (if_buf); in runword()
3443 snprintf (if_buf + n, sizeof (esil->Reil->if_buf) - n, "%s,", word); in runword()
3446 r_anal_esil_parse (esil, esil->Reil->if_buf); in runword()
/dports/devel/radare2/radare2-5.1.1/shlr/java/
H A Dclass.c1650 const ut8 *if_buf = buf + offset; in r_bin_java_read_next_interface_item() local
1654 memcpy (&idx, if_buf, 2); in r_bin_java_read_next_interface_item()
1655 ifobj = r_bin_java_interface_new (bin, if_buf, len - offset); in r_bin_java_read_next_interface_item()
2179 const ut8 *if_buf = buf + offset; in r_bin_java_parse_interfaces() local
2188 bin->interfaces_count = R_BIN_JAVA_USHORT (if_buf, 0); in r_bin_java_parse_interfaces()
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_anal.h1076 char if_buf[64]; member