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

/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dchdir-long.h27 # define chdir_long(Dir) chdir (Dir) macro
29 int chdir_long (char *dir);
H A Dsave-cwd.c88 return chdir_long (cwd->name);
H A Dchdir-long.c110 chdir_long (char *dir) function
240 if (chdir_long (line) != 0)
242 "chdir_long failed: %s", line);
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dchdir-long.h27 # define chdir_long(Dir) chdir (Dir) macro
29 int chdir_long (char *dir);
H A Dsave-cwd.c88 return chdir_long (cwd->name);
H A Dchdir-long.c110 chdir_long (char *dir) function
240 if (chdir_long (line) != 0)
242 "chdir_long failed: %s", line);
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dchdir-long.h32 # define chdir_long(Dir) chdir (Dir) macro
34 int chdir_long (char *dir);
H A Dsave-cwd.c49 Since chdir_long requires fchdir, use chdir instead. */
55 # undef chdir_long macro
56 # define chdir_long(Dir) chdir (Dir) macro
108 return chdir_long (cwd->name);
H A Dchdir-long.c121 chdir_long (char *dir) function
255 if (chdir_long (line) != 0)
257 "chdir_long failed: %s", line);

Completed in 104 milliseconds