Searched refs:terminate (Results 1 - 16 of 16) sorted by relevance

/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1865 * Callback may return DI_WALK_TERMINATE to terminate the walk,
1977 int (*callback)(void *, const char *), void *cb_arg, int *terminate)
2005 callback, cb_arg, terminate);
2008 if (*terminate)
2013 *terminate = 1;
2038 int (*callback)(void *, const char *), void *cb_arg, int *terminate)
2091 *terminate = 1;
2126 int terminate = 0; local
2129 &stbuf, callback, cb_arg, &terminate);
2130 if (rv == 0 && terminate
1976 devfs_walk_children_minors(const char *device_path, struct stat *st, int (*callback)(void *, const char *), void *cb_arg, int *terminate) argument
2037 devfs_walk_device_minors(const char *device_path, struct stat *st, int (*callback)(void *, const char *), void *cb_arg, int *terminate) argument
[all...]
/osnet-11/usr/src/lib/libpctx/common/
H A Dlibpctx.c67 int terminate; member in struct:__pctx
110 pctx->terminate = 0;
573 while (running == 1 && !pctx->terminate) {
605 } while (mswait == 0 && !pctx->terminate);
608 if (pctx->terminate)
849 if (pctx->terminate)
999 pctx->terminate = 1;
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dutil.py84 # expectations. Instead we terminate the subprocess.
86 self._process.terminate()
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DWrap.pm171 It is possible to control which characters terminate words by
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsigtrap.pm196 and which by default cause it to terminate. They are HUP, INT, PIPE and
H A DDBM_Filter.pm563 The loop will never terminate.
H A Doverload.pm1146 type C<symbolic>, since then the loop will not terminate.
1148 Indeed, to terminate the cycle, the $cnt should become false.
H A DMemoize.pm785 control-C or something then the program will terminate immediately
H A Dperl5db.pl2016 used to terminate loops most often.
7227 # set the abort signal handling to the default (just terminate).
7231 # abort signal (so we just terminate).
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.s45 ! is expected to null-terminate any string that is within
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm645 # ...otherwise, terminate.
1879 an option. Option processing will terminate (unless "permute" is
1999 terminate GetOptions() leaving C<"arg2"> in C<@ARGV>.
2010 If C<pass_through> is also enabled, options processing will terminate
2072 standard output and processing will terminate.
2085 standard output and processing will terminate.
2099 If C<require_order> is enabled, options processing will terminate at
2203 signalled using die() and will terminate the calling program unless
2261 Note that to terminate options processing still requires a double dash
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm146 Decoding will terminate when $terminator (a string) appears in output.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm201 exit Flow terminate this program
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.s46 ! is expected to null-terminate any string that is within
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DBuilder.pm630 testing should terminate. This includes running any additional test
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Ds2p.PL874 become literal. The same is true for a B<]>, that does not terminate

Completed in 759 milliseconds