Searched refs:strings (Results 1 - 11 of 11) sorted by relevance
/ast/src/cmd/html/ |
H A D | Makefile | 27 $(LIBDIR)/html :INSTALLDIR: ast.mm strings.mm \
|
/ast/src/cmd/builtin/ |
H A D | strings.c | 26 * strings 30 "[-?\n@(#)$Id: strings (AT&T Research) 2000-04-01 $\n]" 32 "[+NAME?strings - find and display printable strings in files]" 33 "[+DESCRIPTION?\bstrings\b searches for printable strings in regular files" 34 " and writes those strings to the standard output. A printable string" 39 "[l:long-strings?Ignore \anewline\a characters as string terminators and" 40 " display strings using C character escape sequences. These strings" 43 "[m:multi-byte?Scan for multibyte strings 128 strings(Sfio_t* in, Sfio_t* out, register int width, char* format, register int flags) function [all...] |
H A D | Makefile | 83 strings tr uudecode -luu uuencode -luu what who
|
H A D | od.c | 85 "[z:strings?Output NUL terminated strings of at least \alength\a " 256 int strings; member in struct:State_s 1195 if (state->strings) 1203 if (n >= state->strings) 1395 state.strings = opt_info.num; 1515 else if (state.strings) 1516 error(2, "--strings must be the only format type"); 1595 if (*state.base && !state.strings)
|
/ast/src/cmd/INIT/ |
H A D | WWW.mk | 48 if { test '' = '$(*)' || { strings $(*) | egrep -q '\[\+NAME\?|libcmd\.|cmd[0-9][0-9]\.' ;} ;} && [[ "$( $(<:B) '--???html' -- 2>&1 )" == version=[1-9]* ]] 93 if strings $$(*:O=1) | egrep -q '\[\+NAME\?|libcmd\.|cmd[0-9][0-9]\.'
|
H A D | package.sh | 458 commands to generate source and binary license strings. \agroup\a is 812 binary license strings. ${bI}GROUP${eI} is determined by the first ${bB}:PACKAGE:${eB} operator 2158 a=`strings $a < /dev/null | $SED -e 's/[^abcdefghijklmnopqrstuvwxyz0123456789]/ /g' -e 's/[ ][ ]*/\'"$split"'/g' | $SED -e "/^${type}[0123456789]$/!d" -e "s/^${type}//" -e q`
|
/ast/src/lib/libtk/library/demos/ |
H A D | search.tcl | 133 display attributes to change to make all of the strings blink.}
|
/ast/src/cmd/mailx/ |
H A D | misc.c | 528 * Are any of the characters in the two strings the same? 616 register struct strings* sp; 652 * Called to free all strings allocated 658 register struct strings* sp;
|
H A D | mailx.h | 600 struct strings { struct 651 char* string_stack[REGDEP]; /* Stack of regretted strings */ 671 struct strings stringdope[NSPACE];
|
/ast/src/cmd/nmake/ |
H A D | object.c | 48 * 1 # strings string table size 153 unsigned long strings; /* string index */ member in struct:Compstate_s 390 cs->strings += c; 983 sfputu(sp, cs.strings); 1443 int strings; local 1572 strings = st.st_size - sizeof(old_trailer) - off; 1589 strings = sfgetu(sp); 1613 message((-3, "%s sequence=%d lists=%d rules=%d variables=%d strings=%d", ident, sequence, lists, rules, variables, strings)); 1622 * allocate strings an [all...] |
/ast/src/lib/libast/comp/ |
H A D | conf.sh | 375 ?*) for v in `strings $CONF_getconf | grep '^[ABCDEFGHIJKLMNOPQRSTUVWXYZ_][ABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789]*$'` 1572 * prefix strings -- the first few are indexed by Conf_t.standard 1596 * conf strings sorted in ascending order
|
Completed in 56 milliseconds