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

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
clean-temp.h 57 PARENTDIR can be used to specify the parent directory; if NULL, a default
64 const char *parentdir,
clean-temp.c 241 PARENTDIR can be used to specify the parent directory; if NULL, a default
248 create_temp_dir (const char *prefix, const char *parentdir,
319 if (path_search (template, PATH_MAX, parentdir, prefix, parentdir == NULL))
  /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
592 if (archive_strlen(&(file->parentdir)) == 0 &&
2015 archive_string_init(&(file->parentdir));
2036 archive_string_free(&(file->parentdir));
2120 archive_string_empty(&(file->parentdir));
2140 archive_strncpy(&(file->parentdir), pp, len);
2141 len = file->parentdir.length;
2142 p = dirname = file->parentdir.s;
2258 file->parentdir.length = len;
2259 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...]
  /src/sbin/fsck_ffs/
dir.c 559 linkup(ino_t orphan, ino_t parentdir, char *name)
585 if (parentdir != 0)
586 inoinfo(parentdir)->ino_linkcnt++;
669 parentdir != (ino_t)-1)
678 if (parentdir != (ino_t)-1)
680 (unsigned long long)parentdir);
  /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/sbin/fsck_ext2fs/
dir.c 396 linkup(ino_t orphan, ino_t parentdir)
482 parentdir != (ino_t)-1)
489 if (parentdir != (ino_t)-1)
491 (unsigned long long)parentdir);
  /src/sbin/fsck_lfs/
dir.c 422 linkup(ino_t orphan, ino_t parentdir)
511 parentdir != (ino_t) - 1)
519 if (parentdir != (ino_t) - 1)
521 (unsigned long long)parentdir);

Completed in 25 milliseconds