| /onnv/onnv-gate/usr/src/lib/libshell/common/tests/ |
| arrays.sh | 34 function fun function 116 fun 120 fun
|
| attributes.sh | 216 unset -f fun 217 function fun function 223 fun
|
| cubetype.sh | 113 fun() function 131 [[ $(c.fun) == 'hello world' ]] || err_exit '$(c.fun) != "hello world"' 132 [[ ${c.fun} == 'hello world' ]] || err_exit '${c.fun} != "hello world"'
|
| io.sh | 36 function fun function 51 [[ $(fun) == good ]] || err_exit 'file 3 closed before subshell completes'
|
| basic.sh | 443 function fun function 448 fun
|
| variables.sh | 445 function fun function 460 [[ $(fun .sh.file) == $tmp/script ]] || err_exit ".sh.file not working for functions" 461 [[ $(posixfun .sh.fun) == posixfun ]] || err_exit ".sh.fun not working for posix functions" 462 [[ $(fun .sh.fun) == fun ]] || err_exit ".sh.fun not working for functions" 464 [[ $(fun .sh.subshell) == 1 ]] || err_exit ".sh.subshell not working for functions" 467 [[ $(fun .sh.subshell) == 2 ]] || err_exit ".sh.subshell not working for functions in subshells [all...] |
| nameref.sh | 223 unset fun i 225 function fun function 231 [[ $(fun $i) == hi ]] || err_exit 'nameref for compound variable with in function name of caller fails'
|
| functions.sh | 135 fun() /bin/echo hello function 136 if [[ $(fun) != hello ]] 310 val=$(myexport dgk fun) 311 if [[ $val != fun ]] 312 then err_exit "export inside function not working -- expected 'fun', got '$val'" 318 val=$(myexport dgk fun fun2) 335 val=$(myexport zzz fun) 336 if [[ $val != fun ]] 337 then err_exit "export inside function not working -- expected 'fun', got '$val'" 451 print ${.sh.fun} 839 function fun function [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/common/misc/ |
| optjoin.c | 29 * int fun(char** argv, int last) 31 * each fun() argument parses as much of argv as 35 * if last!=0 then fun is the last pass to view 36 * the current arg, otherwise fun sets opt_info.again=1 39 * 0 fun() return causes immediate optjoin() 0 return 53 register Optpass_f fun; local 70 while (fun = va_arg(ap, Optpass_f)) 75 user = (*fun)(argv, 0); 100 err = fun; 109 rep = fun; [all...] |
| /onnv/onnv-gate/usr/src/lib/libcmd/amd64/include/ast/ |
| cmd.h | 113 Shbltin_f fun; local 133 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 135 if (fun = (Shbltin_f)dlsym(dll, buf)) 140 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 142 if (fun = (Shbltin_f)dlsym(dll, buf)) 147 return (*fun)(argc, argv, NiL);
|
| /onnv/onnv-gate/usr/src/lib/libcmd/common/ |
| cmd.h | 104 Shbltin_f fun; local 124 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 126 if (fun = (Shbltin_f)dlsym(dll, buf)) 131 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 133 if (fun = (Shbltin_f)dlsym(dll, buf)) 138 return (*fun)(argc, argv, NiL);
|
| /onnv/onnv-gate/usr/src/lib/libcmd/i386/include/ast/ |
| cmd.h | 113 Shbltin_f fun; local 133 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 135 if (fun = (Shbltin_f)dlsym(dll, buf)) 140 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 142 if (fun = (Shbltin_f)dlsym(dll, buf)) 147 return (*fun)(argc, argv, NiL);
|
| /onnv/onnv-gate/usr/src/lib/libcmd/sparc/include/ast/ |
| cmd.h | 113 Shbltin_f fun; local 133 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 135 if (fun = (Shbltin_f)dlsym(dll, buf)) 140 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 142 if (fun = (Shbltin_f)dlsym(dll, buf)) 147 return (*fun)(argc, argv, NiL);
|
| /onnv/onnv-gate/usr/src/lib/libcmd/sparcv9/include/ast/ |
| cmd.h | 113 Shbltin_f fun; local 133 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 135 if (fun = (Shbltin_f)dlsym(dll, buf)) 140 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 142 if (fun = (Shbltin_f)dlsym(dll, buf)) 147 return (*fun)(argc, argv, NiL);
|
| /onnv/onnv-gate/usr/src/lib/libshell/common/bltins/ |
| alarm.c | 40 Namfun_t fun; member in struct:tevent 268 tp->fun.disc = &alarmdisc;
|
| mkservice.c | 117 Namfun_t fun; member in struct:Service_s 443 sp->fun.disc = &servdisc;
|
| shiocmd_solaris.c | 43 Namfun_t fun; member in struct:dctime 116 dp->fun.disc = &timedisc; 117 nv_stack(np,&dp->fun); 220 Namfun_t fun; member in struct:dcclass 381 tcp->fun.disc = &classdisc; 384 nv_stack(np,&tcp->fun);
|
| /onnv/onnv-gate/usr/src/cmd/abi/spectrans/parser/ |
| frontend.c | 466 char fun[BUFSIZ]; local 471 split(value, fun, extends);
|
| /onnv/onnv-gate/usr/src/cmd/ypcmd/ |
| ypserv_proc.c | 89 #define FORK_ERR logprintf(err_fork, fun) 91 #define EXEC_ERR logprintf(err_execl, fun) 93 #define RESPOND_ERR logprintf(err_respond, fun) 95 #define FREE_ERR logprintf(err_free, fun) 97 #define MAP_ERR logprintf(err_map, fun) 99 #define VERS_ERR logprintf(err_vers, fun) 129 char *fun = "ypdomain"; local 153 if (!(check_secure_net_ti(nbuf, fun))) { 198 char *fun = "ypmatch"; local 224 fun, resp.valdat.dptr) 306 char *fun = "ypfirst"; local 346 char *fun = "ypnext"; local 394 char *fun = "ypxfr"; local 515 char *fun = "ypall"; local 596 char *fun = "ypmaster"; local 640 char *fun = "yporder"; local 686 char *fun = "ypmaplist"; local 987 char *fun = "ypoldmatch"; local 1097 char *fun = "ypoldfirst"; local 1161 char *fun = "ypoldnext"; local 1232 char *fun = "ypoldpoll"; local 1300 char *fun = "ypoldpush"; local 1351 char *fun = "ypoldpull"; local 1399 char *fun = "ypoldget"; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libshell/common/sh/ |
| streval.c | 160 Math_f fun; local 198 (*ep->fun)(&ptr,&node,ASSIGN,num+1); 201 (*ep->fun)(&ptr,&node,ASSIGN,num-1); 205 num = (*ep->fun)(&ptr,&node,ASSIGN,num); 209 num = (*ep->fun)(&ptr,&node,ASSIGN,num); 230 num = (*ep->fun)(&ptr,&node,VALUE,num); 261 num = (*ep->fun)(&ptr,&node,ASSIGN,num); 376 fun = *((Math_f*)(ep->code+(int)(*sp))); 378 num = (*((Math_1f_f)fun))(num); 382 fun = *((Math_f*)(ep->code+(int)(*sp))) [all...] |
| nvtree.c | 42 Namfun_t *fun; member in struct:nvdir 244 dp->fun = nfp; 265 return((*dp->nextnode)(dp->hp,dp->root,dp->fun)); 308 dp->hp = (*dp->nextnode)(np,(Dt_t*)0,dp->fun); 346 dp->fun = nfp;
|
| /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| RequestHandler.java | 667 int ver = 0, fun = 0; local 682 fun = (int) ((char)b[1] & 0XFF); 689 printInternalizeErrorMessage(ver, fun, ex); 742 hdr.parseHeader(fun, dis); 756 printInternalizeErrorMessage(ver, fun, ex); 764 if (fun != SrvLocHeader.DAAdvert && 765 fun != SrvLocHeader.SAAdvert && 781 private void printInternalizeErrorMessage(int ver, int fun, Exception ex) { 807 new Integer(fun),
|
| Transact.java | 769 int ver = 0, fun = 0; local 779 fun = (int) ((char)b[1] & 0XFF); 804 hdr.parseHeader(fun, dis); 831 String fcode = (fun == 0 ? "???":Integer.toString(fun));
|
| /onnv/onnv-gate/usr/src/lib/libast/common/comp/ |
| iconv.c | 75 _ast_iconv_f fun; member in struct:Map_s 1117 cc->from.fun = (_ast_iconv_f)iconv; 1121 cc->from.fun = (_ast_iconv_f)_win_iconv; 1128 cc->from.fun = utf2bin; 1131 cc->from.fun = ume2bin; 1134 cc->from.fun = ucs2bin; 1137 cc->from.fun = scu2bin; 1150 cc->to.fun = bin2utf; 1153 cc->to.fun = bin2ume; 1156 cc->to.fun = bin2ucs [all...] |
| /onnv/onnv-gate/usr/src/lib/libshell/common/include/ |
| streval.h | 73 Sfdouble_t (*fun)(Sfdouble_t,...); member in struct:lval 93 Sfdouble_t (*fun)(const char**,struct lval*,int,Sfdouble_t); member in struct:_arith_
|