Searched refs:cwd (Results 51 - 75 of 91) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dia32priv.h135 int cwd; member in struct:ia32_user_i387_struct
147 unsigned short cwd; member in struct:ia32_user_fxsr_struct
H A Dsys_ia32.c1615 __put_user(tsk->thread.fcr & 0xffff, &save->cwd);
1645 __get_user(num32, (unsigned int __user *)&save->cwd);
1679 __put_user(tsk->thread.fcr & 0xffff, &save->cwd);
1720 __get_user(num32, (unsigned int __user *)&save->cwd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c366 const char *cwd; member in struct:globals
413 #define cwd (G.cwd ) macro
724 if (cwd == bb_msg_unknown)
725 cwd = NULL; /* xrealloc_getcwd_or_warn(arg) calls free(arg)! */
726 cwd = xrealloc_getcwd_or_warn((char *)cwd);
727 if (!cwd)
728 cwd = bb_msg_unknown;
729 return cwd;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbwrapper/
H A Dsmbw.c105 DEBUG(4,("Initial cwd is %s\n", smbw_cwd));
298 return the full path (ie. add cwd if needed)
307 /* add cwd if necessary */
359 char *cwd; local
383 cwd = smbw_parse_path(path, server, share, s);
385 if (strncmp(cwd,smbw_prefix,len) == 0 &&
386 (cwd[len] == '/' || cwd[len] == 0)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dcatsearch.c517 int cwd = -1; local
544 if ((cwd = open(".", O_RDONLY)) < 0) {
679 if (cwd != -1) {
680 if ((fchdir(cwd)) != 0) {
683 close(cwd);
798 LOG(log_maxdebug, logtype_afpd,"catsearch_db: dir: %s, cwd: %s, name: %s",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dvfs.c785 int cwd = -1; local
791 if (((cwd = open(".", O_RDONLY)) == -1) || (fchdir(dirfd) != 0)) {
799 if (dirfd != -1 && fchdir(cwd) != 0) {
805 if (cwd != -1)
806 close(cwd);
H A Dea.c1316 int cwd = -1; local
1333 if (((cwd = open(".", O_RDONLY)) == -1) || (fchdir(dirfd) != 0)) {
1355 if (dirfd != -1 && fchdir(cwd) != 0) {
1361 if (cwd != -1)
1362 close(cwd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dcatsearch.c503 int cwd = -1; local
531 if ((cwd = open(".", O_RDONLY)) < 0) {
676 if (cwd != -1) {
677 if ((fchdir(cwd)) != 0) {
680 close(cwd);
795 LOG(log_maxdebug, logtype_afpd,"catsearch_db: dir: %s, cwd: %s, name: %s",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dvfs.c795 int cwd = -1; local
801 if (((cwd = open(".", O_RDONLY)) == -1) || (fchdir(dirfd) != 0)) {
809 if (dirfd != -1 && fchdir(cwd) != 0) {
815 if (cwd != -1)
816 close(cwd);
H A Dea.c1318 int cwd = -1; local
1335 if (((cwd = open(".", O_RDONLY)) == -1) || (fchdir(dirfd) != 0)) {
1357 if (dirfd != -1 && fchdir(cwd) != 0) {
1363 if (cwd != -1)
1364 close(cwd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dvpe.c114 char cwd[VPE_PATH_MAX]; member in struct:vpe
1130 v->cwd[0] = 0;
1131 ret = getcwd(v->cwd, VPE_PATH_MAX);
1358 return v->cwd;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Ddcache.c1935 char * cwd; local
1937 cwd = __d_path(pwd, pwdmnt, root, rootmnt, page, PAGE_SIZE);
1940 error = PTR_ERR(cwd);
1941 if (IS_ERR(cwd))
1945 len = PAGE_SIZE + page - cwd;
1948 if (copy_to_user(buf, cwd, len))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dprocessor.h160 u16 cwd; member in struct:i387_fxsave_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtraps.c920 unsigned short cwd, swd; local
939 * (~cwd & swd) will mask out exceptions that are not set to unmasked
948 cwd = get_fpu_cwd(task);
950 switch (swd & ~cwd & 0x3f) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dtraps.c869 unsigned short cwd, swd; local
883 * (~cwd & swd) will mask out exceptions that are not set to unmasked
892 cwd = get_fpu_cwd(task);
894 switch (swd & ~cwd & 0x3f) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dext2fs.h778 extern errcode_t ext2fs_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd,
780 errcode_t ext2fs_namei_follow(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd,
782 extern errcode_t ext2fs_follow_link(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dreputils.tcl418 set cwd [pwd]
421 cd $cwd
456 set cwd [pwd]
459 cd $cwd
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dcommand.c2779 char *cwd;
2785 cwd = getcwd (NULL, MAXPATHLEN);
2787 strlen (cwd) + strlen (argv[0]) + 2);
2788 sprintf (fullpath, "%s/%s", cwd, argv[0]);
2778 char *cwd; variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dam_edit70 $topdir = cwd(); # The current directory
150 $_ = cwd()."/".$_ if (! /^\//);
168 find (\&add_makefile, cwd());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_rpc.c2780 const char *cwd; member in struct:copy_clistate
2808 fstrcpy(dir, local_state->cwd);
2842 fstrcpy(filename, local_state->cwd);
2871 * @param cwd the current path
2878 pstring mask, fstring cwd)
2888 clistate.cwd = cwd;
2875 sync_files(TALLOC_CTX *mem_ctx, struct cli_state *cli_share_src, struct cli_state *cli_share_dst, pstring mask, fstring cwd) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h254 char *xrealloc_getcwd_or_warn(char *cwd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dbase.c2043 LNK("cwd", cwd),
2330 LNK("cwd", cwd),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dkvm_main.c2413 u16 cwd; member in struct:fxsave
2436 fpu->fcw = fxsave->cwd;
2456 fxsave->cwd = fpu->fcw;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/
H A Dlibtool4236 /* Relative path | not found in path: prepend cwd */
H A Dltmain.sh3749 /* Relative path | not found in path: prepend cwd */

Completed in 397 milliseconds

1234