Searched refs:getval (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/compat/svr4/ |
| HD | svr4_termios.c | 174 #undef getval 175 #define getval(a,b) case __CONCAT(a,b): sp = __CONCAT3(SVR4_,a,b) macro 176 getval(B,0); 177 getval(B,50); 178 getval(B,75); 179 getval(B,110); 180 getval(B,134); 181 getval(B,150); 182 getval(B,200); 183 getval(B,300); [all …]
|
| /NextBSD/gnu/usr.bin/rcs/lib/ |
| HD | rcskeep.c | 106 static int getval P((RILE*,struct buf*,int)); 196 getval(fp, (struct buf*)0, false) && 204 if (getval(fp, (struct buf*)0, true) && 205 getval(fp, (struct buf*)0, true)) 213 (void) getval(fp, (struct buf*)0, false); 219 if (!getval(fp, (struct buf*)0, false)) 224 if (getval(fp, &prevname, false)) { 276 getval(fp, target, optional) in getval() function 357 if (getval(fp,&prevday,false)) { 359 if (getval(fp,&prevtime,false)) { [all …]
|
| /NextBSD/contrib/ntp/scripts/monitoring/ |
| HD | ntp.pl | 131 sub getval subroutine 183 &getval(&ssw_LI($_[$[]),*LI); 187 &getval(&ssw_CS($_[$[]),*ClockSource); 192 &getval(&ssw_SECode($_[$[]),*SystemEvent); 246 &getval(&psw_PSel($_[$[]),*PeerSelection); 251 &getval(&psw_PCode($_[$[]),*PeerEvent); 289 &getval(&csw_CStat($_[$[]),*ClockStatus), 290 &getval(&csw_CEvnt($_[$[]),*ClockStatus)); 312 return sprintf("%s", &getval(&esw_Err($_[$[]),*ErrorStatus)); 338 return &getval($_[$[],*CntrlOpName);
|
| /NextBSD/contrib/tcsh/ |
| HD | sh.func.c | 1982 static RLIM_TYPE getval (struct limits *, Char **); 2051 limit = getval(lp, v + 1); in dolimit() 2057 getval(struct limits *lp, Char **v) in getval() function
|
| /NextBSD/contrib/binutils/gas/ |
| HD | ChangeLog-0001 | 2126 (getval): Adjust type of local `c' to char.
|
| HD | ChangeLog-9295 | 9250 get_vec9, getval, get_pcr, calcop, match_name): make static and
|