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

/asus-wl-520gu-7.0.1.45/src/router/acl/include/
H A Dmisc.h4 extern char *unquote(char *str);
9 extern char *unquote(char *str);
/asus-wl-520gu-7.0.1.45/src/router/attr/include/
H A Dmisc.h4 extern char *unquote(char *str);
9 extern char *unquote(char *str);
/asus-wl-520gu-7.0.1.45/src/router/acl/libmisc/
H A DMakefile39 CFILES = quote.c unquote.c high_water_alloc.c
H A Dunquote.c2 File: unquote.c
26 char *unquote(char *str) function
/asus-wl-520gu-7.0.1.45/src/router/attr/libmisc/
H A DMakefile39 CFILES = quote.c unquote.c high_water_alloc.c
H A Dunquote.c2 File: unquote.c
26 char *unquote(char *str) function
/asus-wl-520gu-7.0.1.45/src/router/acl/setfacl/
H A Dparse.c228 error = get_uid(unquote(str), &cmd->c_id);
247 error = get_gid(unquote(str), &cmd->c_id);
473 cp = unquote(cp);
490 if (get_uid(unquote(cp), uid_p) != 0)
500 if (get_gid(unquote(cp), gid_p) != 0)
/asus-wl-520gu-7.0.1.45/src/router/acl/libacl/
H A Dacl_from_text.c209 error = get_uid(unquote(str),
228 error = get_gid(unquote(str),
/asus-wl-520gu-7.0.1.45/src/router/attr/setfattr/
H A Dsetfattr.c135 l = unquote(l);
148 status = do_set(path, unquote(name), value);
252 do_set(argv[optind], unquote(opt_name), opt_value);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dbinfmt_misc.c170 static int unquote(char *from) function
260 e->size = unquote(e->magic);
261 if (e->mask && unquote(e->mask) != e->size)
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dmsh.c224 static char *unquote (char *as );
3550 unquote(cp);
3562 unquote(cp);
3821 unquote(cp);
3829 unquote(as) function
3886 unquote(cl->w_words[i]);
3895 wb = addword(unquote(cp), wb);

Completed in 73 milliseconds