Searched refs:fullname (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/sphinx/ |
H A D | cdomain.py | 165 rettype, fullname, arglist, _const = m.groups() 178 signode += addnodes.desc_name(fullname, fullname) 189 fullname = namespace + "." + fullname 191 return fullname 198 fullname = self.handle_func_like_macro(sig, signode) 199 if not fullname: 200 fullname = super(CObject, self).handle_signature(sig, signode) 204 fullname = self.options["name"] 210 fullname = namespace + "." + fullname 212 return fullname
|
/linux/scripts/dtc/ |
H A D | srcpos.c | 104 char *fullname; in try_open() local 107 fullname = xstrdup(fname); in try_open() 109 fullname = join_path(dirname, fname); in try_open() 111 *fp = fopen(fullname, "rb"); in try_open() 113 free(fullname); in try_open() 114 fullname = NULL; in try_open() 117 return fullname; in try_open() 133 char *fullname; in fopen_any_on_path() local 139 fullname = try_open(cur_dir, fname, fp); in fopen_any_on_path() 143 fullname = try_open(node->dirname, fname, fp); in fopen_any_on_path() [all …]
|
/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_scan.l | 475 char fullname[PATH_MAX]; 481 snprintf(fullname, sizeof(fullname), 484 if ((newfile = fopen(fullname, "r")) != NULL)
|
/linux/tools/testing/selftests/exec/ |
H A D | execveat.c | 243 char *fullname = realpath("execveat", NULL); in run_tests() local 245 char *fullname_symlink = concat(fullname, ".symlink"); in run_tests() 284 fail += check_execveat(AT_FDCWD, fullname, 0); in run_tests() 286 fail += check_execveat(99, fullname, 0); in run_tests()
|
/linux/arch/s390/include/asm/ |
H A D | syscall_wrapper.h | 119 #define __S390_SYS_STUBx(x, fullname, name, ...) argument
|