/titanic_51/usr/src/lib/libcmd/common/ |
H A D | cp.c | 143 typedef struct State_s /* program state */ struct 145 void* context; /* builtin context */ 146 int backup; /* BAK_* type */ 147 int directory; /* destination is directory */ 148 int flags; /* FTS_* flags */ 149 int force; /* force approval */ 150 int fs3d; /* 3d fs enabled */ 151 int hierarchy; /* preserve hierarchy */ 152 int interactive; /* prompt for approval */ 153 int missmode; /* default missing dir mode */ [all …]
|
H A D | cksum.c | 119 typedef struct State_s /* program state */ struct 121 int all; /* list all items */ 122 Sfio_t* check; /* check previous output */ 123 int flags; /* sumprint() SUM_* flags */ 124 gid_t gid; /* caller gid */ 125 int header; /* list method on output */ 126 int list; /* list file name too */ 127 Sum_t* oldsum; /* previous sum method */ 128 int permissions; /* include mode,uer,group */ 129 int haveperm; /* permissions in the input */ [all …]
|
H A D | rm.c | 82 typedef struct State_s /* program state */ struct 84 void* context; /* builtin context */ 85 int clobber; /* clear out file data first */ 86 int directory; /* remove(dir) not rmdir(dir) */ 87 int force; /* force actions */ 88 int fs3d; /* 3d enabled */ 89 int interactive; /* prompt for approval */ 90 int recursive; /* remove subtrees too */ 91 int terminal; /* attached to terminal */ 92 int uid; /* caller uid */ [all …]
|
H A D | grep.c | 137 typedef struct State_s /* program state */ struct 140 { 144 } buffer; 146 List_t file; /* pattern file list */ 170 } State_s; argument
|
H A D | vmstate.c | 52 typedef struct State_s struct 54 char* format; 55 Vmalloc_t* vm; 56 Vmstat_t vs; 57 unsigned int regions; 58 Vmalloc_t* region[256];
|
H A D | expr.c | 176 typedef struct State_s struct 178 int standard; 179 char** arglist; 180 char buf[36];
|
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | cp.c | 157 typedef struct State_s /* program state */ struct 159 contextState_s global() argument 160 backupState_s global() argument 161 directoryState_s global() argument 162 flagsState_s global() argument 163 forceState_s global() argument 164 fs3dState_s global() argument 165 hierarchyState_s global() argument 166 interactiveState_s global() argument 167 missmodeState_s global() argument 168 officialState_s global() argument 169 opState_s global() argument 170 permState_s global() argument 171 postsizState_s global() argument 172 presizState_s global() argument 173 preserveState_s global() argument 174 recursiveState_s global() argument 175 removeState_s global() argument 176 suflenState_s global() argument 177 syncState_s global() argument 178 uidState_s global() argument 179 updateState_s global() argument 180 verboseState_s global() argument 181 wflagsState_s global() argument 183 linkState_s global() argument 184 statState_s global() argument 187 pathsizState_s global() argument 190 pathState_s global() argument 191 opnameState_s global() argument 192 suffixState_s global() argument 194 tmpState_s global() argument 196 textState_s global() argument
|
H A D | cksum.c | 119 typedef struct State_s /* program state */ struct 121 allState_s global() argument 122 checkState_s global() argument 123 flagsState_s global() argument 124 gidState_s global() argument 125 headerState_s global() argument 126 listState_s global() argument 127 oldsumState_s global() argument 128 permissionsState_s global() argument 129 havepermState_s global() argument 130 recursiveState_s global() argument 131 scaleState_s global() argument 132 sizeState_s global() argument 133 silentState_s global() argument 134 sortState_s global() argument 135 sumState_s global() argument 136 textState_s global() argument 137 totalState_s global() argument 138 uidState_s global() argument 139 warnState_s global() argument
|
H A D | rm.c | 83 typedef struct State_s /* program state */ struct 85 contextState_s global() argument 86 clobberState_s global() argument 87 directoryState_s global() argument 88 forceState_s global() argument 89 fs3dState_s global() argument 90 interactiveState_s global() argument 91 recursiveState_s global() argument 92 terminalState_s global() argument 93 uidState_s global() argument 94 unconditionalState_s global() argument 95 verboseState_s global() argument 97 bufState_s global() argument
|
H A D | vmstate.c | 55 typedef struct State_s struct 57 formatState_s global() argument 58 vmState_s global() argument 59 vsState_s global() argument 60 regionsState_s global() argument 61 regionState_s global() argument
|
H A D | expr.c | 176 typedef struct State_s struct 178 standardState_s global() argument 179 arglistState_s global() argument 180 bufState_s global() argument
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | regcache.c | 47 typedef struct State_s struct 49 sizeState_s global() argument 50 serialState_s global() argument 51 localeState_s global() argument 52 cacheState_s global() argument
|
H A D | reglib.h | 564 typedef struct State_s /* shared state */ struct 566 nomatchState_s global() argument 568 __anon3735abae0308State_s global() argument 571 escapeState_s global() argument 572 magicState_s global() argument 573 discState_s global() argument 574 fatalState_s global() argument 575 initializedState_s global() argument 576 attrsState_s global() argument 577 namesState_s global() argument 578 dtdiscState_s global() argument
|
/titanic_51/usr/src/lib/libast/common/regex/ |
H A D | regcache.c | 47 typedef struct State_s struct 49 unsigned int size; 50 unsigned long serial; 51 char* locale; 52 Cache_t** cache;
|
H A D | reglib.h | 558 typedef struct State_s /* shared state */ struct 560 regmatch_t nomatch; 562 { 565 } escape[52]; 566 short* magic[UCHAR_MAX+1]; 567 regdisc_t disc; 568 int fatal; 569 int initialized; 570 Dt_t* attrs; 571 Dt_t* names; [all …]
|
/titanic_51/usr/src/lib/libast/common/string/ |
H A D | strmatch.c | 61 static struct State_s struct 63 regmatch_t* match; 64 int nmatch;
|
/titanic_51/usr/src/lib/libast/common/misc/ |
H A D | error.c | 84 static struct State_s struct 86 char* prefix; 87 Sfio_t* tty; 88 unsigned long count; 89 int breakpoint; 90 regex_t* match;
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | error.c | 84 static struct State_s struct 86 prefixState_s global() argument 87 ttyState_s global() argument 88 countState_s global() argument 89 breakpointState_s global() argument 90 matchState_s global() argument
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/port/ |
H A D | astconf.c | 278 typedef struct State_s struct 281 idState_s global() argument 282 nameState_s global() argument 283 standardState_s global() argument 284 strictState_s global() argument 285 featuresState_s global() argument 287 stdState_s global() argument 291 prefixState_s global() argument 292 synthesizingState_s global() argument 294 dataState_s global() argument 295 lastState_s global() argument 297 recentState_s global() argument 299 notifyState_s global() argument
|
H A D | lcgen.c | 114 static struct State_s struct 116 attributeState_s global() argument 117 charsetState_s global() argument 118 languageState_s global() argument 119 territoryState_s global() argument 120 mapState_s global() argument
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/string/ |
H A D | strmatch.c | 61 static struct State_s struct 63 matchState_s global() argument 64 nmatchState_s global() argument
|
/titanic_51/usr/src/lib/libast/common/port/ |
H A D | lcgen.c | 114 static struct State_s struct 116 Table_t attribute; 117 Table_t charset; 118 Table_t language; 119 Table_t territory; 120 Table_t map;
|