Searched refs:GETSTR (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/tests/lib/librumphijack/ |
| H A D | h_netget.c | 50 #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 D | parseconf.c | 119 #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 D | nineproto.c | 113 #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 D | gnum4.c | 748 #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 D | inst.c | 268 #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()
|