Home
last modified time | relevance | path

Searched refs:DQUOT (Results 1 – 25 of 81) sorted by relevance

1234

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_strfunc.c77 #define DQUOT '"' /* double quote character */ macro
102 if( *cpt == SQUOT || *cpt == DQUOT ){ in breakup_string()
/dports/audio/epos-devel/epos-2.5.37/src/
H A Dblock.cc318 if (*line == DQUOT) in get_words()
319 line = strchr(line+1, DQUOT) + 1; in get_words()
320 else if (line[0] == EXCLAM && line[1] == DQUOT) in get_words()
321 line = strchr(line+2, DQUOT) + 1; in get_words()
H A Dtext.cc162 tmp1=strchr(buffer+1, DQUOT); in get_quoted()
164 tmp2=strchr(++tmp1,DQUOT); in get_quoted()
H A Doptions.h143 #define DQUOT '"' //used when parsing the .ini file macro
H A Dinterf.h100 #define DQUOT '"' //used when parsing the .ini file macro
H A Drule.cc243 case DQUOT: in literal_hash()
247 *p = DQUOT; in literal_hash()
387 if (*raw != DQUOT) { in load_hash()
1349 if (*raw == DQUOT) dict = literal_hash(raw); in apply()
H A Doptions.cc588 if (*val == DQUOT && *(brutto = val + strlen(val)-1) == DQUOT) { in parse_cfg_str()
/dports/lang/zig-devel/zig-0.9.0/lib/std/os/linux/errno/
H A Dmips.zig139 DQUOT = 1133,
H A Dsparc.zig76 DQUOT = 69,
H A Dgeneric.zig366 DQUOT = 122,
/dports/lang/zig/zig-0.9.0/lib/std/os/linux/errno/
H A Dmips.zig139 DQUOT = 1133,
H A Dsparc.zig76 DQUOT = 69,
H A Dgeneric.zig366 DQUOT = 122,
/dports/lang/zig-devel/zig-0.9.0/lib/std/io/
H A Dc_writer.zig23 .DQUOT => return error.DiskQuota,
/dports/lang/zig/zig-0.9.0/lib/std/io/
H A Dc_writer.zig23 .DQUOT => return error.DiskQuota,
/dports/lang/zig-devel/zig-0.9.0/lib/std/c/
H A Dwindows.zig183 DQUOT = 10069,
H A Dhaiku.zig802 DQUOT = B_POSIX_ERROR_BASE + 49,
/dports/lang/zig/zig-0.9.0/lib/std/c/
H A Dwindows.zig183 DQUOT = 10069,
H A Dhaiku.zig802 DQUOT = B_POSIX_ERROR_BASE + 49,
/dports/lang/zig-devel/zig-0.9.0/lib/std/
H A Dos.zig1829 .DQUOT => return error.DiskQuota,
1870 .DQUOT => return error.DiskQuota,
1897 .DQUOT => return error.DiskQuota,
1930 .DQUOT => return error.DiskQuota,
1966 .DQUOT => return error.DiskQuota,
2202 .DQUOT => return error.DiskQuota,
2256 .DQUOT => return error.DiskQuota,
2294 .DQUOT => return error.DiskQuota,
2390 .DQUOT => return error.DiskQuota,
2416 .DQUOT => return error.DiskQuota,
[all …]
/dports/lang/zig/zig-0.9.0/lib/std/
H A Dos.zig1829 .DQUOT => return error.DiskQuota,
1870 .DQUOT => return error.DiskQuota,
1897 .DQUOT => return error.DiskQuota,
1930 .DQUOT => return error.DiskQuota,
1966 .DQUOT => return error.DiskQuota,
2202 .DQUOT => return error.DiskQuota,
2256 .DQUOT => return error.DiskQuota,
2294 .DQUOT => return error.DiskQuota,
2390 .DQUOT => return error.DiskQuota,
2416 .DQUOT => return error.DiskQuota,
[all …]
/dports/lang/zig/zig-0.9.0/lib/std/os/
H A Dwasi.zig210 DQUOT = 19,
/dports/lang/zig-devel/zig-0.9.0/lib/std/os/
H A Dwasi.zig210 DQUOT = 19,
/dports/astro/phd2/phd2-2.6.10/
H A Devent_server.cpp78 static const wxString DQUOT("\""); in json_escape() local
85 t.Replace(DQUOT, BACKSLASHDQUOT); in json_escape()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/cloudabi-0.0.3/
H A Dcloudabi.rs310 DQUOT = 19, enumerator

1234