HomeSort by: relevance | last modified time | path
    Searched defs:templ (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/librefuse/
fuse_opt.h 50 const char *templ; member in struct:fuse_opt
55 #define FUSE_OPT_KEY(templ, key) { templ, -1, key }
56 #define FUSE_OPT_END { .templ = NULL }
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_suppressions.h 25 char *templ; member in struct:__sanitizer::Suppression
sanitizer_libignore.h 54 char *templ; member in struct:__sanitizer::LibIgnore::Lib
  /src/lib/libc/resolv/
res_debug.c 1051 u_int32_t templ; local in function:loc_ntoa
1071 GETLONG(templ, cp);
1072 latval = (templ - ((unsigned)1<<31));
1074 GETLONG(templ, cp);
1075 longval = (templ - ((unsigned)1<<31));
1077 GETLONG(templ, cp);
1078 if (templ < referencealt) { /*%< below WGS 84 spheroid */
1079 altval = referencealt - templ;
1082 altval = templ - referencealt;

Completed in 15 milliseconds