Home
last modified time | relevance | path

Searched refs:extend (Results 1 – 25 of 46) sorted by relevance

12

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_main.c401 c_output(char *infile, char *define, int extend, char *outfile) in c_output() argument
410 outfilename = extend ? extendfile(infile, outfile) : outfile; in c_output()
429 if (extend && tell == ftell(fout)) { in c_output()
611 if (extend && tell == ftell(fout)) { in h_output()
637 outfilename = extend ? extendfile(infile, outfile) : outfile; in s_output()
697 if (extend && !foundprogram) { in s_output()
724 outfilename = extend ? extendfile(infile, outfile) : outfile; in l_output()
742 if (extend && !foundprogram) { in l_output()
766 if (extend && !foundprogram) { in t_output()
805 if (extend && tell == ftell(fout)) in svc_output()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dsfstr.c32 extend(Sfstr_t* p, int n) in extend() function
104 if (p->nxt >= p->end && extend(p, 1)) in sfputc()
125 if (r > (p->end - p->nxt) && extend(p, r)) in sfputr()
223 if (VALID(p, f) && (p->nxt < p->end || !extend(p, 1))) in sfstruse()
238 if (n > (p->end - p->nxt) && extend(p, n)) in sfwrite()
/illumos-gate/usr/src/tools/onbld/Scm/
H A DIgnore.py78 ignore_list.extend(_read_ignore_file(ignorefile))
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsyslog.c287 extend(Sfio_t* sp, void* vp, Sffmt_t* dp)
347 fmt.extf = extend;
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A DTODO.md97 * extend test-inspect to inspect more AST fields.
98 * extend test-inspect to inspect instructions.
/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_pkg.py129 w.extend(["%s: 0%o: setuid/setgid file should not be " \
145 w.extend(["%s: owner \"%s\" may be safely " \
151 w.extend(["%s: non-root-owned executable should not " \
157 w.extend(["%s: 0%o: should not be writable by group or other" %
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.c1033 static unsigned char *extdata = NULL, *extend = NULL; in decode_rfc1533() local
1049 if (extend + len <= (unsigned char *) in decode_rfc1533()
1051 memcpy(extend, p, len); in decode_rfc1533()
1052 extend += len; in decode_rfc1533()
1058 p = extdata; endp = extend; in decode_rfc1533()
1112 extdata = extend = endp; in decode_rfc1533()
/illumos-gate/usr/src/lib/libmvec/amd64/src/
H A D__vsqrtf.S44 movslq %edx,%rdx / sign extend and scale strides
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dprint.c87 static int extend(Sfio_t*,void*, Sffmt_t*);
329 pdata.hdr.extf = extend; in b_print()
688 static int extend(Sfio_t* sp, void* v, Sffmt_t* fe) in extend() function
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vfs.c971 vfs_copycancelopt_extend(char **const moc, int extend) in vfs_copycancelopt_extend() argument
982 if (i + extend == 0) in vfs_copycancelopt_extend()
985 result = kmem_alloc((i + extend + 1) * sizeof (char *), KM_SLEEP); in vfs_copycancelopt_extend()
991 for (; j <= i + extend; j++) in vfs_copycancelopt_extend()
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ami.h195 struct ami_oid *extend; member
/illumos-gate/usr/src/cmd/mdb/demo/
H A DREADME33 programming API to extend the capabilities of MDB itself. MDB is an extensible
/illumos-gate/usr/src/cmd/vgrind/
H A Dvgrindefs.src165 extend export hide with constants let use in ni val var func type\
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c2035 vfs_copycancelopt_extend(char **const moc, int extend) in vfs_copycancelopt_extend() argument
2046 if (i + extend == 0) in vfs_copycancelopt_extend()
2049 result = kmem_alloc((i + extend + 1) * sizeof (char *), KM_SLEEP); in vfs_copycancelopt_extend()
2055 for (; j <= i + extend; j++) in vfs_copycancelopt_extend()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd123 extend => 0,
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.msg62 @ MSG_ERR_NOFIT "[%d: %s][%d]: New value would extend past end \
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A Dbuiltins.mm39 This is usually done to extend the application domain for
503 Some of the more interesting applications are those that extend
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsincosf.S702 sra %o2,0,%o2 ! sign-extend for V9
H A D__vsincos.S807 sra %o2,0,%o2 ! sign-extend for V9
/illumos-gate/usr/src/test/util-tests/tests/awk/
H A DTHIRDPARTYLICENSE.gawk58 stand ready to extend this provision to those domains in future versions
506 consistent with the requirements of this License, to extend the patent
/illumos-gate/usr/src/grub/grub-0.97/
H A DCOPYING121 this License, whose permissions for other licensees extend to the
/illumos-gate/usr/src/cmd/powertop/common/
H A DCOPYING121 this License, whose permissions for other licensees extend to the
/illumos-gate/usr/src/tools/smatch/src/
H A DGPL-2121 this License, whose permissions for other licensees extend to the
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs468 Allows a process to extend or create files on a filesystem that
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A DTHIRDPARTYLICENSE215 this License, whose permissions for other licensees extend to the

12