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

  /src/usr.bin/ftp/
util.c 880 char parentdirbuf[PATH_MAX+1], *parentdir; local
886 parentdir = dirname(parentdirbuf);
887 if (strcmp(parentdir, ".") == 0)
891 if (realpath(parentdir, realdir) == NULL) {
892 warn("Unable to determine real path of `%s'", parentdir);
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_mtree.c 96 struct archive_string parentdir; member in struct:mtree_entry
854 archive_string_free(&me->parentdir);
970 if (me->parentdir.s)
973 me->parentdir.s, me->basename.s);
985 if (!mtree->classic && me->parentdir.s) {
990 mtree_quote(str, me->parentdir.s);
1110 if (n->parentdir.s) {
1117 n->parentdir.s, n->basename.s);
1830 archive_strcpy(&(file->parentdir), pathname);
1832 len = file->parentdir.length
    [all...]
archive_write_set_format_xar.c 226 struct archive_string parentdir; member in struct:file
590 if (archive_strlen(&(file->parentdir)) == 0 &&
2013 archive_string_init(&(file->parentdir));
2034 archive_string_free(&(file->parentdir));
2118 archive_string_empty(&(file->parentdir));
2138 archive_strncpy(&(file->parentdir), pp, len);
2139 len = file->parentdir.length;
2140 p = dirname = file->parentdir.s;
2256 file->parentdir.length = len;
2257 archive_string_copy(&(file->basename), &(file->parentdir));
    [all...]
archive_write_set_format_iso9660.c 173 struct archive_string parentdir; member in struct:isofile
1578 if (archive_strlen(&(file->parentdir)) == 0 &&
4644 archive_string_init(&(file->parentdir));
4665 archive_string_free(&(file->parentdir));
4723 archive_string_empty(&(file->parentdir));
4823 archive_strcpy(&(file->parentdir), pathname);
4828 if (cleanup_backslash_1(file->parentdir.s) != 0) {
4837 archive_string_empty(&(file->parentdir));
4838 r = archive_string_append_from_wcs(&(file->parentdir),
4850 len = file->parentdir.length
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-ldif/
ldif.c 540 /* Write an entry LDIF file. Create parentdir first if non-NULL. */
546 const char *parentdir,
557 if ( parentdir != NULL && mkdir( parentdir, 0750 ) < 0 ) {
561 parentdir, AC_STRERROR_R( save_errno, ebuf, sizeof(ebuf) ) );
1404 char *parentdir; local
1427 rc = ldif_prepare_create( op, e, &path, &parentdir, &rs->sr_text );
1450 rc = ldif_write_entry( op, e, &path, parentdir, &rs->sr_text );
1454 if ( parentdir != NULL )
1455 SLAP_FREE( parentdir );
1669 char *parentdir = NULL, *trash; local
2008 char *parentdir; local
    [all...]

Completed in 40 milliseconds