Home
last modified time | relevance | path

Searched refs: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
86 if (write(s, GETSTR, strlen(GETSTR)) != strlen(GETSTR)) in main()
/netbsd-src/usr.sbin/rbootd/
H A Dparseconf.c119 #define GETSTR while (isspace((unsigned char)*cp) || *cp == ',') cp++; \ in ParseConfig() macro
137 GETSTR; /* get RMP addr */ in ParseConfig()
154 GETSTR; /* get first file */ in ParseConfig()
188 GETSTR; /* get next file */ in ParseConfig()
/netbsd-src/usr.sbin/puffs/mount_9p/
H A Dnineproto.c113 #define GETSTR(val,strsize) \ macro
147 GETSTR(name, &v16); in proto_getstat()
148 GETSTR(&uid, &v16); in proto_getstat()
149 GETSTR(&gid, &v16); in proto_getstat()
175 GETSTR(NULL, &v16); in proto_getstat()
178 GETSTR(NULL, &v16); /* extension[s], not used */ in proto_getstat()
/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
780 GETSTR(lquote, nl); in thaw_state()
781 GETSTR(rquote, dl); in thaw_state()
788 GETSTR(scommt, nl); in thaw_state()
789 GETSTR(ecommt, dl); in thaw_state()
800 GETSTR(name, nl); in thaw_state()
801 GETSTR(defn, dl); in thaw_state()
/netbsd-src/sys/arch/hp300/stand/inst/
H A Dinst.c268 #define GETSTR(out, str) \ macro
324 GETSTR(" fstype? [%s] ", str); in get_fstype()
386 GETSTR("Disk model name? [%s] ", lp->d_typename); in disklabel_edit()
387 GETSTR("Disk pack name? [%s] ", lp->d_packname); in disklabel_edit()