Home
last modified time | relevance | path

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

/third_party/curl/src/
H A Dtool_doswin.c316 char dos_name[PATH_MAX]; in msdosify() local
322 char *d = dos_name; in msdosify()
323 const char *const dlimit = dos_name + sizeof(dos_name) - 1; in msdosify()
434 /* dos_name is truncated, check that truncation requirements are met, in msdosify()
438 truncate_dryrun(dos_name, d - dos_name)) in msdosify()
442 *sanitized = strdup(dos_name); in msdosify()

Completed in 1 milliseconds