Home
last modified time | relevance | path

Searched refs:as (Results 76 – 100 of 1525) sorted by relevance

12345678910>>...61

/illumos-gate/usr/src/cmd/sed/
H A DPOSIX12 historic practice", as most of the following comments refer to
16 interpreted as official opinions or criticism towards the POSIX committee.
35 POSIX does not specify this behavior as the System V versions of
45 flag to an s command as it takes an additional argument. This
60 digit octal numbers, too, not three as specified by POSIX. POSIX
125 as well as by those from GNU and SUN, is as follows: The text
132 beginning of -e arguments as well as in a script file. POSIX
156 this implementation does as well.
188 empty RE is interpreted as if it were the last RE encountered,
202 behaviour. This implementation does dynamic scoping, as this seems
/illumos-gate/usr/src/tools/smatch/src/
H A Dshow-parse.c79 show_as(sym->ctype.as), in do_debug_symbol()
186 const char *show_as(struct ident *as) in show_as() argument
188 if (!as) in show_as()
190 return show_ident(as); in show_as()
297 struct ident *as = NULL; in do_show_type() local
308 if (as) in do_show_type()
318 as = NULL; in do_show_type()
338 as = sym->ctype.as; in do_show_type()
371 combine_address_space(sym->pos, &as, sym->ctype.as); in do_show_type()
376 combine_address_space(sym->pos, &as, sym->ctype.as); in do_show_type()
[all …]
/illumos-gate/usr/src/lib/libkvm/
H A Dkvm.h58 extern ssize_t kvm_aread(kvm_t *, uintptr_t, void *, size_t, struct as *);
64 struct as *);
66 extern uint64_t kvm_physaddr(kvm_t *, struct as *, uintptr_t);
/illumos-gate/usr/src/uts/common/os/
H A Ddriver.c223 struct attachspec as; in i_attach_ctlop() local
226 as.cmd = cmd; in i_attach_ctlop()
227 as.when = w; in i_attach_ctlop()
228 as.pdip = pdip; in i_attach_ctlop()
229 as.result = ret; in i_attach_ctlop()
230 (void) ddi_ctlops(devi, devi, DDI_CTLOPS_ATTACH, &as, &error); in i_attach_ctlop()
572 cdev_segmap(dev_t dev, off_t off, struct as *as, caddr_t *addrp, off_t len, in cdev_segmap() argument
578 return ((*cb->cb_segmap)(dev, off, as, addrp, in cdev_segmap()
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A DREADME.tests23 -c execute test module as compiled shell script only
24 -p execute test module as normal shell script in posix/C only
25 -u execute test module as normal shell script in c.UTF-8 only
42 Note that you MUST NOT use "/usr/bin/ksh93" as value for
/illumos-gate/usr/src/uts/common/vm/
H A Drm.h48 extern size_t rm_asrss(struct as *);
49 extern ushort_t rm_pctmemory(struct as *);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dstrhash.c37 strhash(const char* as) in strhash() argument
39 register const unsigned char* s = (const unsigned char*)as; in strhash()
H A Dstrsum.c42 strsum(const char* as, register unsigned long c) in strsum() argument
44 register const unsigned char* s = (const unsigned char*)as; in strsum()
H A Dmemhash.c37 memhash(const void* as, int n) in memhash() argument
39 register const unsigned char* s = (const unsigned char*)as; in memhash()
/illumos-gate/usr/src/common/pnglite/
H A DTHIRDPARTYLICENSE5 * This software is provided 'as-is', without any express or implied
18 * 2. Altered source versions must be plainly marked as such, and must not
19 * be misrepresented as being the original software.
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Ddisk.esc35 * <disk-as-detector> The disk-as-detector DE provides the mapping between
54 * disk-as-detector: fault events.
66 * disk-as-detector: upset events.
77 * disk-as-detector: ereports from the kernel.
93 * For some ereports we let the 'driver-assessment', communicated as part of
101 * disk-as-detector: propagations from faults(based on
104 * The payload we may need are listed as following:
146 * disk-as-detector: propagations from upsets(based on
156 * disk-as-detector: propagations from upsets(independent of
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DCOMPATIBILITY25 this name as the name of a command (or function) will not
31 for trap without arguments has a format that can be used as input.
63 previously would work as a synonym for typeset -i8.
67 as part of the value of these variables must be preceded by a \
83 as if the user had entered test -t 1.
89 ksh-93 does not. Thus, ${foo-(} needs to be written as ${foo-\(}
111 before doing a path search on name as required by the POSIX
115 to on standard output as required by X/Open. With ksh-88,
120 to be treated as unsigned. This behavior was removed
H A DPROMO.mm40 You can use the in-line editors to complete filenames as
59 echo lines exactly as output without escape processing
70 commands to be added as built-ins at run time
71 on systems that support dynamic loading such as System V Release 4.
78 Arithmetic expressions can be used to as an argument expansion
79 or as a separate command.
99 You can also specify attributes, such as upper and lower case,
127 invoked by name, rather than as an argument to the shell.
134 In addition, KSH-93 can be used as a library that can
H A Dsh.memo74 as a command language and as a programming language.
153 both as a command language and as a programming language.
262 as command line arguments at invocation and as option arguments to the
802 as soon as they occur without waiting for a prompt, then use the
1664 as the ANSI-C\*(Rf
1822 patterns for matching file names as well as for matching strings.
2218 as
2536 invoked as
2659 as well as putting it onto the standard output.
2855 as a co-process.
[all …]
/illumos-gate/usr/src/cmd/sendmail/
H A DLICENSE13 1. Redistributions qualify as "freeware" or "Open Source Software" under
23 Code under substantially the same terms as this license. For the
27 2. Redistributions of source code must retain the copyright notices as they
29 disclaimer/limitation of liability set forth as paragraph 6 below.
33 forth as paragraph 6 below, in the documentation and/or other materials
45 notice and conditions for redistribution are as follows:
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprdata.h363 extern size_t prpdsize(struct as *);
365 extern size_t oprpdsize(struct as *);
366 extern int oprpdread(struct as *, uint_t, struct uio *);
398 extern size_t prpdsize32(struct as *);
400 extern size_t oprpdsize32(struct as *);
401 extern int oprpdread32(struct as *, uint_t, struct uio *);
/illumos-gate/usr/src/cmd/oawk/
H A DEXPLAIN36 If the assignment is a simple copy, as in
46 numeric by subterfuges (kludges?) such as
70 Coercion will be done as needed.
89 as we believe it should.
101 either express or implied, as to the accuracy of the
102 enclosed materials or as to their suitability for any
/illumos-gate/usr/src/uts/common/sys/
H A Dgfx_private.h61 extern int gfxp_ddi_segmap_setup(dev_t dev, off_t offset, struct as *as,
91 extern int gfxp_va2pa(struct as *as, caddr_t addr, uint64_t *pa);
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DREADME.ON5 This module is released as Public Source via the Comprehensive Perl Archive
13 as CPAN requires that uploaded archives have unique names.
16 up as a .tar.gz archive. The procedure for this is:
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DREADME.ON5 This module is released as Public Source via the Comprehensive Perl Archive
13 as CPAN requires that uploaded archives have unique names.
16 up as a .tar.gz archive. The procedure for this is:
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstropt.c56 stropt(const char* as, const void* tab, int siz, int(*f)(void*, const void*, int, const char*), voi… in stropt() argument
71 if (!as) n = 0; in stropt()
72 else if (!(x = s = strdup(as))) n = -1; in stropt()
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dzlib.def20 This software is provided "as-is", without any express or implied
33 2. Altered source versions must be plainly marked as such, and must not
34 be misrepresented as being the original software.
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dselect1.test358 set v [catch {execsql2 {SELECT f1 as 'f1' FROM test1 ORDER BY f2}} msg]
414 set v [catch {execsql2 {SELECT A.f1, t1 FROM test1 as A, test2
419 set v [catch {execsql2 {SELECT A.f1, f1 FROM test1 as A, test1 as B
424 set v [catch {execsql2 {SELECT A.f1, B.f1 FROM test1 as A, test1 as B
429 set v [catch {execsql2 {SELECT A.f1, f1 FROM test1 as A, test1 as A
434 set v [catch {execsql2 {SELECT A.f1, B.f1 FROM test1 as A, test1 as B
466 set v [catch {execsql {SELECT f1 FROM test1 as 'hi', test2 as}} msg]
468 } {1 {near "as": syntax error}}
586 SELECT f1-22 AS x, f2-22 as y FROM test1
591 SELECT f1-22 AS x, f2-22 as y FROM test1 WHERE x>0 AND y<50
[all …]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_auth.c132 enum auth_stat as; in __gss_authenticate() local
134 as = (*asp->handler)(rqst, msg); in __gss_authenticate()
136 return (as); in __gss_authenticate()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.news81 now lists the user's files found in /tmp as well as /usr/preserve/user
112 6.*actions of "ZZ" altered as follows:
129 as appropriate.
239 You can use vi: as well as ex:. (Note: no space allowed
427 honored as well.
455 will not be mapped as it would using map!)
702 form as well as the double form. For example, instead of
842 .exrc file) as follows:
859 be mapped in input mode as well as command mode (in visual only).
1064 form as well as the double form. For example, instead of
[all …]

12345678910>>...61