/osnet-11/usr/src/lib/libnisdb/ |
H A D | db_dictlog.cc | 223 db_dictlog::append(db_dictlog_entry *j) function in class:db_dictlog 227 WRITELOCK(this, -1, "w db_dictlog::append"); 229 WRITEUNLOCK(this, -1, "wu db_dictlog::append"); 237 WRITEUNLOCK(this, status, "wu db_dictlog::append"); 244 WRITEUNLOCK(this, status, "wu db_dictlog::append"); 253 WRITEUNLOCK(this, status, "wu db_dictlog::append");
|
H A D | db_log.cc | 130 if (f->append(j) < 0) { 132 "db_log::copy: could not append to log file: "); 190 db_log::append(db_log_entry *j) function in class:db_log 194 WRITELOCK(this, -1, "w db_log::append"); 196 WRITEUNLOCK(this, -1, "wu db_log::append"); 207 WRITEUNLOCK(this, status, "wu db_log::append");
|
H A D | nis_parse_ldap_yp_util.c | 142 int append; local 155 append = 0; 157 append = 1; 226 } else if (append && out->numRulesFromLDAP && in->numRulesFromLDAP) { 247 } else if (append && out->numRulesToLDAP && in->numRulesToLDAP) { 1260 * Higher level function to append the domains to the appropriate 1262 * or make_full_dn() to do the actual append.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | InputObjects.pm | 568 =head2 $pod_seq-E<gt>B<append()> 570 $pod_seq->append($text); 571 $pod_seq1->append($pod_seq2); 578 sub append { subroutine 580 $self->{'-ptree'}->append(@_); 845 =head2 $ptree-E<gt>B<append()> 855 sub append { subroutine
|
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_subr.c | 233 * in buf in front of str and append behind it (if they're non-NULL). 239 char *prepend, char *append) 252 if (prepend == NULL && append == NULL) 254 else if (append == NULL) 257 *sz += snprintf(buf, left, "%s%s", str, append); 259 *sz += snprintf(buf, left, "%s%s%s", prepend, str, append); 238 topo_fmristr_build(ssize_t *sz, char *buf, size_t buflen, char *str, char *prepend, char *append) argument
|
/osnet-11/usr/src/lib/libc/port/regex/ |
H A D | glob.c | 72 static int append(glob_t *, const char *, int); 148 (void) append(gp, pattern, flags); 200 return (append(gp, *path, flags)); 298 append(glob_t *gp, const char *str, int flags) function
|
H A D | wordexp.c | 75 static int append(wordexp_t *, char *); 334 if ((rv = append(&wptmp, cp)) != 0) { 425 append(wordexp_t *wp, char *str) function
|
/osnet-11/usr/src/lib/libsip/common/ |
H A D | sip_headers.c | 625 * is added before that header, if first is set, or after. If append is 630 boolean_t append, boolean_t first, char *header_name) 654 append = B_TRUE; 658 if (append) { 680 if (append) { 629 _sip_add_header(_sip_msg_t *sip_msg, _sip_header_t *new_header, boolean_t append, boolean_t first, char *header_name) argument
|
/osnet-11/usr/src/grub/grub2/grub-core/script/ |
H A D | execute.c | 312 auto int NESTED_FUNC_ATTR append (char *s, int escape_type); 313 int NESTED_FUNC_ATTR append (char *s, int escape_type) function 360 if (append (values[i], 1)) 387 if (append (arg->str, 1)) 421 append (unexpanded.args[i], -1); 428 append (expansions[j], -1));
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | FTP.pm | 682 sub append { shift->_store_cmd("appe",@_) } subroutine 1480 =item append ( LOCAL_FILE [, REMOTE_FILE ] ) 1555 Tell the server that we want to append some data to the end of a file
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | array.c | 1748 void nv_setvec(register Namval_t *np,int append,register int argc,register char *argv[]) argument 1756 errormsg(SH_DICT,ERROR_exit(1),"cannot append index array to associative array %s",nv_name(np)); 1758 if(append)
|
H A D | name.c | 597 int append = 0; local 603 append = ARG_APPEND; 614 if(append) 624 sh_debug(shp,trap,name,sub,av,append); 1254 int append=0; local 1398 append |= NV_NODISC; 1403 append |= NV_APPEND; 1444 c = msg==e_aliname? 0: (append | (flags&NV_EXPORT)); 1447 if(!append && (flags&NV_UNJUST))
|
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | pkgtrans.c | 730 * This function concatenates append to the text described in the buf_ctrl 736 cat_and_count(struct dm_buf *buf_ctrl, char *append) argument 740 while ((buf_ctrl->offset + (int)strlen(append)) 760 /* append new string to end of buffer */ 761 while (*append) { 762 *(buf_ctrl->text_buffer + buf_ctrl->offset) = *append++;
|
/osnet-11/usr/src/lib/libc/port/aio/ |
H A D | aio.c | 1028 int append; local 1094 * write operations append to the file in the 1101 append = (__fcntl(arg->fd, F_GETFL) & O_APPEND); 1103 retval = append? 1140 * write operations append to the file in the 1147 append = (__fcntl(arg->fd, F_GETFL) & O_APPEND); 1149 retval = append?
|
/osnet-11/usr/src/lib/libshell/common/edit/ |
H A D | vi.c | 174 #define APPEND -10 /* append chars */ 637 * This routine will append char after cur_virt in the virtual image. 643 static void append(Vi_t *vp,int c, int mode) function 827 append(vp,c,APPEND); 1017 append(vp,'#', APPEND); 1397 append(vp,c, mode); 1407 append(vp,c, mode); 1466 append(vp,usrerase, mode); 1511 append(vp,usrkill, mode); 1574 append(v [all...] |
/osnet-11/usr/src/cmd/parted/ |
H A D | ui.c | 770 realloc_and_cat (char* str, const char* append) argument 772 int length = strlen (str) + strlen (append) + 1; 775 strcat (new_str, append);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | CGI.pm | 250 virtual_host remote_ident auth_type http append 1273 'append' => <<'EOF', 1274 sub append { subroutine 4655 $query->append(-name=>'foo',-values=>['yet','more','values']); 4785 sessions by opening the file in append mode, allowing you to create 5201 append to a string, or save to a file for later use.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | toke.c | 2045 /* Note that we append to the line. This is handy. */ 2092 S_filter_gets(pTHX_ register SV *sv, register PerlIO *fp, STRLEN append) argument 2101 if (!append) 2109 return (sv_gets(sv, fp, append));
|
H A D | sv.c | 6112 Perl_sv_gets(pTHX_ register SV *sv, register PerlIO *fp, I32 append) argument 6124 sv_force_normal_flags(sv, append ? 0 : SV_COW_DROP_PV); 6134 if (append) { 6138 sv_pos_u2b(sv,&append,0); 6144 SvCUR_set(sv,append); 6169 if (offset != (Off_t) -1 && st.st_size + append > offset) { 6170 (void) SvGROW(sv, (STRLEN)((st.st_size - offset) + append + 1)); 6182 buffer = SvGROW(sv, (STRLEN)(recsize + append + 1)) + append; 6196 SvCUR_set(sv, bytesread += append); [all...] |