HomeSort by relevance Sort by last modified time
    Searched refs:fun (Results 1 - 25 of 62) sorted by null

1 2 3

  /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...]
signal.c 26 * fun==SIG_DFL also unblocks signal
75 signal(int sig, Sig_handler_t fun)
90 unblock = fun == SIG_DFL;
96 na.sa_handler = fun;
  /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/cmd/tnf/prex/
spec.h 85 spec_attr_fun_t fun, void *calldata_p);
87 spec_val_fun_t fun, void *calldata_p);
spec.c 204 spec_attr_fun_t fun,
277 (*fun) (spec_p, refattr, refvals, calldatap);
279 (*fun) (spec_p, refattr, emptystr, calldatap);
300 spec_val_fun_t fun,
315 (*fun) (spec_p, valstr, calldatap);
323 (*fun) (spec_p, s0, calldatap);
334 (*fun) (spec_p, s0, calldatap);
356 (*fun) (spec_p, s0, calldatap);
389 (*fun) (spec_p, v, calldatap);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_rtmp.c 38 rtmp_func_long(uint8_t fun)
40 switch (fun) {
53 rtmp_func_short(uint8_t fun)
55 switch (fun) {
  /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/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/
Makefile.demo 54 fun/dirs \
55 fun/popd \
56 fun/pushd \
57 fun/title \
164 $(ROOTDEMODIRBASE)/fun/% := FILEMODE= 755
181 $(ROOTDEMODIRBASE)/fun \
  /onnv/onnv-gate/usr/src/tools/ctf/cvt/
hash.c 142 hash_match(hash_t *hash, void *key, int (*fun)(void *, void *),
147 return (list_iter(hash->h_buckets[bucket], fun, private) < 0);
166 hash_find_iter(hash_t *hash, void *key, int (*fun)(void *, void *),
173 hd.hd_fun = fun;
211 hash_iter(hash_t *hash, int (*fun)(void *, void *), void *private)
219 if ((cbrc = list_iter(hash->h_buckets[i], fun,
  /onnv/onnv-gate/usr/src/lib/libshell/common/sh/
array.c 92 (*ap->fun)(np, NIL(char*), NV_AFREE);
107 if(!ap->header.fun && aq)
166 mp = (Namval_t*)((*arp->fun)(np,NIL(char*),NV_ACURRENT));
173 return((union Value*)((*arp->fun)(np,NIL(char*),0)));
231 (*ap->header.fun)(np,"0",flag==ARRAY_ASSIGN?NV_AADD:0);
238 mp = (Namval_t*)((*arp->fun)(np,NIL(char*),NV_ACURRENT));
399 if(ap->fun)
400 (*ap->fun)(np,(char*)np,0);
529 (*ap->fun)(np,NIL(char*),NV_ADELETE);
547 (*ap->fun)(np, NIL(char*), NV_AFREE)
    [all...]
nvtype.c 73 Namfun_t fun; member in struct:Namchld
80 Namfun_t fun; member in struct:Namtype
236 if(mp->nvalue.cp >= pp->ttype->data && mp->nvalue.cp < (char*)pp+pp->ttype->fun.dsize)
325 if(nq->nvalue.cp >= pp->data && nq->nvalue.cp < (char*)pp +pp->fun.dsize)
328 if(data >= pp->data && data < (char*)pp +pp->fun.dsize)
350 nv_disc(nq, &dp->childfun.fun, NV_LAST);
388 dp->fun.nofree = (flags&NV_RDONLY?1:0);
392 dp->childfun.ttype = (Namtype_t*)nv_hasdisc(dp->fun.type,&type_disc);
438 cp = (char*)((*ap->fun)(nr,NIL(char*),NV_ANAME));
444 Namval_t *mp = (Namval_t*)((*ap->fun)(nr,NIL(char*),NV_ACURRENT))
    [all...]
fcin.c 131 void fcnotify(void (*fun)(Sfio_t*,const char*,int,void*),void* context)
133 _Fcin.fcfun = fun;
fault.c 268 void (*fun)(int);
275 if((fun=signal(sig,sh_fault))==SIG_IGN)
283 if(sig==SIGALRM && fun!=SIG_DFL && fun!=sh_fault)
284 signal(sig,fun);
573 if(ap && ap->fun)
574 (*ap->fun)(np, 0, NV_AFREE);
nvdisc.c 162 Namfun_t fun; member in struct:vardisc
434 if(vp && !vp->fun.disc)
483 if(vp && vp->fun.disc->putval!=assign)
493 vp->fun.disc = dp;
506 Namdisc_t *dp = (Namdisc_t*)vp->fun.disc;
631 vp->fun.dsize = sizeof(Nambfun_t)+n*sizeof(Namval_t*);
632 vp->fun.nofree |= 2;
638 vp->fun.disc = &Nv_bdisc;
640 nv_stack(np,&vp->fun);
1193 Namfun_t fun; member in struct:table
    [all...]
  /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/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_
  /onnv/onnv-gate/usr/src/lib/libshell/common/tests/
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...]
substring.sh 211 if [[ $(myexport dgk fun) != fun ]]
218 if [[ $(myexport dgk fun fun2) != fun2 ]]
233 if [[ $(myexport zzz fun) != 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...]
builtins.sh 156 for fun in break continue
158 do ${fun}fun
162 then err_exit "$fun call in ${fun}fun breaks out of for loop"
  /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/libast/common/regex/
regclass.c 199 * associate the ctype function fun with name
203 regaddclass(const char* name, regclass_t fun)
213 cp->ctype = fun;
220 np->ctype = fun;

Completed in 6069 milliseconds

1 2 3