Searched refs:contents (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/std/
H A Dshar.sh45 shell script which when executed will restore the contents
160 contents='' # no files so far.
170 then contents="$contents$IFS${file##*/}"
171 else contents="$contents$IFS$file"
227 ls -df "#%8(size)d %(mode)s %(name)s" $contdirs $contents
404 files=$(printf "%q " $contents)
415 else cksum -x md5 $contents | sed 's=[^ ]*/=='
425 else wc $contents | se
[all...]
/ast/src/lib/libtksh/tcl/
H A DtclUnixFile.c429 TclCreateTempFile(contents)
431 TclCreateTempFile(contents, namePtr)
433 char *contents; /* String to write into temp file, or NULL. */
442 size_t length = (contents == NULL) ? 0 : strlen(contents);
451 if (write(fd, contents, length) != -1) {
707 * Now open the directory for reading and iterate over the contents.
/ast/src/cmd/pax/
H A Dtar.sh57 [t:list?List the contents of an archive.]
/ast/src/lib/libtk/library/demos/
H A Dtext.tcl34 This will drag the text at high speed to allow you to scan its contents.
/ast/src/cmd/mailx/
H A Dhead.c118 static const struct content contents[] = { variable in typeref:struct:content
466 if (!mimehead(state.part.mime, (void*)contents, elementsof(contents), sizeof(*contents), s)) {
599 if ((pp->flags & GMIME) && mimehead(state.part.mime, (void*)contents, elementsof(contents), sizeof(*contents), s))
/ast/src/cmd/html/
H A Dtroff2html.c4818 sfprintf(sfstderr, "stack contents:\n");
/ast/src/cmd/INIT/
H A Dpackage.sh210 [+contents\b [ \apackage\a ... ]]?List description and
483 release\b lists this information, and \bpackage contents ...\b lists
596 admin|clean|clobber|contents|copyright|export|host|install|license|list|make|read|regress|release|remove|results|setup|test|update|use|verify|view|write|TEST)
836 ${bF}package contents ...${eF} lists the descriptions and components.
1031 contents [ package ... ]
4984 contents|list)
/ast/src/cmd/nmake/
H A DMakerules.mk44 set option=';compare;b;-;Ignore \binstall\b action targets whose contents have not changed. On by default.'

Completed in 66 milliseconds