Home
last modified time | relevance | path

Searched refs:ip (Results 1 – 25 of 50) sorted by relevance

12

/trunk/main/soltools/mkdepend/
H A Dinclude.c63 for (ip = inclist; ip->i_file; ip++)
64 if ((strcmp(ip->i_incstring, include) == 0) && !ip->i_included_sym)
129 ip = NULL;
130 return(ip);
264 ip = inclistp++;
270 ip->i_incstring = ip->i_file;
274 return(ip);
282 if (ip == NULL)
316 ip->i_list = (struct inclist **) realloc(ip->i_list,
319 ip->i_list[ ip->i_listlen-1 ] = newfile;
[all …]
H A Dcppsetup.c121 _my_if_errors (ip, cp, expecting) in _my_if_errors() argument
122 IfParser *ip; in _my_if_errors()
146 (void)ip;
172 _my_eval_defined (ip, var, len) in _my_eval_defined() argument
173 IfParser *ip; in _my_eval_defined()
177 (void)ip;
187 _my_eval_variable (ip, var, len) in _my_eval_variable() argument
188 IfParser *ip; in _my_eval_variable()
194 (void)ip;
215 IfParser ip; local
[all …]
H A Dpr.c31 void pr( struct inclist *ip, char *file,char *base);
103 void pr(ip, file, base) in pr() argument
104 register struct inclist *ip; in pr()
113 len = strlen(ip->i_file)+1;
117 ip->i_file);
122 strcpy(buf+1, ip->i_file);
130 if (! verbose || ip->i_list == NULL || ip->i_notified)
132 ip->i_notified = TRUE;
134 printf("\n# %s includes:", ip->i_file);
135 for (i=0; i<ip->i_listlen; i++)
[all …]
H A Dmain.c169 register struct inclist *ip; local
453 ip = newinclude(*fp, (char *)NULL);
456 find_includes(filecontent, ip, ip, 0, FALSE, incCollection, includes);
460 recursive_pr_include(ip, ip->i_file, base_name(*fp));
H A Ddef.h173 void included_by(register struct inclist *ip,
/trunk/main/soltools/cpp/
H A D_lex.c343 register uchar *ip; in gettokens() local
350 ip = s->inp; in gettokens()
354 if (ip >= s->inl) in gettokens()
363 memmove(s->inb, ip, 4 + s->inl - ip); in gettokens()
380 tp->t = ip; in gettokens()
388 c = *ip; in gettokens()
392 ip += runelen; in gettokens()
525 --ip; in gettokens()
529 tp->t = ++ip; in gettokens()
545 ip += runelen; in gettokens()
[all …]
H A D_include.c55 Includelist *ip; in doinclude() local
108 ip = &includelist[i]; in doinclude()
109 if (ip->file == NULL || ip->deleted || (angled && ip->always == 0)) in doinclude()
111 if (strlen(fname) + strlen(ip->file) + 2 > sizeof(iname)) in doinclude()
113 strcpy(iname, ip->file); in doinclude()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dgnujre.cxx169 for(i_path ip = libpaths.begin(); ip != libpaths.end(); ip++) in initialize() local
172 OUString usRt= m_sHome + *ip; in initialize()
186 for(i_path ip = libpaths.begin(); ip != libpaths.end(); ip++) in initialize() local
189 OUString usRt= m_sHome + *ip; in initialize()
205 for(i_path ip = libpaths.begin(); ip != libpaths.end(); ip++) in initialize() local
208 OUString usRt= m_sHome + *ip; in initialize()
225 for(i_path ip = libpaths.begin(); ip != libpaths.end(); ip++) in initialize() local
228 OUString usRt= m_sHome + *ip; in initialize()
H A Dvendorbase.cxx170 for(i_path ip = libpaths.begin(); ip != libpaths.end(); ip++) in initialize() local
173 OUString usRt= m_sHome + *ip; in initialize()
/trunk/main/basic/source/comp/
H A Dbuffer.cxx142 sal_uInt8 *ip; in Chain() local
148 ip = (sal_uInt8*) pBuf + i; in Chain()
149 sal_uInt8* pTmp = ip; in Chain()
157 *ip++ = (char) ( val1 & 0xFF ); in Chain()
158 *ip++ = (char) ( val1 >> 8 ); in Chain()
159 *ip++ = (char) ( val2 & 0xFF ); in Chain()
160 *ip = (char) ( val2 >> 8 ); in Chain()
/trunk/main/icc/prj/
H A Dbuild.lst1 ip icc : solenv stlport external sal NULL
2 ip icc usr1 - all ip_mkout NULL
3 ip icc nmake - all ip_icc NULL
/trunk/main/sal/osl/unx/
H A Dbacktrace.c308 void *ip = frame[1]; in backtrace() local
311 for ( i = 0; bp && ip && i < max_frames; i++ ) in backtrace()
313 *(buffer++) = ip; in backtrace()
315 ip = bp[1]; in backtrace()
/trunk/main/sal/inc/systools/win32/
H A Dcomtools.hxx115 COMReference<InterfaceType> ip; in QueryInterface() local
118 hr = com_ptr_->QueryInterface(iid, reinterpret_cast<LPVOID*>(&ip)); in QueryInterface()
123 return ip; in QueryInterface()
/trunk/main/basegfx/source/inc/
H A Dhommatrixtemplate.hxx323 sal_uInt16 b, ip; in lubksb() local
329 ip = nIndex[a]; in lubksb()
330 fSum = fRow[ip]; in lubksb()
331 fRow[ip] = fRow[a]; in lubksb()
/trunk/main/stoc/test/security/
H A Dtest_security.cxx58 static OUString ip; in localhost() local
59 if (! ip.getLength()) in localhost()
64 ::oslSocketResult rc = ::osl_getDottedInetAddrOfSocketAddr( addr.getHandle(), &ip.pData ); in localhost()
69 buf.append( ip ); in localhost()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/form/
H A D_XImageProducerSupplier.java51 XImageProducer ip = oObj.getImageProducer(); in _getImageProducer() local
52 bResult = ip!=null; in _getImageProducer()
/trunk/main/stoc/source/security/
H A Dpermissions.cxx194 OUString ip; in resolveHost() local
196 addr.getHandle(), &ip.pData )); in resolveHost()
203 m_ip = ip; in resolveHost()
/trunk/main/boost/prj/
H A Dd.lst24 mkdir: %_DEST%\inc%_EXT%\boost\asio\ip
25 mkdir: %_DEST%\inc%_EXT%\boost\asio\ip\detail
26 mkdir: %_DEST%\inc%_EXT%\boost\asio\ip\detail\impl
27 mkdir: %_DEST%\inc%_EXT%\boost\asio\ip\impl
773 ..\%__SRC%\inc\boost\asio\ip\* %_DEST%\inc%_EXT%\boost\asio\ip
774 ..\%__SRC%\inc\boost\asio\ip\detail\* %_DEST%\inc%_EXT%\boost\asio\ip\detail
775 ..\%__SRC%\inc\boost\asio\ip\detail\impl\* %_DEST%\inc%_EXT%\boost\asio\ip\detail\impl
776 ..\%__SRC%\inc\boost\asio\ip\impl\* %_DEST%\inc%_EXT%\boost\asio\ip\impl
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Darmhelper.S42 mov r0, ip @ r0 points to functionoffset/vtable
/trunk/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Darmhelper.S42 mov r0, ip @ r0 points to functionoffset/vtable
/trunk/main/offapi/com/sun/star/security/
H A DExtAltNameType.idl76 * The entry contains a ip address.
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dquechua.lm340 ip 40
H A Dsanskrit.lm373 ip 84
H A Dspanish.lm370 ip 91
H A Dzulu.lm390 ip

Completed in 74 milliseconds

12