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

  /src/external/gpl2/xcvs/dist/src/
log-buffer.c 58 bool tofile; member in struct:log_buffer
146 lb->tofile = false;
172 if (!lb->tofile)
176 lb->tofile = true;
179 if (lb->tofile)
231 if (!lb->tofile
233 lb->tofile = true;
235 if (lb->tofile)
284 if (!lb->tofile
286 lb->tofile = true
    [all...]
log-buffer.c 58 bool tofile; member in struct:log_buffer
146 lb->tofile = false;
172 if (!lb->tofile)
176 lb->tofile = true;
179 if (lb->tofile)
231 if (!lb->tofile
233 lb->tofile = true;
235 if (lb->tofile)
284 if (!lb->tofile
286 lb->tofile = true
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
dst_internal.h 183 isc_result_t (*tofile)(const dst_key_t *key, const char *directory); member in struct:dst_func
dst_internal.h 183 isc_result_t (*tofile)(const dst_key_t *key, const char *directory); member in struct:dst_func
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dst_internal.h 210 isc_result_t (*tofile)(const dst_key_t *key, const char *directory); member in struct:dst_func
dst_internal.h 210 isc_result_t (*tofile)(const dst_key_t *key, const char *directory); member in struct:dst_func
  /src/external/mit/lua/dist/src/
liolib.c 189 static FILE *tofile (lua_State *L) { function
225 tofile(L); /* make sure argument is an open stream */
326 tofile(L); /* check that it's a valid file handle */
377 tofile(L); /* check that it's a valid file handle */
394 tofile(L); /* check that it's a valid file handle */
624 return g_read(L, tofile(L), 2);
693 FILE *f = tofile(L);
702 FILE *f = tofile(L);
721 FILE *f = tofile(L);
736 return luaL_fileresult(L, fflush(tofile(L)) == 0, NULL)
    [all...]
liolib.c 189 static FILE *tofile (lua_State *L) { function
225 tofile(L); /* make sure argument is an open stream */
326 tofile(L); /* check that it's a valid file handle */
377 tofile(L); /* check that it's a valid file handle */
394 tofile(L); /* check that it's a valid file handle */
624 return g_read(L, tofile(L), 2);
693 FILE *f = tofile(L);
702 FILE *f = tofile(L);
721 FILE *f = tofile(L);
736 return luaL_fileresult(L, fflush(tofile(L)) == 0, NULL)
    [all...]

Completed in 50 milliseconds