Searched defs:strings (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/builtin/
H A Dstrings.c26 * 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 Dod.c85 "[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/nmake/
H A Dobject.c48 * 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/cmd/mailx/
H A Dmailx.h600 struct strings { struct
651 char* string_stack[REGDEP]; /* Stack of regretted strings */
671 struct strings stringdope[NSPACE];

Completed in 18 milliseconds