HomeSort by: relevance | last modified time | path
    Searched refs:EMPTYSTRING (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/ftp/
fetch.c 386 if (EMPTYSTRING(url))
750 if (EMPTYSTRING(no_proxy))
795 EMPTYSTRING(pui.host) ||
796 (! EMPTYSTRING(pui.path) && strcmp(pui.path, "/") != 0)) {
1088 if (EMPTYSTRING(*auth)) {
1230 if (EMPTYSTRING(location)) {
1452 if (ui.utype == FILE_URL_T && ! EMPTYSTRING(ui.host)
1458 if (EMPTYSTRING(ui.path)) {
1488 if (EMPTYSTRING(savefile)) {
1553 if (! EMPTYSTRING(penv)) { /* use proxy *
    [all...]
ftp_var.h 330 #define EMPTYSTRING(x) ((x) == NULL || (*(x) == '\0'))
main.c 478 if (! EMPTYSTRING(cp))
487 if (localhome == NULL && !EMPTYSTRING(pw->pw_dir))
cmds.c 1343 if (EMPTYSTRING(p))
2594 if (EMPTYSTRING(p))
2626 if (EMPTYSTRING(p))
ftp.c 1054 if (! EMPTYSTRING(remote)) {
  /src/usr.bin/config/
gram.y 192 %token <str> PATHNAME QSTRING WORD EMPTYSTRING
1070 | EMPTYSTRING { $$ = $1; }

Completed in 41 milliseconds