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

  /src/external/gpl2/xcvs/dist/lib/
save-cwd.h 24 struct saved_cwd struct
30 int save_cwd (struct saved_cwd *cwd);
31 int restore_cwd (const struct saved_cwd *cwd);
32 void free_cwd (struct saved_cwd *cwd);
openat.c 53 struct saved_cwd saved_cwd; local
73 if (save_cwd (&saved_cwd) != 0)
80 free_cwd (&saved_cwd);
88 if (restore_cwd (&saved_cwd) != 0)
92 free_cwd (&saved_cwd);
108 struct saved_cwd saved_cwd; local
115 if (save_cwd (&saved_cwd) != 0)
122 free_cwd (&saved_cwd);
150 struct saved_cwd saved_cwd; local
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/import/
save-cwd.h 24 struct saved_cwd struct
30 int save_cwd (struct saved_cwd *cwd);
31 int restore_cwd (const struct saved_cwd *cwd);
32 void free_cwd (struct saved_cwd *cwd);
openat.c 217 struct saved_cwd saved_cwd; local
245 save_ok = (save_cwd (&saved_cwd) == 0);
252 if (0 <= fd && fd == saved_cwd.desc)
257 free_cwd (&saved_cwd);
269 if (save_ok && restore_cwd (&saved_cwd) != 0)
283 free_cwd (&saved_cwd);
  /src/external/gpl3/gdb.old/dist/gnulib/import/
save-cwd.h 24 struct saved_cwd struct
30 int save_cwd (struct saved_cwd *cwd);
31 int restore_cwd (const struct saved_cwd *cwd);
32 void free_cwd (struct saved_cwd *cwd);
openat.c 217 struct saved_cwd saved_cwd; local
245 save_ok = (save_cwd (&saved_cwd) == 0);
252 if (0 <= fd && fd == saved_cwd.desc)
257 free_cwd (&saved_cwd);
269 if (save_ok && restore_cwd (&saved_cwd) != 0)
283 free_cwd (&saved_cwd);

Completed in 26 milliseconds