Home
last modified time | relevance | path

Searched refs:xstrstr (Results 1 – 25 of 30) sorted by relevance

12

/dports/print/lprps/lprps-2.5/
H A Dpsof.c51 static char *xstrstr();
137 p = xstrstr(s, JOB_PREFIX);
157 q = xstrstr(p, DATE_PREFIX);
318 static char *xstrstr(p, q) in xstrstr() function
/dports/net/dhcpd-pools/dhcpd-pools-3.1/src/
H A Dother.c83 xstrstr = xstrstr_v4; in set_ipv_functions()
97 xstrstr = xstrstr_v6; in set_ipv_functions()
111 xstrstr = xstrstr_init; in set_ipv_functions()
H A Ddhcpd-pools.c63 int (*xstrstr) (struct conf_t *state, const char *restrict str); variable
H A Ddhcpd-pools.h307 extern int (*xstrstr) (struct conf_t *state, const char *restrict str);
H A Dgetdata.c106 switch (xstrstr(state, line)) { in parse_leases()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dxstring.h208 char *xstrstr(const char *haystack, const char *needle);
H A Dxstring.c93 strong_alias(xstrstr, slurm_xstrstr);
606 char *xstrstr(const char *haystack, const char *needle) in xstrstr() function
H A Dxcgroup_read_config.c589 xstrstr(task_plugin_type, "cgroup")) in xcgroup_mem_cgroup_job_confinement()
/dports/multimedia/msdl/msdl-1.2.7-r2/src/
H A Dmsdllib.h195 char *xstrstr(const char *s1,const char *s2);
H A Dmsdllib.c62 char *xstrstr(const char *s1,const char *s2) in xstrstr() function
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/accounting_storage/slurmdbd/
H A Das_ext_dbd.c109 char *colon = xstrstr(tok, ":"); in _create_ext_conns()
/dports/net/libzmq2/zeromq-2.2.0/foreign/xmlParser/
H A DxmlParser.cpp252 static inline XMLSTR xstrstr(XMLCSTR c1, XMLCSTR c2) { return (XMLSTR)wcsstr(c1,c2); } in xstrstr() function
291 static inline XMLSTR xstrstr(XMLCSTR c1, XMLCSTR c2) { return (XMLSTR)strstr(c1,c2); } in xstrstr() function
334 static inline XMLSTR xstrstr(XMLCSTR c1, XMLCSTR c2) { return (XMLSTR)wcsstr(c1,c2); } in xstrstr() function
351 static inline XMLSTR xstrstr(XMLCSTR c1, XMLCSTR c2) { return (XMLSTR)strstr(c1,c2); } in xstrstr() function
1235 … if (*pCh==_CXML('<')) { pClear.lpszClose=docTypeEnd; lpszTemp=xstrstr(lpXML,docTypeEnd); break; } in parseClearTag()
1243 } else lpszTemp=xstrstr(lpXML, pClear.lpszClose); in parseClearTag()
2487 tend1=xstrstr(path,sepString); in getChildNodeByPathNonConst()
2500 tend1=xstrstr(path,sepString); in getChildNodeByPathNonConst()
/dports/audio/libcoverart/libcoverart-1.0.0/src/
H A DxmlParser.cpp219 static inline XMLSTR xstrstr(XMLCSTR c1, XMLCSTR c2) { return (XMLSTR)wcsstr(c1,c2); } in xstrstr() function
258 static inline XMLSTR xstrstr(XMLCSTR c1, XMLCSTR c2) { return (XMLSTR)strstr(c1,c2); } in xstrstr() function
325 static inline XMLSTR xstrstr(XMLCSTR c1, XMLCSTR c2) { return (XMLSTR)wcsstr(c1,c2); } in xstrstr() function
342 static inline XMLSTR xstrstr(XMLCSTR c1, XMLCSTR c2) { return (XMLSTR)strstr(c1,c2); } in xstrstr() function
1238 … if (*pCh==_CXML('<')) { pClear.lpszClose=docTypeEnd; lpszTemp=xstrstr(lpXML,docTypeEnd); break; } in parseClearTag()
1246 } else lpszTemp=xstrstr(lpXML, pClear.lpszClose); in parseClearTag()
2504 tend1=xstrstr(path,sepString); in getChildNodeByPathNonConst()
2517 tend1=xstrstr(path,sepString); in getChildNodeByPathNonConst()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/XML/
H A DxmlParser.cpp247 static inline XMLSTR xstrstr(XMLCSTR c1, XMLCSTR c2) { return (XMLSTR)wcsstr(c1,c2); } in xstrstr() function
286 static inline XMLSTR xstrstr(XMLCSTR c1, XMLCSTR c2) { return (XMLSTR)strstr(c1,c2); } in xstrstr() function
353 static inline XMLSTR xstrstr(XMLCSTR c1, XMLCSTR c2) { return (XMLSTR)wcsstr(c1,c2); } in xstrstr() function
370 static inline XMLSTR xstrstr(XMLCSTR c1, XMLCSTR c2) { return (XMLSTR)strstr(c1,c2); } in xstrstr() function
1234 … if (*pCh==_CXML('<')) { pClear.lpszClose=docTypeEnd; lpszTemp=xstrstr(lpXML,docTypeEnd); break; } in parseClearTag()
1242 } else lpszTemp=xstrstr(lpXML, pClear.lpszClose); in parseClearTag()
2505 tend1=xstrstr(path,sepString); in getChildNodeByPathNonConst()
2518 tend1=xstrstr(path,sepString); in getChildNodeByPathNonConst()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/srun/libsrun/
H A Dopt.c1536 if (xstrstr(conf->task_plugin, "affinity") || in _help()
1537 xstrstr(conf->task_plugin, "cgroup")) { in _help()
1544 if (xstrstr(conf->task_plugin, "affinity")) { in _help()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/libsrc/
H A Dofxml.cc294 static inline XMLSTR xstrstr(XMLCSTR c1, XMLCSTR c2) { return (XMLSTR)wcsstr(c1,c2); } in xstrstr() function
333 …static inline XMLSTR xstrstr(XMLCSTR c1, XMLCSTR c2) { return OFconst_cast(XMLSTR, strstr(c1,c2));… in xstrstr() function
402 static inline XMLSTR xstrstr(XMLCSTR c1, XMLCSTR c2) { return (XMLSTR)wcsstr(c1,c2); } in xstrstr() function
419 …static inline XMLSTR xstrstr(XMLCSTR c1, XMLCSTR c2) { return OFconst_cast(XMLSTR, strstr(c1,c2));… in xstrstr() function
1379 … if (*pCh==_CXML('<')) { pClear.lpszClose=docTypeEnd; lpszTemp=xstrstr(lpXML,docTypeEnd); break; } in parseClearTag()
1387 } else lpszTemp=xstrstr(lpXML, pClear.lpszClose); in parseClearTag()
2647 tend1=xstrstr(path,sepString); in getChildNodeByPathNonConst()
2660 tend1=xstrstr(path,sepString); in getChildNodeByPathNonConst()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/mpi/cray_shasta/
H A Dapinfo.c158 while ((p = xstrstr(local_data, "\\\n"))) { in _multi_prog_parse()
/dports/net/dhcpd-pools/dhcpd-pools-3.1/
H A DNEWS259 xstrstr: speed up analysis by avoiding string comparisons
376 xstrstr: add function attributes
468 getdata: new xstrstr function for performance
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/salloc/
H A Dopt.c892 if (xstrstr(conf->task_plugin, "affinity")) { in _help()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/acct_gather_energy/rsmi/
H A Dacct_gather_energy_rsmi.c481 if (xstrstr(task_plugin_type, "cgroup")) in _get_node_energy_up()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/jobacct_gather/common/
H A Dcommon_jag.c291 tgids = xstrstr(bf, "Tgid:"); in _is_a_lwp()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/sbatch/
H A Dopt.c1234 if (xstrstr(conf->task_plugin, "affinity")) { in _help()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmctld/
H A Dread_config.c1079 if (xstrstr(plugins, "cgroup")) in _test_cgroup_plugin_use()
1084 if (xstrstr(plugins, "cgroup")) in _test_cgroup_plugin_use()
H A Dcontroller.c1876 !xstrstr(node_ptr->reason, "reboot issued")) in _queue_reboot_msg()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmrestd/
H A Dconmgr.c1728 const char *unixsock = xstrstr(hostport, UNIX_PREFIX); in _create_socket()

12