Home
last modified time | relevance | path

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

/f-stack/tools/libnetgraph/
H A Dmsg.c146 memset(ascii, 0, sizeof(*ascii)); in NgSendAsciiMsg()
150 sizeof(ascii->header.cmdstr) - 1); in NgSendAsciiMsg()
151 strcpy(ascii->data, args); in NgSendAsciiMsg()
152 ascii->header.arglen = strlen(ascii->data) + 1; in NgSendAsciiMsg()
157 (u_char *)ascii, sizeof(*ascii) + ascii->header.arglen) < 0) { in NgSendAsciiMsg()
158 free(ascii); in NgSendAsciiMsg()
161 free(ascii); in NgSendAsciiMsg()
353 struct ng_mesg *msg, *ascii; in NgRecvAsciiMsg() local
362 ascii = (struct ng_mesg *)msg->data; in NgRecvAsciiMsg()
377 if (sizeof(*ascii) + ascii->header.arglen > replen) { in NgRecvAsciiMsg()
[all …]
/f-stack/tools/ngctl/
H A Dmsg.c133 struct ng_mesg *ascii; in MsgRead() local
159 ascii = (struct ng_mesg *)m2->data; in MsgRead()
161 (ascii->header.flags & NGF_RESP) != 0 ? "response" : "command", in MsgRead()
162 ascii->header.cmdstr, ascii->header.cmd, path); in MsgRead()
163 if (*ascii->data != '\0') in MsgRead()
164 printf("Args:\t%s\n", ascii->data); in MsgRead()
/f-stack/freebsd/netgraph/
H A Dng_base.c2777 struct ng_mesg *binary, *ascii; in ng_generic_msg() local
2821 snprintf(ascii->header.cmdstr, sizeof(ascii->header.cmdstr), in ng_generic_msg()
2828 *ascii->data = '\0'; in ng_generic_msg()
2832 ascii->data, bufSize)) != 0) { in ng_generic_msg()
2839 bufSize = strlen(ascii->data) + 1; in ng_generic_msg()
2840 ascii->header.arglen = bufSize; in ng_generic_msg()
2850 struct ng_mesg *ascii, *binary; in ng_generic_msg() local
2856 (ascii->header.arglen < 1) || in ng_generic_msg()
2858 ascii->header.arglen)) { in ng_generic_msg()
2863 ascii->data[ascii->header.arglen - 1] = '\0'; in ng_generic_msg()
[all …]
/f-stack/lib/
H A Dff_ng_base.c2797 struct ng_mesg *binary, *ascii; in ng_generic_msg() local
2841 snprintf(ascii->header.cmdstr, sizeof(ascii->header.cmdstr), in ng_generic_msg()
2848 *ascii->data = '\0'; in ng_generic_msg()
2859 bufSize = strlen(ascii->data) + 1; in ng_generic_msg()
2860 ascii->header.arglen = bufSize; in ng_generic_msg()
2870 struct ng_mesg *ascii, *binary; in ng_generic_msg() local
2874 ascii = (struct ng_mesg *)msg->data; in ng_generic_msg()
2876 (ascii->header.arglen < 1) || in ng_generic_msg()
2878 ascii->header.arglen)) { in ng_generic_msg()
2883 ascii->data[ascii->header.arglen - 1] = '\0'; in ng_generic_msg()
[all …]
/f-stack/freebsd/sys/disk/
H A Dvtoc.h70 char ascii[VTOC_ASCII_LEN]; member
/f-stack/freebsd/net/
H A Dif.h487 char ascii[IFSTATMAX + 1]; member
H A Dif_tuntap.c1304 snprintf(ifs->ascii, sizeof(ifs->ascii), in tunifioctl()
1307 ifs->ascii[0] = '\0'; in tunifioctl()
/f-stack/tools/compat/include/net/
H A Dif.h473 char ascii[IFSTATMAX + 1]; member
/f-stack/app/redis-5.0.5/tests/support/
H A Dcluster.tcl277 set s [encoding convertto ascii $s]
/f-stack/freebsd/mips/include/
H A Dasm.h113 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
/f-stack/freebsd/contrib/device-tree/Bindings/arm/omap/
H A Domap.txt17 - ti,hwmods: list of hwmod names (ascii strings), that comes from the OMAP
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c2854 char *ascii = NULL; /* human readable label */ in zfs_prop_get() local
2875 if (label_to_str(new_sl, &ascii, M_LABEL, in zfs_prop_get()
2877 if (ascii) in zfs_prop_get()
2878 free(ascii); in zfs_prop_get()
2884 (void) strlcpy(propbuf, ascii, proplen); in zfs_prop_get()
2885 free(ascii); in zfs_prop_get()
/f-stack/tools/ifconfig/
H A Difconfig.c1585 printf("%s", ifs.ascii);
/f-stack/freebsd/contrib/zlib/doc/
H A Drfc1952.txt317 different file formats for ascii text and binary data, the
/f-stack/freebsd/contrib/edk2/
H A DMdePkg.dec2138 ## Indicates the maximum length of ascii string used in the following
2141 # 0 - No length check for ascii string.<BR>
2142 # >0 - Maximum length of ascii string.<BR>
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt3692 binary file as input and emits a named ascii buffer object into the ASL
9318 Disassembler: Decode the FADT PM_Profile field. Emit ascii names for the
13408 converts a single ACPI table to a hex/ascii file, similar to the output
13612 was made because some vendors place non-ascii characters within comments.