Home
last modified time | relevance | path

Searched defs:GETSTR (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/tests/lib/librumphijack/
H A Dh_netget.c50 #define GETSTR "GET / HTTP/1.0\n\n" macro
/netbsd-src/usr.sbin/rbootd/
H A Dparseconf.c119 #define GETSTR while (isspace((unsigned char)*cp) || *cp == ',') cp++; \ in ParseConfig() macro
/netbsd-src/sys/arch/hp300/stand/inst/
H A Dinst.c268 #define GETSTR(out, str) \ macro
/netbsd-src/usr.sbin/puffs/mount_9p/
H A Dnineproto.c113 #define GETSTR(val,strsize) \ macro
/netbsd-src/usr.bin/m4/
H A Dgnum4.c748 #define GETSTR(s, l) if (fread(s, 1, l, f) != l) goto out; else s[l] = '\0' in thaw_state() macro