Searched refs:NUL (Results 126 - 150 of 179) sorted by relevance

12345678

/macosx-10.10/apr-32/apr-util/apr-util/dbd/
H A Dapr_dbd_pgsql.mak100 MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
203 MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
306 MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
409 MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
H A Dapr_dbd_sqlite2.mak100 MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
203 MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
306 MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
409 MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
H A Dapr_dbd_sqlite3.mak100 MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
203 MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
306 MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
409 MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
/macosx-10.10/apr-32/apr-util/apr-util/dbm/
H A Dapr_dbm_db.mak100 MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
203 MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
306 MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
409 MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
H A Dapr_dbm_gdbm.mak100 MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
203 MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
306 MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
409 MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
/macosx-10.10/vim-55/src/
H A Dkeymap.h46 * NUL cannot be in the input string, therefore it is replaced by
125 #define K_SECOND(c) ((c) == K_SPECIAL ? KS_SPECIAL : (c) == NUL ? KS_ZERO : KEY2TERMCAP0(c))
127 #define K_THIRD(c) (((c) == K_SPECIAL || (c) == NUL) ? KE_FILLER : KEY2TERMCAP1(c))
H A Dhashtab.c13 * Each item in a hashtable has a NUL terminated string key. A key can appear
497 while (*p != NUL)
H A Dif_xcmdsrv.c378 if (name == NULL || *name == NUL)
470 /* Add length of what "-r %x %d" resulted in, skipping the NUL. */
690 ga_append(&ga, NUL);
1188 * NUL so that no matter how badly formed a preceding command
1297 ga_append(&reply, NUL);
1420 ga_append(&(r->strings), NUL);
H A Dos_win16.c107 if (*prog != NUL)
H A Dgui_athena.c460 buf[0] = NUL; /* start with NULL path */
484 if (xpm != NULL || buf[0] != NUL)
2037 if (initdir == NULL || *initdir == NUL)
2042 dirbuf[0] = NUL;
2043 if (dflt != NULL && *dflt != NUL
2221 *next++ = NUL;
2293 *textfield = NUL;
H A Dfold.c541 if (*p_fcl != NUL) /* can only be "all" right now */
1882 for (p = line; *p != NUL; ++p)
1889 if (*cms != NUL)
1932 if (*wp->w_p_fdt != NUL)
1949 dashes[level] = NUL;
1969 for (p = text; *p != NUL; ++p)
1987 if (*p != NUL)
2047 for (s = str; *s != NUL; )
3016 if (*s == NUL || vim_strchr(flp->wp->w_p_fdi, *s) != NULL)
H A Dundo.c771 while (*dirp != NUL)
788 dir_name[dir_len] = NUL;
796 for (p = munged_name; *p != NUL; mb_ptr_adv(p))
857 if (*buf->b_p_key == NUL)
891 if (ptr != NULL && *buf->b_p_key != NUL)
912 if (*buf->b_p_key != NUL)
1478 if (*buf->b_p_key != NUL)
1653 if (*curbuf->b_p_key == NUL)
2713 *msgbuf = NUL;
H A Dgui_motif.c921 XmNmnemonic, enable ? menu->mnemonic : NUL,
973 XmNmnemonic, p_wak[0] == 'n' ? NUL : menu->mnemonic,
1238 buf[0] = NUL; /* start with NULL path */
2220 KeySym mnemonic = NUL;
2297 if (initdir == NULL || *initdir == NUL)
2324 for (p = filter; *p != NUL; ++p)
2626 KeySym mnemonic = NUL;
2642 *next++ = NUL;
2672 if (*next == NUL)
2702 if (*next == NUL)
[all...]
H A Darabic.c1064 if (curr_c == NUL)
1089 if (c1 != NUL && c == a_LAM && !A_is_harakat(c1))
H A Dos_riscos.c510 *s = NUL;
661 retval = (*p != NUL && strstr((char *)p, "not found") == NULL);
H A Dif_sniff.c473 if (def != NULL && def[0] != NUL && find_sniff_cmd(cmd) == NULL)
1100 if (str != NULL && *str != NUL)
1108 if (str != NULL && *str != NUL)
H A Dmemfile.c624 if ((flags & MFS_FLUSH) && *p_sws != NUL)
1060 if (*mfp->mf_buffer->b_p_key != NUL)
1163 if (*mfp->mf_buffer->b_p_key != NUL)
H A Dgui_gtk_x11.c808 * plus the NUL terminator. Returns the length in bytes.
833 string[0] = NUL;
876 string[len] = NUL;
926 * (That is, up to 6 bytes + NUL + CSI escapes + safety measure.) */
966 /* Careful: convert_input() doesn't handle the NUL character.
1262 /* Chop off any traiing NUL bytes. OpenOffice sends these. */
1263 while (len > 0 && text[len - 1] == NUL)
1315 * reserve one extra byte for NUL or the motion type; just in case.
1372 /* contents: motion_type 'encoding' NUL text */
1764 * Count how many items there may be and separate them with a NUL
[all...]
H A Dgui_w32.c1558 s_findrep_struct.lpstrFindWhat[0] = NUL;
1560 s_findrep_struct.lpstrReplaceWith[0] = NUL;
1567 s_findrep_struct_w.lpstrFindWhat[0] = NUL;
1570 s_findrep_struct_w.lpstrReplaceWith[0] = NUL;
1877 /* Allocate the requested buffer plus space for the NUL character. */
3168 for (pend = pstart; *pend != NUL && *pend != '\n'; )
3207 } while (*pend != NUL);
3252 } while (*pend != NUL);
3275 } while (*pend != NUL);
3554 int len = lstrlen(lpAnsiIn) + 1; /* include NUL characte
[all...]
H A Dgui_x11.c1423 if (gui.geom != NULL && *gui.geom != NUL)
1923 && *gui.rsrc_bold_font_name != NUL)
1927 && *gui.rsrc_ital_font_name != NUL)
1931 && *gui.rsrc_boldital_font_name != NUL)
2317 if (!gui.in_use || *reqname == NUL)
3425 if (signfile[0] != NUL && signfile[0] != '-')
H A Dwindow.c97 int xchar; /* extra char from ":wincmd gx" or NUL */
193 cbuf[0] = NUL;
508 do_nv_ident(Ctrl_RSB, NUL);
592 if (xchar == NUL)
5908 while (*ptr != NUL && !vim_isfilec(*ptr))
5910 if (*ptr == NUL) /* nothing found */
5964 if (*p != NUL)
6012 if ((options & FNAME_INCL) && *curbuf->b_p_inex != NUL)
6034 && !(options & FNAME_INCL) && *curbuf->b_p_inex != NUL)
6049 ptr[len] = NUL;
[all...]
/macosx-10.10/apr-32/apr-util/apr-util/crypto/
H A Dapr_crypto_nss.mak100 MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
203 MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
306 MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o /x64 "NUL"
409 MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o /x64 "NUL"
H A Dapr_crypto_openssl.mak100 MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
203 MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
306 MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o /x64 "NUL"
409 MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o /x64 "NUL"
/macosx-10.10/apr-32/apr-util/apr-util/ldap/
H A Dapr_ldap.mak102 MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
209 MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
316 MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
423 MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
/macosx-10.10/apache-793/httpd/modules/ssl/
H A Dssl_util.c112 buf[k] = NUL;

Completed in 206 milliseconds

12345678