Searched refs:EMPTYSTRING (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/usr.bin/ftp/
H A Dfetch.c387 if (EMPTYSTRING(url))
751 if (EMPTYSTRING(no_proxy))
796 EMPTYSTRING(pui.host) ||
797 (! EMPTYSTRING(pui.path) && strcmp(pui.path, "/") != 0)) {
1082 if (EMPTYSTRING(*auth)) {
1224 if (EMPTYSTRING(location)) {
1446 if (ui.utype == FILE_URL_T && ! EMPTYSTRING(ui.host)
1452 if (EMPTYSTRING(ui.path)) {
1482 if (EMPTYSTRING(savefile)) {
1547 if (! EMPTYSTRING(pen
[all...]
H A Dftp_var.h328 #define EMPTYSTRING(x) ((x) == NULL || (*(x) == '\0')) macro
H A Dmain.c473 if (! EMPTYSTRING(cp))
482 if (localhome == NULL && !EMPTYSTRING(pw->pw_dir))
H A Dcmds.c1345 if (EMPTYSTRING(p))
2589 if (EMPTYSTRING(p))
2620 if (EMPTYSTRING(p))
H A Dftp.c1038 if (! EMPTYSTRING(remote)) {
/netbsd-current/usr.bin/config/
H A Dgram.y192 %token <str> PATHNAME QSTRING WORD EMPTYSTRING
1070 | EMPTYSTRING { $$ = $1; }

Completed in 290 milliseconds