Searched refs:nl (Results 101 - 125 of 375) sorted by relevance

1234567891011>>

/macosx-10.10.1/curl-83.1.2/curl/lib/vtls/
H A Dvtls.c641 struct curl_slist * nl; local
659 nl = Curl_slist_append_nodup(ci->certinfo[certnum], output);
660 if(!nl) {
666 ci->certinfo[certnum] = nl;
/macosx-10.10.1/curl-83.1.2/curl/packages/vms/
H A Dbackup_gnv_curl_src.com118 $ define/user sys$error nl:
119 $ define/user sys$output nl:
/macosx-10.10.1/dcerpc-61/dcerpc/demos/access/
H A Daccess_client.c95 char * nl; local
/macosx-10.10.1/file-46/file/
H A Dinstall-sh44 nl='
46 IFS=" "" $nl"
/macosx-10.10.1/gnutar-453/gnutar/build-aux/
H A Dinstall-sh44 nl='
46 IFS=" "" $nl"
/macosx-10.10.1/libarchive-30/libarchive/build/autoconf/
H A Dinstall-sh44 nl='
46 IFS=" "" $nl"
/macosx-10.10.1/lukemftp-14/tnftp/build-aux/
H A Dinstall-sh44 nl='
46 IFS=" "" $nl"
/macosx-10.10.1/pcre-7/pcre/
H A Dinstall-sh44 nl='
46 IFS=" "" $nl"
/macosx-10.10.1/postfix-255/postfix/src/smtpd/
H A Dsmtpd_check.in19 client wzv.win.tue.nl 131.155.210.17
20 client aa.win.tue.nl 131.155.210.18
122 #rcpt wietse@wzv.win.tue.nl
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dinstall-sh44 nl='
46 IFS=" "" $nl"
/macosx-10.10.1/ruby-106/ruby/ext/curses/
H A Drain.rb24 nl
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dinstall-sh44 nl='
46 IFS=" "" $nl"
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dinstall-sh44 nl='
46 IFS=" "" $nl"
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dstreamio.h116 uint nl; member in struct:_StreamOut
H A Dstreamio.c544 static StreamOut* initStreamOut( int encoding, uint nl )
550 out->nl = nl;
554 StreamOut* TY_(FileOutput)( FILE* fp, int encoding, uint nl )
556 StreamOut* out = initStreamOut( encoding, nl );
561 StreamOut* TY_(BufferOutput)( TidyBuffer* buf, int encoding, uint nl )
563 StreamOut* out = initStreamOut( encoding, nl );
568 StreamOut* TY_(UserOutput)( TidyOutputSink* sink, int encoding, uint nl )
570 StreamOut* out = initStreamOut( encoding, nl );
581 if ( out->nl
[all...]
/macosx-10.10.1/zsh-61/zsh/
H A Dinstall-sh44 nl='
46 IFS=" "" $nl"
/macosx-10.10.1/vim-55/src/
H A Dcharset.c474 int nl = utf_char2len(lc); local
478 if (ol != nl)
480 if (nl > ol)
482 if (buf == NULL ? ga_grow(&ga, nl - ol + 1) == FAIL
483 : len + nl - ol >= buflen)
487 nl = ol;
490 if (ol != nl)
494 STRMOVE(GA_PTR(i) + nl, GA_PTR(i) + ol);
495 ga.ga_len += nl - ol;
499 STRMOVE(buf + i + nl, bu
[all...]
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/
H A Dcompile31 nl='
36 IFS=" "" $nl"
/macosx-10.10.1/curl-83.1.2/curl/
H A Dcompile31 nl='
36 IFS=" "" $nl"
/macosx-10.10.1/groff-38/groff/src/devices/grohtml/
H A Doutput.cpp211 put_string("-->").nl();
269 * nl - writes a newline providing that we
273 simple_output &simple_output::nl (void) function in class:simple_output
/macosx-10.10.1/lsof-53/lsof/
H A Dproc.c58 int nl; local
63 nl = (int)strlen(Lf->nma);
65 (MALLOC_S)(len + nl + 2));
67 nl = 0;
75 if (nl) {
76 Lf->nma[nl] = ' ';
77 (void) strncpy(&Lf->nma[nl + 1], cp, len);
78 Lf->nma[nl + 1 + len] = '\0';
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dplp.vim3 " Maintainer: Juerd <juerd@juerd.nl>
/macosx-10.10.1/xnu-2782.1.97/libkern/kxld/
H A Dkxld_sym.h229 kern_return_t kxld_sym_export_macho_32(const KXLDSym *sym, u_char *nl,
235 kern_return_t kxld_sym_export_macho_64(const KXLDSym *sym, u_char *nl,
/macosx-10.10.1/awk-20/src/
H A Dawkgram.y72 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
145 nl: label
146 NL | nl NL
151 | nl
312 nl
/macosx-10.10.1/cddafs-253/
H A DAppleCDDAFileSystemVFSOps.c103 FindVolumeName ( const char * mn, const char ** np, ssize_t * nl );
965 FindVolumeName ( const char * mn, const char ** np, ssize_t * nl )
974 *nl = 0;
1000 *nl = cp - *np;
1011 *nl = cp - *np;

Completed in 511 milliseconds

1234567891011>>