Searched refs:astring (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-file.c37 astring enumerator in enum:streamtype
81 if ((tmpstream->ts_streamtype == astring) &&
106 tmpstream->ts_streamtype = astring;
153 if (stream->ts_streamtype == astring)
171 if (stream->ts_streamtype == astring)
203 if (stream->ts_streamtype != astring)
232 case astring:
/openbsd-current/libexec/spamd/
H A Dsdl.c109 char astring[40]; local
169 j = sscanf(addr, "%15[^/]/%u", astring, &maskbits);
178 j = inet_pton(AF_INET, astring, n);
182 printf("added %s/%u\n", astring, maskbits);
210 j = sscanf(addr, "%39[^/]/%u", astring, &maskbits);
219 j = inet_pton(AF_INET6, astring, n);
223 printf("added %s/%u\n", astring, maskbits);
/openbsd-current/libexec/spamd-setup/
H A Dspamd-setup.c186 char astring[16], astring2[16]; local
197 if (sscanf(buf, "%15[^/]/%u", astring, &maskbits) == 2) {
200 if (inet_net_pton(AF_INET, astring, &c.addr, sizeof(c.addr))
210 astring, astring2) == 2) {
214 if (inet_net_pton(AF_INET, astring, &start->addr,
224 } else if (sscanf(buf, "%15[0123456789.]", astring) == 1) {
227 if (inet_net_pton(AF_INET, astring, &start->addr,
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/
H A Dconfigure9624 # files, use astring.sed if the compiler supports ANSI string
9684 STRINGIFY=astring.sed

Completed in 130 milliseconds