| /src/share/examples/refuse/ian/libfetch/ |
| fetch.c | 278 #define seturl(x) snprintf(u->x, sizeof(u->x), "%s", x) macro 279 seturl(scheme); 280 seturl(host); 281 seturl(user); 282 seturl(pwd); 283 #undef seturl macro
|
| fetch.c | 278 #define seturl(x) snprintf(u->x, sizeof(u->x), "%s", x) macro 279 seturl(scheme); 280 seturl(host); 281 seturl(user); 282 seturl(pwd); 283 #undef seturl macro
|
| /src/external/bsd/fetch/dist/libfetch/ |
| fetch.c | 288 #define seturl(x) snprintf(u->x, sizeof(u->x), "%s", x) macro 289 seturl(scheme); 290 seturl(host); 291 seturl(user); 292 seturl(pwd); 293 #undef seturl macro
|
| fetch.c | 288 #define seturl(x) snprintf(u->x, sizeof(u->x), "%s", x) macro 289 seturl(scheme); 290 seturl(host); 291 seturl(user); 292 seturl(pwd); 293 #undef seturl macro
|