Symbol: EMPTYSTRING
usr.bin/config/gram.y
1070
| EMPTYSTRING { $$ = $1; }
usr.bin/config/gram.y
192
%token <str> PATHNAME QSTRING WORD EMPTYSTRING
usr.bin/ftp/cmds.c
1343
if (EMPTYSTRING(p))
usr.bin/ftp/cmds.c
2594
if (EMPTYSTRING(p))
usr.bin/ftp/cmds.c
2626
if (EMPTYSTRING(p))
usr.bin/ftp/fetch.c
1089
if (EMPTYSTRING(*auth)) {
usr.bin/ftp/fetch.c
1231
if (EMPTYSTRING(location)) {
usr.bin/ftp/fetch.c
1454
if (ui.utype == FILE_URL_T && ! EMPTYSTRING(ui.host)
usr.bin/ftp/fetch.c
1460
if (EMPTYSTRING(ui.path)) {
usr.bin/ftp/fetch.c
1490
if (EMPTYSTRING(savefile)) {
usr.bin/ftp/fetch.c
1555
if (! EMPTYSTRING(penv)) { /* use proxy */
usr.bin/ftp/fetch.c
1977
EMPTYSTRING(ui.host)) {
usr.bin/ftp/fetch.c
1987
if (! EMPTYSTRING(ui.path)
usr.bin/ftp/fetch.c
2020
if (EMPTYSTRING(ui.host))
usr.bin/ftp/fetch.c
2025
if (! EMPTYSTRING(dir)) {
usr.bin/ftp/fetch.c
2075
if (! EMPTYSTRING(dir) && strpbrk(dir, "*?[]{}") != NULL)
usr.bin/ftp/fetch.c
2077
if (! EMPTYSTRING(file) && strpbrk(file, "*?[]{}") != NULL)
usr.bin/ftp/fetch.c
2223
if (EMPTYSTRING(file)) {
usr.bin/ftp/fetch.c
2369
if (!EMPTYSTRING(proxyenv) && STRNEQUAL(url, FTP_URL))
usr.bin/ftp/fetch.c
387
if (EMPTYSTRING(url))
usr.bin/ftp/fetch.c
751
if (EMPTYSTRING(no_proxy))
usr.bin/ftp/fetch.c
796
EMPTYSTRING(pui.host) ||
usr.bin/ftp/fetch.c
797
(! EMPTYSTRING(pui.path) && strcmp(pui.path, "/") != 0)) {
usr.bin/ftp/ftp.c
1054
if (! EMPTYSTRING(remote)) {
usr.bin/ftp/main.c
478
if (! EMPTYSTRING(cp))
usr.bin/ftp/main.c
487
if (localhome == NULL && !EMPTYSTRING(pw->pw_dir))