Searched refs:except (Results 1 - 25 of 49) sorted by relevance

12

/illumos-gate/usr/src/lib/libgen/common/
H A Dstrecpy.c6 * You may not use this file except in compliance with the License.
39 * strecpy(output, input, except)
44 * Characters in the `except' string will not be expanded.
47 * streadd( output, input, except )
48 * Identical to strecpy() except returns address of null-byte at end
54 strecpy(char *pout, const char *pin, const char *except) argument
56 (void) streadd(pout, pin, except);
62 streadd(char *pout, const char *pin, const char *except) argument
67 if (!isprint(c) && (!except || !strchr(except,
[all...]
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dstrecpy.c6 * (the "License"). You may not use this file except in compliance
38 * strecpy(output, input, except)
43 * Characters in the except string will not be expanded.
47 strecpy(char *pout, char *pin, char *except) argument
54 if (!isprint(c) && (!except || !strchr(except, c))) {
83 if (c == '\\' && (!except || !strchr(except, c)))
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgetauditflags.c6 * (the "License"). You may not use this file except in compliance
90 except_t except[2]; local
110 except[i].type = -1;
111 except[i].exception = -1;
184 except[0].type = i;
185 except[0].exception = lists[i].off;
195 except[0].type = COMMON;
196 except[0].exception = lists[COMMON].off;
199 except[1].type = i;
200 except[
[all...]
H A D_Q_get_rp_rd.S11 ! (the "License"). You may not use this file except in compliance
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dpowl.s6 * You may not use this file except in compliance with the License.
36 / NaN ** y (except 0) is NaN
43 / +0 ** +y (except 0, NaN) is +0
44 / -0 ** +y (except 0, NaN, odd int) is +0
45 / +0 ** -y (except 0, NaN) is +inf (z flag)
46 / -0 ** -y (except 0, NaN, odd int) is +inf (z flag)
48 / +inf ** +y (except 0, NaN) is +inf
49 / +inf ** -y (except 0, NaN) is +0
50 / -inf ** +-y (except 0, NaN) is -0 ** -+y (NO z flag)
135 / NaN ** y (except
[all...]
/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/
H A D_syscall.s6 ! (the "License"). You may not use this file except in compliance
H A D_exit.s6 ! (the "License"). You may not use this file except in compliance
H A Dgetppid.s11 ! (the "License"). You may not use this file except in compliance
H A Dpipe.s10 ! (the "License"). You may not use this file except in compliance
H A Dbrk.s6 ! (the "License"). You may not use this file except in compliance
H A Dcerror.s6 ! (the "License"). You may not use this file except in compliance
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dpowf.s6 * You may not use this file except in compliance with the License.
39 / NaN ** y (except 0) is NaN
46 / +0 ** +y (except 0, NaN) is +0
47 / -0 ** +y (except 0, NaN, odd int) is +0
48 / +0 ** -y (except 0, NaN) is +inf (z flag)
49 / -0 ** -y (except 0, NaN, odd int) is +inf (z flag)
51 / +inf ** +y (except 0, NaN) is +inf
52 / +inf ** -y (except 0, NaN) is +0
53 / -inf ** +-y (except 0, NaN) is -0 ** -+y (NO z flag)
141 / NaN ** y (except
[all...]
H A Dpowl.s6 * You may not use this file except in compliance with the License.
36 / NaN ** y (except 0) is NaN
43 / +0 ** +y (except 0, NaN) is +0
44 / -0 ** +y (except 0, NaN, odd int) is +0
45 / +0 ** -y (except 0, NaN) is +inf (z flag)
46 / -0 ** -y (except 0, NaN, odd int) is +inf (z flag)
48 / +inf ** +y (except 0, NaN) is +inf
49 / +inf ** -y (except 0, NaN) is +0
50 / -inf ** +-y (except 0, NaN) is -0 ** -+y (NO z flag)
137 / NaN ** y (except
[all...]
H A Dpow.s6 * You may not use this file except in compliance with the License.
39 / NaN ** y (except 0) is NaN
46 / +0 ** +y (except 0, NaN) is +0
47 / -0 ** +y (except 0, NaN, odd int) is +0
49 / +-0 ** -y (except 0, NaN) _SVID_libm_err
50 / +inf ** +y (except 0, NaN) is +inf
51 / +inf ** -y (except 0, NaN) is +0
52 / -inf ** +-y (except 0, NaN) is -0 ** -+y (NO z flag)
155 / NaN ** y (except 0) is NaN
185 / +0 ** +y (except
[all...]
/illumos-gate/usr/src/lib/libbc/libc/crt/sparc/
H A Dstart_float.s11 ! (the "License"). You may not use this file except in compliance
/illumos-gate/usr/src/lib/libc/i386/fp/
H A D__xgetRD.s10 / (the "License"). You may not use this file except in compliance
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh6 * You may not use this file except in compliance with the License.
H A Derr.copyoutbadaddr.ksh6 * You may not use this file except in compliance with the License.
H A Derr.copyoutstrbadaddr.ksh6 * You may not use this file except in compliance with the License.
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/
H A Dbtx.S330 jmp except # Double fault
332 jmp except # Invalid TSS
334 jmp except # Segment not present
336 jmp except # Stack segment fault
338 jmp except # General protection
340 jmp except # Page fault
351 except: cld # String ops inc label
360 jne except.1 # No
362 jmp except.2 # Join common code
363 except
[all...]
/illumos-gate/usr/src/common/ficl/
H A Dfileaccess.c195 int except = FICL_VM_STATUS_OUT_OF_TEXT; local
211 except = ficlVmExecuteString(vm, s);
215 if ((except < 0) && (except != FICL_VM_STATUS_OUT_OF_TEXT))
216 ficlVmThrow(vm, except);
H A Dvm.c252 int except; local
270 except = setjmp(exceptionHandler);
274 if (except) {
277 ficlVmThrow(vm, except);
2340 ficlVmThrow(ficlVm *vm, int except) argument
2343 longjmp(*(vm->exceptionHandler), except);
2416 int except; local
2434 except = setjmp(vmState);
2436 switch (except) {
2450 except
2519 int except; local
[all...]
/illumos-gate/usr/src/lib/libtnfctl/
H A Dsparc_assm.s9 ! (the "License"). You may not use this file except in compliance
/illumos-gate/usr/src/lib/libbsm/
H A Dmkhdr.sh7 # You may not use this file except in compliance with the License.
37 * You may not use this file except in compliance with the License.
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A DMakefile.4.x6 # (the "License"). You may not use this file except in compliance

Completed in 90 milliseconds

12