HomeSort by relevance Sort by last modified time
    Searched full:_use_lfn (Results 1 - 2 of 2) sorted by null

  /external/curl/src/
tool_doswin.c 81 # define _use_lfn(f) ALWAYS_TRUE /* long file names always available */ macro
82 #elif !defined(__DJGPP__) || (__DJGPP__ < 2) /* DJGPP 2.0 has _use_lfn() */
83 # define _use_lfn(f) ALWAYS_FALSE /* long file names never available */ macro
85 # include <fcntl.h> /* _use_lfn(f) prototype */
363 if(_use_lfn(file_name)) {
  /ndk/sources/host-tools/make-3.81/
dir.c 66 /* If it's MSDOS that doesn't have _USE_LFN, disable LFN support. */
67 #ifndef _USE_LFN
68 #define _USE_LFN 0
78 if (filename == 0 || _USE_LFN)

Completed in 277 milliseconds