/ast/src/lib/libast/misc/ |
H A D | astintercept.c | 32 * set/clear ast intercept callouts 36 astintercept(Shbltin_t* call, int set) argument 40 if (set) 47 if (set)
|
H A D | debug.c | 44 debug_elapsed(int set) argument 53 if (set) 61 debug_elapsed(int set) argument
|
H A D | translate.c | 58 int set; /* set number */ member in struct:__anon296 105 entry(Dt_t* dict, int set, int seq, const char* msg) argument 112 mp->set = set; 120 sfprintf(sfstderr, "AHA#%d:%s set %d seq %d msg `%s'\n", __LINE__, __FILE__, set, seq, msg); 142 ast.locale.set |= AST_LC_internal; 149 ast.locale.set &= ~AST_LC_internal; 165 register int set; local [all...] |
/ast/src/lib/libast/tm/ |
H A D | tmxscan.c | 70 * generate a Time_t from tm + set 74 gen(register Tm_t* tm, register Set_t* set) argument 80 if (set->year >= 0) 81 tm->tm_year = set->year; 82 if (set->mon >= 0) 84 if (set->year < 0 && set->mon < tm->tm_mon) 86 tm->tm_mon = set->mon; 87 if (set->yday < 0 && set 183 Set_t set; local [all...] |
H A D | tmxdate.c | 68 * parse cron range into set 73 range(register char* s, char** e, char* set, int lo, int hi) argument 87 memset(set, 0, hi + 1); 110 set[n] = 1; 162 unsigned long set; local 214 set = state = 0; 229 if ((set|state) & (YEAR|MONTH|DAY)) 231 message((-1, "AHA#%d state=" FFMT " set=" FFMT, __LINE__, FLAGS(state), FLAGS(set))); 236 if (((set|stat [all...] |
/ast/src/lib/libast/comp/ |
H A D | getgroups.c | 48 ast_getgroups(int len, gid_t* set) 62 if (len < 0 || !set) 70 set[i] = big[i]; 73 *set = getgid();
|
H A D | sigflag.c | 35 sigflag(int sig, int flags, int set) 42 if (set)
|
H A D | catopen.c | 31 * this is either an Mc_t* (Mc_t.set != 0) 56 Mcset_t* set; member in struct:__anon248 114 if ((s || *name == '/') && (ast.locale.set & (1<<AST_LC_MESSAGES))) 141 _ast_catgets(_ast_nl_catd cat, int set, int num, const char* msg) argument 146 if (!((Cc_t*)cat)->set) 151 msg = (char*)catgets(((Cc_t*)cat)->cat, set, num, msg); 163 return mcget((Mc_t*)cat, set, num, msg); 172 if (!((Cc_t*)cat)->set)
|
/ast/src/lib/libast/port/ |
H A D | mc.c | 188 if (ast.locale.set & AST_LC_find) 192 if (ast.locale.set & (AST_LC_find|AST_LC_setlocale)) 286 if (!(mc->set = vmnewof(vm, 0, Mcset_t, mc->num + 1, 0))) 296 * get the set dimensions and initialize the msg pointers 304 mc->set[i].num = n; 305 mc->set[i].msg = mp; 310 * read the msg sizes and set up the msg pointers 314 for (j = 1; j <= mc->set[i].num; j++) 317 mc->set[i].msg[j] = sp; 339 * return the <set,nu 345 mcget(register Mc_t* mc, int set, int num, const char* msg) argument 373 mcput(register Mc_t* mc, int set, int num, const char* msg) argument 613 mcindex(register const char* s, char** e, int* set, int* msg) argument [all...] |
/ast/src/cmd/msgcc/ |
H A D | msggen.c | 34 " \acatfile\a. If set and message numbers collide, the new message" 56 "[s:set?Convert the \acatfile\a operand to a message set number and" 66 " [+$delset \an\a \acomment\a?This line deletes message set" 68 " denotes the set number [1, \bNL_SETMAX\b]]. Any" 69 " text following the set number is treated as a" 78 " [+$set \an\a \acomment\a?This line specifies the set" 80 " \b$set\b or end-of-file appears. \an\a denotes the set" 230 int set = 0; local [all...] |
H A D | msgget.c | 35 " \b-\b then the message set and number are determined by looking up" 39 "\nlocale [command:]catalog [set.]number [ text ]\n" 58 int set; local 82 set = num = 0; 84 mcindex(s, NiL, &set, &num); 103 if (set) 104 s = mcget(mc, set, num, msg);
|
/ast/src/lib/libast/sfio/ |
H A D | sfset.c | 30 int sfset(Sfio_t* f, int flags, int set) argument 32 int sfset(f,flags,set) 35 int set; 43 if(flags == 0 && set == 0) 48 if(set && (flags & (SF_LINE|SF_WCWIDTH)) && !(f->flags & (SF_LINE|SF_WCWIDTH))) 69 /* set the flag */ 70 if(set) 83 { if(!set)
|
/ast/src/cmd/std/ |
H A D | touch.c | 36 "member. On most systems the file status change time is always set to " 69 "\ast_ctime\a. Most systems summarily set \ast_ctime\a to the current " 91 "times that can be set. These limitations may not show up until a " 92 "subsequent \bstat\b(2) call (yes, the time can be set but not checked!) " 111 int set = 0; local 137 set |= ATIME; 163 set |= MTIME; 169 set |= CTIME; 219 if (!set) 220 set [all...] |
/ast/src/cmd/tests/ |
H A D | TESTLIB.mk | 10 set --debug-symbols 19 set +x; $$(*:O=1) $$(TESTLIBFLAGS) $(>:O=1) $(<) $$(*:O>1) $$(CC) $$(CCFLAGS) $$(LDFLAGS) $$(TESTLIBCCFLAGS) 21 set +x; $$(*:O=1) $$(TESTLIBFLAGS) --verbose $(>:O=1) $(<) $$(*:O>1) $$(CC) $$(CCFLAGS) $$(LDFLAGS) $$(TESTLIBCCFLAGS)
|
/ast/src/cmd/coshell/ |
H A D | schedule.c | 112 if (a->global.set) 114 if (op & DEF) a->global.set &= ~state.set; 115 if (op & (NEW|SET)) state.set |= a->global.set; 116 if (a->global.set & SETBUSY) 118 if (a->global.set & SETDISABLE) 120 if (a->global.set & SETGRACE) 122 if (a->global.set & SETIDENTIFY) 124 if (a->global.set [all...] |
H A D | service.h | 88 #define match(p,a,o) ((!((a)->set&SETNAME)||strmatch((p)->name,(a)->name))&&((((a)->set|o)&(SETMISC|DEF|NEW|SET))==SETMISC?miscmatch(p,(a)->misc):((a)->set&SETNAME)?1:streq((p)->type,state.home->type))) 143 #define SET (1<<5) /* set attributes */ 145 #define SETACCESS (1<<6) /* access was set */ 146 #define SETBIAS (1<<7) /* bias was set */ 147 #define SETBYPASS (1<<8) /* bypass was set */ 148 #define SETCPU (1<<9) /* cpu count was set */ 149 #define SETIDLE (1<<10) /* idle was set */ 150 #define SETIGNORE (1<<11) /* ignore was set */ 201 unsigned long set; member in struct:__anon58 223 unsigned long set; member in struct:__anon58::__anon59 326 int set; member in struct:__anon66 [all...] |
/ast/src/lib/libjcl/ |
H A D | sym.c | 40 const char* set; local 44 if (!(set = name)) 98 if (!(set = vmstrdup(jcl->vs, set)) || !setenviron(set)) 107 message((-2, "set %s=%s", v->name, v->value));
|
/ast/src/cmd/INIT/ |
H A D | TEST.mk | 64 set +x; (ulimit -c 0) >/dev/null 2>&1 && ulimit -c 0; set -x 94 set +x; (ulimit -c 0) >/dev/null 2>&1 && ulimit -c 0; set -x 100 set +x; (ulimit -c 0) >/dev/null 2>&1 && ulimit -c 0; set -x 146 set +x; (ulimit -c 0) >/dev/null 2>&1 && ulimit -c 0; set -x 151 set +x; (ulimit -c 0) >/dev/null 2>&1 && ulimit -c 0; set [all...] |
H A D | MAPLIB.mk | 22 set -
|
/ast/src/lib/libast/include/ |
H A D | mc.h | 36 * #max set number 37 * #set-id 1 38 * #msgs in set 1 40 * #set-id #sets 41 * #msgs in set #sets 73 Mcset_t* set; member in struct:Mc_s
|
/ast/src/lib/libast/string/ |
H A D | strerror.c | 115 ast.locale.set |= AST_LC_internal; 120 ast.locale.set &= ~AST_LC_internal;
|
/ast/src/cmd/dsslib/netflow/ |
H A D | flowlib.h | 44 unsigned short set; member in struct:Netflow_field_s 55 unsigned int set; member in struct:Netflow_template_s
|
/ast/src/cmd/jcl/ |
H A D | jcm.c | 118 Jcmset_t* set; member in struct:Jcmjob_s 151 Dt_t* set; member in struct:State_s 601 for (v = event->job->set; v; v = v->next) 646 Jcmset_t* set; local 670 !(state.set = dtopen(&state.setdisc, Dtoset)) || 915 if (!(set = newof(0, Jcmset_t, 1, n))) 917 strcpy(set->name, s); 918 if (s = strchr(set->name, '=')) 921 set->value = s; 924 set [all...] |
/ast/src/cmd/nmake/ |
H A D | parse.c | 76 #define CON_set (11<<10) /* set options */ 171 "set", CON_set, 1437 set(sfstrseek(sp, n, SEEK_SET), 1, pp->scoped); 2086 } *att, clr, set; local 2238 zero(set); 2239 set.op = op; 2241 set.op |= A_target; 2243 while (s = getarg(&rhs, &set.op)) 2281 set.op |= A_negate; 2285 att = &set; [all...] |
H A D | debug.mk | 9 set --nonativepp
|