Home
last modified time | relevance | path

Searched refs:entrypath (Results 1 – 3 of 3) sorted by relevance

/external/python/dateutil/dateutil/zoneinfo/
Drebuild.py37 entrypath = os.path.join(zonedir, entry)
38 tf.add(entrypath, entry)
/external/curl/lib/
Dftp.h125 char *entrypath; /* the PWD reply when we logged on */ member
Dftp.c812 if(conn->bits.reuse && ftpc->entrypath && in ftp_state_cwd()
820 result = Curl_pp_sendf(data, &ftpc->pp, "CWD %s", ftpc->entrypath); in ftp_state_cwd()
2907 Curl_safefree(ftpc->entrypath); in ftp_statemachine()
2908 ftpc->entrypath = dir; /* remember this */ in ftp_statemachine()
2909 infof(data, "Entry path is '%s'", ftpc->entrypath); in ftp_statemachine()
2911 data->state.most_recent_ftp_entrypath = ftpc->entrypath; in ftp_statemachine()
2916 Curl_safefree(ftpc->entrypath); in ftp_statemachine()
2917 ftpc->entrypath = dir; /* remember this */ in ftp_statemachine()
2918 infof(data, "Entry path is '%s'", ftpc->entrypath); in ftp_statemachine()
2920 data->state.most_recent_ftp_entrypath = ftpc->entrypath; in ftp_statemachine()
[all …]