Home
last modified time | relevance | path

Searched refs:longname (Results 1 – 25 of 25) sorted by relevance

/external/python/cpython2/Tools/bgen/bgen/
DbgenModule.py11 longname = None): argument
14 if longname:
15 self.longname = longname
17 self.longname = name
27 od.setmodulename(self.longname)
/external/python/cpython2/Mac/Modules/res/
Dresedit.py67 def genresconverter(longname, shortname): argument
69 f = ManualGenerator("as_%s"%longname, as_xxx_body%(shortname, longname))
70 docstring = "Return this resource/handle as a %s"%longname
/external/linux-kselftest/tools/testing/selftests/exec/
Dexecveat.c154 char longname[XX_DIR_LEN + 1]; in check_execveat_pathmax() local
159 memset(longname, 'x', XX_DIR_LEN - 1); in check_execveat_pathmax()
160 longname[XX_DIR_LEN - 1] = '/'; in check_execveat_pathmax()
161 longname[XX_DIR_LEN] = '\0'; in check_execveat_pathmax()
164 strcat(longpath, longname); in check_execveat_pathmax()
170 memset(longname, 'y', len); in check_execveat_pathmax()
171 longname[len] = '\0'; in check_execveat_pathmax()
172 strcat(longpath, longname); in check_execveat_pathmax()
/external/toybox/toys/pending/
Dtar.c584 char *longname = NULL, *longlink = NULL; in unpack_tar() local
684 free(longname); in unpack_tar()
685 longname = xzalloc(file_hdr->size +1); in unpack_tar()
686 xread(tar_hdl->src_fd, longname, file_hdr->size); in unpack_tar()
698 free(longname); in unpack_tar()
699 longname = process_extended_hdr(tar_hdl, file_hdr->size); in unpack_tar()
704 if (longname) { in unpack_tar()
706 file_hdr->name = longname; in unpack_tar()
707 longname = NULL; in unpack_tar()
/external/python/cpython2/Lib/test/
Dtest_repr.py224 longname = 'areallylongpackageandmodulenametotestreprtruncation'
225 self.pkgname = os.path.join(longname)
226 self.subpkgname = os.path.join(longname, longname)
Dtest_tarfile.py691 longname = self.subdir + "/" + "123/" * 125 + "longname"
693 tarinfo = self.tar.getmember(longname)
699 longname = self.subdir + "/" + "123/" * 125 + "longname"
705 self.assertTrue(tarinfo.linkname == longname, "linkname wrong")
708 longname = self.subdir + "/" + "123/" * 125 + "longname"
709 tarinfo = self.tar.getmember(longname)
718 longname = self.subdir + "/" + "123/" * 125 + "longname"
719 offset = self.tar.getmember(longname).offset
Dtest_curses.py200 curses.isendwin, curses.killchar, curses.longname,
Dtest_ssl.py618 self.assertEqual(val.longname, 'TLS Web Server Authentication')
637 self.assertIsInstance(obj.longname, str)
/external/openssh/
Dsftp-client.c603 char *filename, *longname; in do_lsreaddir() local
608 (r = sshbuf_get_cstring(msg, &longname, in do_lsreaddir()
616 free(longname); in do_lsreaddir()
622 mprintf("%s\n", longname); in do_lsreaddir()
636 (*dir)[ents]->longname = xstrdup(longname); in do_lsreaddir()
641 free(longname); in do_lsreaddir()
679 free(s[i]->longname); in free_sftp_dirents()
820 char *filename, *longname; in do_realpath() local
858 (r = sshbuf_get_cstring(msg, &longname, NULL)) != 0 || in do_realpath()
865 free(longname); in do_realpath()
[all …]
Dsftp-client.h34 char *longname; member
Dsftp.c862 mprintf("%s\n", d[n]->longname); in do_ls_dir()
/external/toolchain-utils/go/patch/
Dgo2.patch19 func compileFile(runcmd runCmd, longname string) (out []byte, err error) {
24 - cmd = append(cmd, longname)
26 + return runcmd(findGoCmd(), "tool", "compile", "-e", longname)
/external/libmicrohttpd/src/examples/
Ddemo_https.c143 const char *longname; member
336 language->longname); in update_directory()
Ddemo.c142 const char *longname; member
335 language->longname); in update_directory()
/external/python/cpython2/Mac/Modules/file/
Dfilesupport.py807 longname=LONGMODNAME)
/external/libgsm/src/
Dtoast.c54 char * name, * longname, * suffix; member
/external/syslinux/gpxe/src/include/
Dcurses.h281 extern char *longname ( void );
/external/kernel-headers/original/uapi/sound/
Dasound.h817 unsigned char longname[80]; /* name + info text about soundcard */ member
/external/python/cpython2/Doc/library/
Dtarfile.rst29 * read/write support for the GNU tar format including *longname* and *longlink*
Dcurses.rst331 .. function:: longname()
/external/python/cpython2/Modules/
D_cursesmodule.c1701 NoArgReturnStringFunction(longname) in NoArgNoReturnFunction()
/external/valgrind/include/vki/
Dvki-linux.h2376 unsigned char longname[80]; /* name + info text about soundcard */ member
/external/protobuf/php/ext/google/protobuf/
Dupb.c9181 static const char *shortname(const char *longname) { in shortname() argument
9182 const char *last = strrchr(longname, '.'); in shortname()
9183 return last ? last + 1 : longname; in shortname()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9855 static const char *shortname(const char *longname) { in shortname() argument
9856 const char *last = strrchr(longname, '.'); in shortname()
9857 return last ? last + 1 : longname; in shortname()
/external/python/cpython2/Misc/
DHISTORY2849 GNU longname/longlink creation.