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

  /src/usr.bin/getaddrinfo/
tables.awk 42 afs[n_afs++] = substr($2, 4)
55 printf("\t[AF_%s] = \"%s\",\n", afs[i], tolower(afs[i]));
  /src/usr.sbin/dumpfs/
dumpfs.c 74 #define afs fsun.fs macro
192 if (read(fd, &afs, SBLOCKSIZE) != SBLOCKSIZE)
194 switch(afs.fs_magic) {
212 fix_superblock(&afs, opostblsave);
218 if (sblock_try[i] != afs.fs_sblockloc)
226 dev_bsize = afs.fs_fsize / FFS_FSBTODB(&afs, 1);
232 rval = print_superblock(&afs, opostblsave, name, fd, sblock_try[i]);
242 rval = print_inodes(name, fd, 0, afs.fs_ncg);
478 if (old_fs_postbl(&afs, c, opostbl)[i] == -1
    [all...]
  /src/crypto/external/bsd/heimdal/dist/kdc/
string2key.c 41 int afs; variable
54 { "afs", 'a', arg_flag, &afs, "Output AFS string-to-key", NULL },
55 { "cell", 'c', arg_string, &cell, "AFS cell to use", "cell" },
126 if(!version5 && !version4 && !afs)
136 (afs || version4)) {
141 "DES is the only valid keytype for AFS and Kerberos 4");
152 if(afs && cell == NULL){
153 printf("AFS cell: ")
    [all...]
  /src/crypto/external/bsd/heimdal/dist/tests/kdc/
check-des.in 53 afsserver=afs/test.h5l.se
109 echo "Getting non des tickets (afs)"; > messages.log
140 echo "Getting des tickets (afs)"; > messages.log
  /src/crypto/external/bsd/heimdal/dist/
configure 1722 --disable-dynamic-afs do not use loaded AFS library with AIX
1733 --disable-afs-support if you don't want support for AFS
1741 --disable-afs-string-to-key
1742 disable use of weak AFS string-to-key functions
3126 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
15325 # Check whether --enable-dynamic-afs was given.
15436 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not using dynloaded AFS library" >&5
15437 printf "%s\n" "$as_me: not using dynloaded AFS library" >&6;
    [all...]

Completed in 48 milliseconds