Searched refs:unquote (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/usr.sbin/pw/
H A Dpw_conf.c167 unquote(char const * str) function
182 if ((str = unquote(str)) != NULL) {
198 if ((str = unquote(str)) != NULL) {
237 if ((p = unquote(p)) == NULL)
331 q = unquote(q);
347 if ((q = unquote(q)) != NULL) {
356 if ((q = unquote(q)) != NULL) {
365 if ((q = unquote(q)) != NULL) {
374 if ((q = unquote(q)) != NULL) {
383 if ((q = unquote(
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp134 static StringRef unquote(StringRef s) { function in namespace:lld::elf
313 addFile(unquote(next()));
329 config->undefined.push_back(unquote(next()));
342 StringRef tok = unquote(next());
363 addFile(unquote(next()));
372 config->outputFile = unquote(tok);
411 StringRef name = unquote(next());
458 StringRef alias = unquote(next());
474 config->searchPaths.push_back(unquote(tok));
638 v.push_back(unquote(nex
[all...]
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh4.c125 unquote(cp);
137 unquote(cp);
391 unquote(cp);
399 unquote(as) function
457 unquote(cl->w_words[i]);
466 wb = addword(unquote(cp), wb);
H A Dsh.h199 _PROTOTYPE(char *unquote , (char *as ));

Completed in 68 milliseconds